Safari 5.1 disables form select with @font-face

If I add css @font-face AND background-color to <select> it wont show options instead it reloads the page. It works just fine in Safari 5.05, FF, Chrome and Opera but not safari 5.1. Is it a bug in Safari or is it the code? Tested on iMac and Macbook Air.
Example: www.mindwerk.dk/admin.php
<style type="text/css">
@font-face {
          font-family:Century_Gothic;
          font-weight:normal;
          src:url(fonts/Century_Gothic.otf);
select {
          font-family: Century_Gothic, Verdana, Geneva, sans-serif;
          background-color:#e0e0e0;
</style>
<form action="index.php" method=post>
    <ul>
        <li>
            <label>Choose:</label>
            <select name=remember>
                <option value=yes>yes</option>
                <option value=no>no</option>
            </select>
        </li>
    </ul>
</form>
Anyone experience the same?

I am getting the same thing on certain site site. Such as abduzeedo.com
KJ

Similar Messages

  • Firefox 3.6.9 / Windows 7 will not print using font specified with @font-face - any workarounds?

    I've seen a few mentions of this problem around the interwebs, but can't find a resolution. I used [http://www.fontsquirrel.com/fontface/generator fontsquirrel's font-face generator] to prepare different versions of a font for cross-browser display. Screen presentation in almost all browsers is fine, and almost all browsers print the embedded font as well - except for Firefox/PC (3.6.9/Windows 7).
    I have tried inline styles, styles inside of the head, and external stylesheets, all with and without media type print. What can I do?

    Hi John,
    Can u try the work around mentioned in the below link
    http://notsomany.wordpress.com/2010/03/30/jinitiator-working-on-windows-7/
    Also some times IE8 can block the webutil_file_transfer.
    AS_to_Client if "protected mode" is ON for the security zone your forms url is in (look in the statusbar in IE ->
    internet, trusted site, ... -> protected mode: On/Off)
    Regards
    Fabian

  • Problem with font face

    Hi
    I've observed that Helvetica font looks ugly and I want to replace it in local.conf. I've written appropriate line in /etc/fonts/local.conf. To check it I try this html code:
    <html>
    <body>
    <font name="Helvetica">
    Some stupid text.
    </font>
    </body>
    </html>
    Ok it works.
    But when I change font name to font face font still looks ugly. This is entry in local.conf:
    <match target="pattern" name="family">
    <test qual="any" name="family">
    <string>Helvetica</string>
    </test>
    <edit name="family" mode="assign">
    <string>Verdana</string>
    </edit>
    </match>
    What I must do to fix it ? Some sites like http://www.4front-tech.com/ unfortunatelly use font face and results are bad.

    Hmm, it's actually a bug in fontconfig rules I see. We replace Helvetica, Times and Courier with Sans-serif, Serif and Monospace. Within the fontconfig rules these generic font families are replaced by more modern fonts:
    <alias>
    <family>Bitstream Vera Sans</family>
    <family>DejaVu Sans</family>
    <family>Helvetica</family>
    <family>Arial</family>
    <family>Verdana</family>
    Helvetica (the bitmap font!) is in front of Arial and Verdana. If you don't have Bitstream Vera Sans or Dejavu Sans installed, it will render Sans-serif as Helvetica instead of Arial/Verdana.

  • Font licensing for eBooks (epub with @font-face)

    Hello,
    The ePub format supports - as you may know - the CSS2 @font-face, but  Adobe's fonts aren't directly embeddable that rule.
    At the moment, there are not FAQs or license terms specifically written  for ePub (or other kind of ebook formats) so I'm going to refer to the  currently available documents I found on the web.
    A Typblography blog post  (http://blogs.adobe.com/typblography/2010/10/web-font-licensing.html)  clearly describes the difference Adobe sets between "embedding" and  "serving" a font.
    Epub format - unfortunately - lies in a sort of no man's land, because  it is a zipped container of browsable documents (xhtml files,  stylesheets, images, fonts), so it can be considered a self-contained  and portable document, but at the same time, it doesn't protect the  fonts from unauthorized use.
    Also the Adobe Font Licensing FAQs  (http://www.adobe.com/aboutadobe/antipiracy/ff_faq.html) partially  clarify the field of discussion.
    The Adobe's proprietary font obfuscation feature, supported by Adobe  Digital Editions, can be easily overridden with few lines of python code.
    Adobe doesn't allow for @font-face embedding but let authors access to  use its fonts via specialized web font services such as Typekit.com  which can't be used by ePubs because of its offline nature.
    My questions are:
    Can I use an Adobe licensed font (i.e. Minion Pro) in an  ePub ebook using @font-face?
    What kind of license or agreement should be  used?
    Is there a dedicated contact for licensing-related issues (the [email protected] address just bounces back)?
    Indeed, I can already download some ePubs featuring the Minion Pro  typeface. I.e: "Il fu Mattia Pascal" edited by Mondadori (the most important italian publishing company) and freely  downloadable from the LaFeltrinelli store  (http://www.lafeltrinelli.it/products/9788852013089/Il_fu_Mattia_Pascal/Luigi_Pirandello.ht ml).
    That makes me confident that an arrangement is possible, isn't it?
    I hope to hear soon from you, as I'm writing also on behalf of some  others italian ebook designers.
    Thank you,
    Matteo Balocco

    Great question. Did you ever get a reply?
    Steve

  • Form Select with additional menus on call

    I'm trying to figure out if Spry does this example where you
    start with a drop down menu for a topic and if you want to add
    another version of the same menu, you just click a '+' button and
    it adds another field like a repeat region and keeps doing so as
    long as you want to add more fields. I've seen it done in Ajax but
    not in Spry. Anyone do this yet?
    The idea is that I have a client who is a photographer and
    he's got an order form with 25 of the exact same field with two
    text input area on the left and a pull down on the right and it
    would be so much cleaner to just have one and if the person making
    the order wants to add more of the same areas or div's he can just
    click a button and add more of the same fields.

    very helpful....
    I saw that maybe my code wasn't java.... hence the posting in "new to java!" :)
    Here is the code where my problem originated
    original
    <script type="text/javascript">
              coded = "[email protected]"
                   cipher = "aZbYcXdWeVfUgThSiRjQkPlOmNnMoLpKqJrIsHtGuFvEwDxCyBzA1234567890"
                   shift=coded.length
                   link=""
                   for (i=0; i<coded.length; i++){
                        if (cipher.indexOf(coded.charAt(i))==-1){
                             ltr=coded.charAt(i)
                             link+=(ltr)
                        else {    
                             ltr = (cipher.indexOf(coded.charAt(i))-shift+cipher.length) % cipher.length
                             link+=(cipher.charAt(ltr))
    function get2(id) {
                   proj = document.getElementById(id).value;
                   if (proj == 'contact')
                        location.href = 'mail\u0074o\u003a'+link;
                   else
                        location.href = proj;
         </script>+
    <select name="url" class="sel" id="select" onChange="get2('select')">
               <option value="image-1" >1</option>
            <option value="image-2" >2</option>
            <option value="image-3" >3</option>
        </select>

  • Form Select with Data

    URL:
    http://www.imemories.com/support/index.htm
    Spry region in question is in the top left box, under
    "Technical Support Online".
    Issue: after selecting "Product" and "Topic", and hitting
    "Reset", "Product" gets cleared, but not the "Topic".
    How to clear both?
    Any help will be much appreciated.

    Exactly so! Thanks Scott for setting me straight. For the benefit of other readers, the value in the Source Used column had been set to "Always, replacing any existing value in session state" and should have been set to "Only when current value in session state is null".

  • Problem with fonts display in safari and mail ???

    hello !
    sometimes i have problems with fonts display
    safari use a mathematics font instead of my preferences fonts
    i have to copy-paste in a text-editor to see the right font !!!
    i have the same problems sometimes in mail
    is anybody have infos about that problem ?
    thanks !
    p.s. mail version 1.3.11 - safari version 1.3.1

    OS X cocoa apps like Safari and Mail don't like non-Unicode fonts using common names that replace Latin with symbols or other scripts. Helvetica Fractions and Times Phonetic are common culprits. You need to remove such fonts to solve the problem.

  • Can't select my fonts with my font family window

    Hi gang,
    I need help figuring out what I need to do. When I compose a New Mail document, I have Fonts that I can click and a separate window comes up and I can change fonts if I want. Well, I used to be able to! Now when I click the Font button I get a blank window with nothing but sizes.There's nothing in the Family section. I can't make anything italic or bold unless I use the key commands.
    For normal typing it's not a big deal since I do have my default font. But when I copied and pasted a section from Wikipedia, I can't even change the fonts to match my default font, because when I select the passage of course no fonts show up in the Fonts family window. Is there a way to get this back to normal?
    Any helpful feedback would be appreciated. I'll check back tomorrow.
    Mac mini, 1.25Ghz, 80GB HD, 1GB RAM, modem, bought 09/2005.   Mac OS X (10.4)   Grape iMac, 333Mhz, 6GB HD, 160MB RAM, bought 10/1999

    Hi Iris,
    I know this sounds dumb, but in the Collections
    column of Fonts do you have "All Fonts"
    highlighted?
    Some of my "Collections" don't have any corresponding
    "Families" therefore no list of fonts - only sizes.
    Regards,
    John
    Hi John,
    Thanks for responding to me, I appreciate it very much. There is no "Collections" column, so I don't have anywhere to select "All Fonts" on my Fonts palette. Like I explained, all I have are two sub-windows: one says "Family", and the other says "Size". There are four icons above the two sub-windows that show underscore, strikethrough, color of letter, and color of document. Below the two sub-windows is the search window. So, I don't have anywhere to select "All Fonts".
    It wasn't a dumb question, it just seems to not apply to me! Thank you for even trying though...
    Mac mini, 1.25Ghz, 80GB HD, 1GB RAM, modem, bought 09/2005.   Mac OS X (10.4)   Grape iMac, 333Mhz, 6GB HD, 160MB RAM, bought 10/1999

  • Issue with font dreamweaver cs4

    Hi,
    i have a powerbook with tiger and dreamweaver 8, and also i have a mbp with leopard and dreamweaver cs4.
    My issue is with font rendition .. i mean, i setup both system a software with the same parameters, code view in Dreamweaver with Monaco at 8pt, and in Look (System preferences) disable antialiasing for font smaller than 8pt. The issue is the with configuration the code appears in two different ways. With powerbook the view is fine, instead on mbp the font is like with antialising and it appears out of focus.. why does it happen?
    The only different thing is the screen resolution 1440x960 against 1400x900..
    Do you have any suggestion? Or code font to suggest..
    Many thanks

    On the MBPro, open FontBook, select the font, then from the Menu Bar, click File/Validate Font and see if that helps.
    Carolyn

  • I have an iMac, 2015 model. operating on OS X 10.10.2 and whenever I click on just about everything in safari it opens a new tab with an ad on it. sometimes the ads are mackeeper or video hosting sites but they are just so annoying.

    I have an iMac, 2015 model. operating on OS X 10.10.2 and whenever I click on just about everything in safari it opens a new tab with an ad on it. sometimes the ads are mackeeper or video hosting sites but they are just so annoying.

    There is no need to download anything to solve this problem. You may have installed a variant of the "VSearch" ad-injection malware. Follow Apple Support's instructions to remove it.
    If you have trouble following those instructions, see below.
    Malware is always changing to get around the defenses against it. This procedure works as of now, as far as I know. It may not work in the future. Anyone finding this comment a few days or more after it was posted should look for a more recent discussion, or start a new one.
    The VSearch malware tries to hide itself by varying the names of the files it installs. To remove it, you must first identify the naming pattern.
    Triple-click the line below on this page to select it, then copy the text to the Clipboard by pressing the key combination  command-C:
    /Library/LaunchDaemons
    In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.
    A folder named "LaunchDaemons" may open. Look inside it for two files with names of the form
              com.something.daemon.plist
    and
               com.something.helper.plist
    Here something is a variable string of characters, which can be different in each case. So far it has always been a string of letters without punctuation, such as "cloud," "dot," "highway," "submarine," or "trusteddownloads." Sometimes it's a meaningless string such as "e8dec5ae7fc75c28" rather than a word. Sometimes the string is "apple," and then you must be especially careful not to delete the wrong files, because many built-in OS X files have similar names.
    If you find these files, leave the LaunchDaemons folder open, and open the following folder in the same way:
    /Library/LaunchAgents
    In this folder, there may be a file named
              com.something.agent.plist
    where the string something is the same as before.
    If you feel confident that you've identified the above files, back up all data, then drag just those three files—nothing else—to the Trash. You may be prompted for your administrator login password. Close the Finder windows and restart the computer.
    Don't delete the "LaunchAgents" or "LaunchDaemons" folder or anything else inside either one.
    The malware is now permanently inactivated, as long as you never reinstall it. You can stop here if you like, or you can remove two remaining components for the sake of completeness.
    Open this folder:
    /Library/Application Support
    If it has a subfolder named just
               something
    where something is the same string you saw before, drag that subfolder to the Trash and close the window.
    Don't delete the "Application Support" folder or anything else inside it.
    Finally, in this folder:
    /System/Library/Frameworks
    there may an item named exactly
                v.framework
    It's actually a folder, though it has a different icon than usual. This item always has the above name; it doesn't vary. Drag it to the Trash and close the window.
    Don't delete the "Frameworks" folder or anything else inside it.
    If you didn't find the files or you're not sure about the identification, post what you found.
    If in doubt, or if you have no backups, change nothing at all.
    The trouble may have started when you downloaded and ran an application called "MPlayerX." That's the name of a legitimate free movie player, but the name is also used fraudulently to distribute VSearch. If there is an item with that name in the Applications folder, delete it, and if you wish, replace it with the genuine article from mplayerx.org.
    This trojan is often found on illegal websites that traffic in pirated content such as movies. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect more of the same, and worse, to follow. Never install any software that you downloaded from a bittorrent, or that was downloaded by someone else from an unknown source.
    In the Security & Privacy pane of System Preferences, select the General tab. The radio button marked Anywhere  should not be selected. If it is, click the lock icon to unlock the settings, then select one of the other buttons. After that, don't ignore a warning that you are about to run or install an application from an unknown developer.
    Then, still in System Preferences, open the App Store or Software Update pane and check the box marked
              Install system data files and security updates (OS X 10.10 or later)
    or
              Download updates automatically (OS X 10.9 or earlier)
    if it's not already checked.

  • Safari can't open browser starting with "aam"

    safari can't open browser starting with "aam"

    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Turn all extensions OFF and test. If the problem is resolved, turn extensions back ON and then disable them one or a few at a time until you find the culprit.

  • Safari 8.0.4 form inputs stopped working

    Suddenly Safari 8.0.4 when presented with a form does not allow me to fill it. Cannot type inputs, radio buttons stopped working etc. Firefox works fine on the same input form. Any help will be appreciated.

    If you have another browser:
         Use  free  AdwareMedic by clicking “Download ” from here
         http://www.adwaremedic.com/index.php
         Install , open,  and run it by clicking “Scan for Adware” button   to remove adware.
         Once done, quit AdwareMedic by clicking AdwareMedic in the menu bar and selecting
        “Quit AdwareMedic”.
                   or
    If you don’t have another browser:
        Remove adware  manually  by following the “HowTo” from Apple.
        “Remove Genieo, also known as InstallMac”
        http://support.apple.com/en-us/HT203987
          Safari > Preferences > Extensions
        Turn those off and relaunch Safari again.
        Turn those on one by one and test.

  • Safari 5.1 now is garbled with many of the sites having lines on top of each other. Is any one else having that issue? If so, how did you resolve it? Thanks in advance for any help.

    Safari 5.1 now is garbled with many of the sites having lines on top of each other. Is any one else having that issue? If so, how did you resolve it? Thanks in advance for any help.

    "Did you make the .psd file with a transparent background (checkerboard) in Photoshop? And when you placed it in AI did you choose the top option Convert Photoshop Layers to Objects?"
    Yep, and it still didn't work.
    But I figured what I did wrong: I was selecting both the text and the heart, and then I was doing the whole Object>Wrap Text>Make thing, as opposed to just selecting the heart and doing it. Once I did it, I moved the heart around on top of the text, and it "made room" for the pic, wrapping itself around the heart.
    Thanks so much, and thanks A MILLION for being so patient.
    Jeez, when can I get some textbook to learn all the intricacies of Illustrator?

  • Text Area steals Focus from Text Field when selected with mouse

    I have created a very simple form with 4 spry validation elements here :: http://octopusdesign.net/contactus.html
    When I attempt to select the 'Your Email' text field using the mouse, focus is grabbed by the text area above it.
    It is only possible to get focus on the 'Your Email' text field by using tab.
    My best guess is that this is a bug in the framework.
    In addition to updating my spry libraries to 1.6 from 1.4 I've tried the following things::
    Reordering the elements in the form.
    Creating the elements in a different order.
    Replacing the validation elements with ordinary elements.
    None of these fixed the problem.
    Strangely, if I remove the validation text area there is no problem.
    If anyone can shed some light on this I would really appreciate it.
    Wisdom gratefully received.
    Chris

    Furthermore ::
    I've tried to reconstruct the form from scratch and discovered that if you have a validation text field and a validation text area in any order on the form, selecting the 2nd element with the mouse always results in the first element stealing the focus.

  • Problem in getting the parameters from teh form html with upload file

    I have used the jspsmartupload package:
    the html file:
    <HTML>
    <BODY BGCOLOR="white">
    <H1>jspSmartUpload : Sample 5</H1>
    <HR>
    <form METHOD="POST" ACTION="sample5.jsp"
    NAME="PW" ENCTYPE="multipart/form-data">
    <table CELLSPACING="0" CELLPADDING="3" BORDER="1" WIDTH="474">
    <!-- FILE -->
    <!-- TEXT -->
    <tr>
    <td width="150">
    <div align="left">
    <p><small><font face="Verdana">Text :  </font></small>
    </div>
    </td>
    <td width="324"><small><font face="Verdana">
    <input TYPE="TEXT" name="myText" value="">
    <br>
    </font></small></td>
    </tr>
    <!-- TEXTAREA -->
    <tr>
    <td width="150">
    <div align="left">
    <p><small><font face="Verdana">Text Area :  </font></small>
    </div>
    </td>
    <td width="324"><small><font face="Verdana">
    <textarea name="myTextArea" rows="4" value=""></textarea>
    <br>
    </font></small></td>
    </tr>
    <!-- PASSWORD -->
    <tr>
    <td>
    <div align="left">
    <p><small><font face="Verdana">PassWord :  </font></small>
    </div>
    </td>
    <td><small><font face="Verdana">
    <input TYPE="PASSWORD" name="myPASSWORD" value="">
    <br>
    </font></small></td>
    </tr>
    <!-- HIDDEN -->
    <tr>
    <td>
    <div align="left">
    <p><small><font face="Verdana">Hidden :  </font></small>
    </div>
    </td>
    <td><small><font face="Verdana">
    <input TYPE="hidden" name="myHidden" value="hidden">
    <br>
    </font></small></td>
    </tr>
    <tr>
    <td><small><font face="Verdana">Select a first file : 
    </font></small></td>
    <td><small><font face="Verdana">
    <input type="file" name="FILE1">
    </font></small></td>
    </tr>
    <tr>
    <td><small><font face="Verdana">Select a second file : </font></small></td>
    <td><small><font face="Verdana">
    <input type="file" name="FILE2">
    </font></small></td>
    </tr>
    <!-- CHECKBOX -->
    <tr>
    <td>
    <div align="left">
    <p><small><font face="Verdana">CheckBox :  </font></small>
    </div>
    </td>
    <td><small><font face="Verdana">
    <input TYPE="CHECKBOX" name="myCheckBox" value="Value 1">
    Value 1<br>
    <input TYPE="CHECKBOX" name="myCheckBox" value="Value 2">
    Value 2<br>
    <input TYPE="CHECKBOX" name="myCheckBox" value="Value 3">
    Value 3<br>
    </font></small></td>
    </tr>
    <!-- RADIO -->
    <tr>
    <td>
    <div align="left">
    <p><small><font face="Verdana">Radio :  </font></small>
    </div>
    </td>
    <td><small><font face="Verdana">
    <input TYPE="radio" name="radio" value="Value 1">
    Value 1<br>
    <input TYPE="radio" name="radio" value="Value 2">
    Value 2<br>
    <input TYPE="radio" name="radio" value="Value 3">
    Value 3<br>
    </font></small></td>
    </tr>
    <!-- SELECT -->
    <tr>
    <td>
    <div align="left">
    <p><small><font face="Verdana">Simple Select :  </font></small>
    </div>
    </td>
    <td><small><font face="Verdana">
    <SELECT name="mySimpleSelect" >
    <OPTION value="Value 1">Value 1</OPTION>
    <OPTION value="Value 2">Value 2</OPTION>
    <OPTION value="Value 3">Value 3</OPTION>
    </SELECT>
    <br>
    </font></small></td>
    </tr>
    <!-- SELECT MULTIPLE -->
    <tr>
    <td>
    <div align="left">
    <p><small><font face="Verdana">Multiple Select :  </font></small>
    </div>
    </td>
    <td><small><font face="Verdana">
    <SELECT multiple name="myMultSelect" >
    <OPTION value="Value 1">Value 1</OPTION>
    <OPTION value="Value 2">Value 2</OPTION>
    <OPTION value="Value 3">Value 3</OPTION>
    </SELECT>
    <br>
    </font></small></td>
    </tr>
    <!-- SUBMIT -->
    <tr>
    <td colspan="2" width="474">
    <div align="center">
    <center>
    <p><small><font face="Verdana">
    <input
    TYPE="Submit">
    </font></small>
    </center>
    </div>
    </td>
    </tr>
    </table>
    </form>
    </BODY>
    </HTML>
    the jsp file :
    <%@page language="java" import="com.jspsmart.upload.*"%>
    <%@page import="java.util.*"%>
    <jsp:useBean id="myUpload" scope="page" class="com.jspsmart.upload.SmartUpload" />
    <HTML>
    <BODY BGCOLOR="white">
    <H1>jspSmartUpload : Sample 5</H1>
    <HR>
    <%
         // Initialization
         myUpload.initialize(pageContext);
         // Upload
         myUpload.upload();          
         // Files
         out.println("<BR><STRONG>Display information about Files</STRONG><BR>");
         out.println("Number of files = " + myUpload.getFiles().getCount() + "<BR>");
         //out.println("Total size (bytes) = " + myUpload.getFiles().getSize() +"<BR>");
         for (int i=0;i<myUpload.getFiles().getCount();i++){
              out.print(myUpload.getFiles().getFile(i).getFieldName());
              if (!myUpload.getFiles().getFile(i).isMissing())
                   out.print(" = " + myUpload.getFiles().getFile(i).getFileName() + " (" + myUpload.getFiles().getFile(i).getSize() + ")");
                   myUpload.getFiles().getFile(i).saveAs("/upload/" + myUpload.getFiles().getFile(i).getFileName());
              else
                   out.print(" = vide");          
              out.println("<BR>");
         // Request
         out.println("<BR><BR><STRONG>Display information about Requests</STRONG><BR>");
         // Retreive Requests' names
         java.util.Enumeration e = myUpload.getRequest().getParameterNames();
         // Retreive parameters
         while (e.hasMoreElements()) {
              String key = (String)e.nextElement();
              String[] values = myUpload.getRequest().getParameterValues(key);               
              // Browse the current parameter values
              for(int i = 0; i < values.length; i++) {
              out.print(key + " = ");
              out.print(values[i] + "<BR>");
    %>
    </BODY>
    </HTML>
    The result shown is:
    jspSmartUpload : Sample 5
    Display information about Files
    Number of files = 2
    FILE1 = path.txt (240)
    FILE2 = WS_FTP.LOG (146)
    Display information about Requests
    radio = Value 2
    mySimpleSelect = Value 1
    myTextArea = test
    myPASSWORD =
    myMultSelect = Value 3
    myHidden = hidden
    myText = test
    myCheckBox = Value 1
    myCheckBox = Value 2
    myCheckBox = Value 3
    I would like to know if i want to get back the parameters from the form ,
    is that i must use Enumeration.
    Because i have tried request.getParameter() to get the value of radio button, textbox, checkbox and select menu, but it get the null values.
    Also, the function of Enumeration does not get the values of parameter in sequence as html form. e.g.In the html file, the first parameters should be textbox,but it displays the radio button's values first.
    How to solve the problem .
    Thanks

    This sounds like a bug in the smart upload code. I have used this stuff before, but it's probably an older version, so maybe they broke something. Enumerations aren't usually guaranteed to keep things in any particular order. I would say for now, make a method to take the enumeration and a param name to find the value. And write to the JSPSmart people.

Maybe you are looking for

  • Prevoius Reconciliation is not getting cancelled

    Hi Expert s To one of my client My Previous Reconciliation is not getting Cancelled how can we sort out this Issue .please do needful on this as it is very urgent and revert ASAP Regards Jenny

  • How can I delete all delta request and init from InfoCube?

    Hi, We are working with an extractor that support deltas, but we are presenting problems with it, some changes in the data are not displayed. For this reason we are thinking change this type of processing and make a full load (with the full updating

  • Burning DVD using iMovie '11

    Hi, How do I burn a DVD that I want to play on my television in iMovie '11?  If that is the wrong program, then what program do I buy in order to do this? Thank you.

  • Publishing makes random changes on site

    i did a website in "modern frames". i created my own menues (simple text that i use with the hyperlink function), colors, photos, .... when i publish the site even to a folder on the same computer it makes random changes of colors, any picture can ap

  • Solution for one of the requirement

    Hi All, I'm Having column : WIP_Date ,Which is having date data as below. Ex : 01/march/10 02/march/10 03/march/10 04/march/10 05/march/10 06/march/10 07/march/10 08/march/10 09/march/10 10/march/10 11/march/10 12/march/10 13/march/10 14/march/10 15/