Error: A previous document of this type has been created with later date

hi
when i am adding invoice with a particular date.
and if i am adding  another invoice for same customer with date previous to the first one i am getting this error
pls tell the error were i have made and how to slove the error

Om,
Pleae check the following ...
Marketing document with earlier posting date not added
Symptom
Error message: 'A previous document of this type has been created with a later date.' and the document is not added.
Other terms
AR, AP, invoice, credit memo, reserve invoice, wizard, document, generation, past, previous, posting date, settings, initialisation, SAP Business One
Reason and Prerequisites
Business requirement that marketing documents with an earlier date than the current system date are entered.
Solution
Under Administration -> System Initialisation -> Document Settings -> Tab 'General' is a tickbox 'Block Documents with Earlier Date'.
If this box is ticked, the error message 'A previous document of this type has been created with a later date.' is received and the document cannot be added. This affects the following documents:
AR and AP Invoice
AR and AP Credit Memo
AR and AP Reserve Invoice
If the box is unticked, the system displays the message: 'A previous document of this type has been created with a later date. CONTINUE or CANCEL.' If 'Continue' is chosen, the document can be added.
This setting will also affect documents to be processed by the 'Automatic Summary Wizard'.
HTH,
Eddy

Similar Messages

  • Error -1074384569; NI-XNET: (Hex 0xBFF63147) The database information on the real-time system has been created with an older NI-XNET version. This version is no longer supported. To correct this error, re-deploy your database to the real-time system.

    Hello
    I have a VeriStand-Project (VSP) created with my Laptop-Host (LTH) which works with my PXI, while
    deploying it from my LTH. Then I have installed the whole NI enviroment for PXI and VeriStand use on a
    industrial PC (iPC). I have tried to deploy my VSP from the iPC to the PXI but the following error
    message arose on my iPC:
    The VeriStand Gateway encountered an error while deploying the System Definition file.
    Details: Error -1074384569 occurred at Project Window.lvlibroject Window.vi >> Project
    Window.lvlib:Command Loop.vi >> NI_VS Workspace ExecutionAPI.lvlib:NI VeriStand - Connect to System.vi
    Possible reason(s):
    NI-XNET:  (Hex 0xBFF63147) The database information on the real-time system has been created with an
    older NI-XNET version. This version is no longer supported. To correct this error, re-deploy your
    database to the real-time system. ========================= NI VeriStand:  NI VeriStand
    Engine.lvlib:VeriStand Engine Wrapper (RT).vi >> NI VeriStand Engine.lvlib:VeriStand Engine.vi >> NI
    VeriStand Engine.lvlib:VeriStand Engine State Machine.vi >> NI VeriStand Engine.lvlib:Initialize
    Inline Custom Devices.vi >> Custom Devices Storage.lvlib:Initialize Device (HW Interface).vi
    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * • Unloading System
    Definition file... • Connection with target Controller has been lost.
    The software versions of the NI products (MAX/My System/Software) between my LTH and the iPC are
    almost the same. The only differences are:
    1. LabView Run-Time 2009 SP1 (64-bit); is installed on LTH but missing on iPC. The iPC has a 32-bit system.
    2. LabView Run-Time 2012 f3; is installed on LTH but missing on iPC.
    3. NI-DAQmx ADE Support 9.3.5; something strage on the LTH, because normally I am using NI-DAQmx 9.5.5 and all other DAQmx products on my LTH are 9.5.5. That means NI-DAQmx Device Driver 9.5.5 and NI-DAQmx Configuration 9.5.5.. On the iPC side all three products are 9.5.5.. That means NI-DAQmx ADE Support 9.5.5, NI-DAQmx Device Driver 9.5.5 and NI-DAQmx Configuration 9.5.5..
    4. Traditional NI-DAQ 7.4.4; The iPC has this SW installed. On the LTH this SW is missing.
    In order to fix this problem I have formatted my PXI and I have installed the following SW from the iPC:
    1. LabVIEW Real-Time 11.0.1
    2. NI-488.2 RT 3.0.0
    3. NI_CAN 2.7.3
    Unfortunately the above stated problem still arose.
    What can I do to fix this problem?
    I found a hint on http://www.labviewforum.de/Thread-XNET-CAN-die-ersten-Gehversuche.
    There it is written to deploy the dbc file againt.
    If this is a good hint, so how do I deploy a dbc file?
    I would feel very pleased if somebody could help me! :-)
    Best regards
    Lukas Nowak

    Hi Lukas,
    I think the problem is caused by differenet drivers for the CAN communication.
    NI provides two driver for CAN: NI-CAN and NI-XNET.
    NI-CAN is the outdated driver which is not longer used by new hardware. NI replaced the NI-CAN driver with NI-XNET some years ago, which supports CAN, LIN and the FLEXRAY communication protocol.
    You wrote:
    In order to fix this problem I have formatted my PXI and I have installed the following SW from the iPC:
    3. NI_CAN 2.7.3
    NI CAN is the outdated driver. I think that you should try to install NI-XNET instead of NI-CAN on your PXI-System, to get rid of the error message.
    Regards, stephan

  • Verify that this class has been marked with the @Entity annotation

    Hi,
    We have a App level shared lib which does all the JPA related query for an app. And each app can utilize the share lib to get the JPA related query to be done.
    For scoping the JPA between App . We have created EMF for each app.
    When one app run and does any JPA related action it works fine , but when we try to run second app we are seeing the following error when trying to do JPA specific action .
    the @Entity annotation.
    [2012-05-23T04:08:16.839-07:00] [WC_Spaces] [ERROR] [] [oracle.webcenter.spaces] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 5825b814-2931-4ad5-8dc3-3e18f66992b7-00000004,0] [APP: webcenterCustom] [[
    java.lang.IllegalArgumentException: Unknown entity bean class: class oracle.webcenter.spaces.internal.repository.WcSpaceHeader, please verify that this class has been marked with the @Entity annotation.
    at org.eclipse.persistence.internal.jpa.EntityManagerImpl.find(EntityManagerImpl.java:648)
    at org.eclipse.persistence.internal.jpa.EntityManagerImpl.find(EntityManagerImpl.java:532)
    at oracle.webcenter.spaces.internal.repository.SpaceRepositoryUtils.refreshSpaceRows(SpaceRepositoryUtils.java:1791)
    Where WcSpaceHeader is an Entity.
    For creating emf per App this is the code
    private static EntityManagerFactory getEntityManagerFactory()
    String appName=Utility.getApplicationName();
    EntityManagerFactory emf=sEntityMgrFactory.get(appName);
    if(emf==null)
    emf=Persistence.createEntityManagerFactory("SpacesReposPUnit");
    sEntityMgrFactory.put(appName,emf);
    SpacesConstants.LOGGER.info("Caching" +
    "EMF for " +appName);  
    return emf;
    My persistence.xml
    <?xml version="1.0" encoding="US-ASCII" ?>
    <persistence xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
    version="1.0" xmlns="http://java.sun.com/xml/ns/persistence">
    <persistence-unit name="SpacesReposPUnit" transaction-type="RESOURCE_LOCAL">
    <provider>
    org.eclipse.persistence.jpa.PersistenceProvider
    </provider>
    <class>oracle.webcenter.spaces.internal.repository.WcSpaceHeader</class>
    <class>oracle.webcenter.spaces.internal.repository.WcSpaceUsrDetail</class>
    <class>oracle.webcenter.framework.service.jpa.WcCommonXlationEntity</class>
    <class>oracle.webcenter.spaces.internal.repository.WCNavigationActivity</class>
    <properties>
    <property name="eclipselink.session.customizer"
    value="oracle.webcenter.spaces.internal.repository.SpacesEclipselinkSessionCustomizer"/>
    </properties>
    </persistence-unit>
    </persistence>
    One more problem i am seeing in this is that . When i create an EM from EMF (which is diff for diff app) and doing some query i am getting a class cast Exception.
    (self-tuning)'] [ecid: 5825b814-2931-4ad5-8dc3-3e18f66992b7-00000004,0] [APP: webcenterCustom] [[
    java.lang.IllegalArgumentException: Unknown entity bean class: class oracle.webcenter.spaces.internal.repository.WcSpaceHeader, please verify that this class has been marked with the @Entity annotation.
    at org.eclipse.persistence.internal.jpa.EntityManagerImpl.find(EntityManagerImpl.java:648)
    at org.eclipse.persistence.internal.jpa.EntityManagerImpl.find(EntityManagerImpl.java:532)

    This is a class loader issue, somehow you have deployed the same classes in two places, so have two different versions of the classes.
    How, exactly have you deployed things, where are your domain classes?
    The issues is most likely that,
    Persistence.createEntityManagerFactory("SpacesReposPUnit");
    will always return the same factory once it has been deployed.
    If you pass a properties map to createEntityManagerFactory and set the property "eclipselink.session-name" to a unique value, then you should get a new factory.

  • My FaceTime doesn't work... I would call a person, they would accept, and then I would be stuck in a never ending "connecting".. And this problem has been according with not just my ipad, but with other people's iDevices that I know.

    My FaceTime doesn't work... I would call a person, they would accept, and then I would be stuck in a never ending "connecting".. And this problem has been according with not just my ipad, but with other people's iDevices that I know.
    -My wifi connection is running strong
    -All the devices run the same version of iOS

    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.) No data/files will be erased. http://support.apple.com/kb/ht1430
    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    iOS: FaceTime is 'Unable to verify email because it is in use'
    http://support.apple.com/kb/TS3510
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    How to Set Up & Use iMessage on iPhone, iPad, & iPod touch with iOS
    http://osxdaily.com/2011/10/18/set-up-imessage-on-iphone-ipad-ipod-touch-with-io s-5/
    Set Up Alert Sounds
    http://www.quepublishing.com/articles/article.aspx?p=1873027&seqNum=3
    Extra FaceTime IDs
    http://tinyurl.com/k683gr4
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Troubleshooting iMessage Issues: Some Useful Tips You Should Try
    http://www.igeeksblog.com/troubleshooting-imessage-issues/
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    Fix Can’t Sign Into FaceTime or iMessage iOS 7
    http://ipadtutr.com/fix-login-facetime-imessage-ios-7/
    FaceTime, Game Center, Messages: Troubleshooting sign in issues
    http://support.apple.com/kb/TS3970
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
    iOS 7 allows you to block phone numbers or e-mail addresses from contacting you via the Phone, FaceTime, or Messages
    http://howto.cnet.com/8301-11310_39-57602643-285/you-can-block-people-from-conta cting-you-on-ios-7/
    How to Block Someone on FaceTime
    http://www.ehow.com/how_10033185_block-someone-facetime.html
    My Facetime Doesn't Ring
    https://discussions.apple.com/message/19087457#19087457
    How to watch FaceTime calls on the big screen with Apple TV
    http://www.imore.com/daily-tip-ios-5-airplay-mirroring-facetime
    Send an iMessage as a Text Message Instead with a Quick Tap & Hold
    http://osxdaily.com/2012/11/18/send-imessage-as-text-message/
    To send messages to non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
    How to Send SMS from iPad
    http://www.iskysoft.com/apple-ipad/send-sms-from-ipad.html
    How to Receive SMS Messages on an iPad
    http://yourbusiness.azcentral.com/receive-sms-messages-ipad-16776.html
    Apps for Texting http://appadvice.com/appguides/show/apps-for-texting
    You can check the status of the FaceTime/iMessage servers at this link.
    http://www.apple.com/support/systemstatus/
     Cheers, Tom

  • Oicnnot delete emails that show up in my inbox. The email says this message has no content with a date of 12/31/00. The emails keep multiplying in my inbox

    I cannot delete emails that show up in my inbox. The email says this message has no content with a date of 12/31/00

    I have this problem too.
    The entire email says
    ((No Sender)
    (No Subject)
    This message has no content
    Two are dated 12/31/69
    and one came in today at 8:34pm (This last one has a "2" next to it which may indicate there are two of them?)
    There is no trash icon on the screen and there doesn't appear to be ny way to delete them.
    How do I delete them?

  • How can I open a project that has been created with Mercury Playback Engine GPU Acceleration software, on my trial version of Premier Pro CC?

    Hi,
    I'm working with a colleague who is using Mercury Playback Engine GPU Acceleration software on his PC version of Premier Pro CC. I am using a mac and have a trial version of Premier Pro CC. When I try to open a project file that he has sent me I get an error message-
    "Missing renderer: This project was last used with Mercury Playback Engine GPU Acceleration (CUDA), which is either not available or not certified on this system. Mercury Playback Engine Software Only will be used."
    When I click OK and locate the files I get a message saying "File format not supported".
    Can anyone tell me what to do so that we can share project files?
    Many thanks,
    Jessie

    Shouldn't really be the MPE at fault here ... what is the codec of the footage/sequence/project?
    Second, can you create a new project in PrPro, then in the media browser, import that sequence from the other project?

  • After a library has been created with the "Copy items to the iPhoto library" option unselected, can it later be made to create those copies?

    iPhoto 9.4.3
    iPhoto Library Manager 3.6.8
    MacBook Pro - OS X 10.7.5.
    I have a large number of iPhoto libraries, organized with iPhoto Library Manager, that I created with the "Copy items to the iPhoto library" option unselected because I wanted easier access to the individual files. I am now going to be migrating to a new computer and have run into some problems with iPhoto losing the path to the file, and as a result showing me the exclamation point of doom. What's more, the program doesn't seem very intelligent about rebuilding those lost connections, and I have to go back through and correct it manually almost one at a time. How do I get around this problem?
    If I rebuild my new computer from a Time Machine backup (I usually enjoy taking this opportunity to start from a clean slate, but...), will the paths all be preserved without me needing to abandon my organization system?
    Or is there some way to ask iPhoto or Library Manager to create and organize copies of all the photos in the library that are not currently present within the library?
    On a tangentially related note, what's the best way to save keywords (and ideally also faces) added in iPhoto to the photos' meta data?
    Much obliged.

    Not with iPhoto by itself.  If you have the lastest version of Aperture and iPhoto referenced libraries can be converted to managed with Aperture.
    You can convert to a managed library with  iPhoto Library Manager by rebuilding the library with iPLM.  This will create a new, managed library with all your photos in it and with all Events, albums, keywords, titles, descriptions and places intact. However, books, calendars, slideshows and cards will not be retained.  They will end up as albums containing the photos.
    OT

  • My iPod error is the download of this title has been disabled

    I am trying to download a WMA audiobook from the library using OverDrive.  When I bring up the library title site on the iPod to download the title I get the subject error message,  I have no trouble when the book is in mp3 format, but I get the error message with the WMA format.  How can I download the WMA formatted books to the iPod touch?

    The iPod does not support WMA formated itesm.

  • My iPod nano has been shipped with delivery date of 10/15.

    Finally!

    I saw you posted this on the forum:
    I have an ipod nano 4th generation. I connected it into the computer to add some more songs, but when itunes started up, it said that itunes could not reconize my ipod. So i clicked "ok". And my ipod didnt show up. So then i went down to the right hand corner and safely removed my ipod by useing the "safely remove harware" thing. But when i looked at my ipod, it said 0 songs 0 movies etc.
    After that i plugged it back into the computer, and all the almost all space was still taken up, 96.4 MB with photos and 6.26 GB with "other" stuff.
    I know i can restore it but unfortunatly, most of my songs are not backed up on itunes. Because i have just moved and had to switch computers and i dont want to lose it all.
    PLEASE HELP ME!!!! What should i do to get my songs, video etc back??
    (I hope im posting this in the right place)
    Message was edited by: Nathan T
    I have the same problem too now. PLEASE HELP ME!

  • How to open a RAW file that has been created with Photoshop CS5.5?

    I did some HDRs and when back in Photoshop CS 5.5 I tried to save them (16 bit colur depth).
    GIven the option to save the image as .RAW file I did that but now:
    Which program can be used to open those Photoshop created RAW files???
    When I try to open one of these files with Photoshop I just get noise.

    1.  Photoshop CAN open (flat) PSD files through Camera Raw, no problem.
    2. There are those of us who have used every version of Photoshop, going back almost 20 years, and who *still* haven't used them all.  I just don't see that as any kind of problem. 
    3. Lastly:  You have been asserting here all along that Photoshop won't re-open a 16 bit .raw file properly.  That's absolutely wrong.  If you get the bit depth, number of channels, and pixel counts right (i.e., the same as when the image was saved) it WILL open properly.  The thing is, with the Photoshop raw format there really is no metadata in the file, meaning YOU have to put all those numbers in.  It's not a general purpose "push one button and done" kind of format - it's a specialty format, as Chris noted above.
    -Noel
    1) will try that out
    2) I am just curious and like to try out all functions and see what it does and how it works.
    3) guess I have to play arould with it a bit more to find the right settings that allow me to save and re-open the file correctly.
    BTW: when writing messages here my FF browser doesnt show any cursor in the text field which makes it difficult to see where I am. Does everyone have that problem?
    Just noticed: I have to click on to something in the pulldown menu and later the cursor appears. I have the same problem with facebook. Have to click somewhere else first and then go back to the text field to make the cursor appear.

  • Is there a way to see what font was used originally, after the type has been converted to outlines?

    Hi all, I would really like to know if there is any way to find out what font was used originally in an Illustrator document, after the type has been converted to outlines? The reason for this is I need to update some wording in a couple of old logos I had made and I have NO idea what font I had used...for the life of me I just cannot remember. Because this was so urgent for one of my projects I had to do a search online via "WhatTheFont" to see what font it could be (which I then didn't seem to have in my library!), and repurchase it. I am 99% sure I HAVE the font - or something VERY close - but under a different name.
    Normally I keep a much better record of fonts used but there have been times occasionally in the past when I have done something in a hurry and changed the type to outlines without keeping the original, or keeping detailed notes at least. The fact that I did NOT keep notes on a few projects I have done in the past has made me want to kick myself because now I need to revisit one of those again..grrr:)
    Can anyone offer any advice? I appreciate your help as always:)
    best,
    Christine

    Christine,
    You can also ask in the Typography forum,
    http://forums.adobe.com/community/design_development/typography?view=discussions&start=0
    The guy running whatfontis is a regular poster there.
    And apart from
    http://www.whatfontis.com/
    there are
    http://www.identifont.com/
    http://new.myfonts.com/WhatTheFont/
    and especially for script,
    http://www.bowfinprintworks.com/ScriptIDGuide.html

  • This feature has been locked

    My printer is showing the following message:  "The feature has been locked by the system administrator or the person who set up the printer."   This message shows up on my network connection page, fax set up page, etc.   How do I remove it?  I'm the only one who uses this computer, and I did not lock it... at least not knowingly.
    Thanks in advance for any help with this matter!!!
    KarenSell

    Hi @KarenSel,
    Welcome to the HP Forums!
    I noticed that you are getting the error, "this feature has been locked", with your printer, and I am happy to look into this for you!
    For further assistance, I will need to know: a) The Product/Model Number of your printer. Follow instructions in this link. Finding Your HP Product Model Number. b) If the printer is able to make copies. c) If the power cable is plugged into a surge protector, or directly to the wall outlet. Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector. This applies to Inkjet printers as well.
    Please see this post, Want Good Answers? Ask Good Questions, by @Bob_Headrick, so you can get the most out of these forums.  
    Thank you for posting, and hope to hear from you soon!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • 5W332 No task has been created-HELP

    Hello
    We have a problem in workflow area. When trying to create an standard
    task TS (transaction pftc) I get transport request and ewerything seems
    ok and the message "standard task saved".
    However when exiting "pftc" I get message "5W332 No task has been
    created".
    Later on I can not invoke the task(I get the number in transport
    request objects)
    For 5W332 I do not find suitable note.
    Maybe the problem is that systam was upgraded from 3.0 to 4.7 ext2.0.
    How to solve this

    Hi,
    Once you create the task can you see the same in the Transport Organizer (SE01)? Just go into SE01 and choose to display and browse through and find whether the task is there?
    Also within workflow when you are specifying the task to be as a workflow step try using the "TS" prefix to the number.
    Hope this helps,
    Sudhi

  • An internal error occurred while writing imported graphics in this document. The file has been saved

    An internal error occurred while writing imported graphics in this document. The file has been saved, but has lost some image data. Please report this error to Adobe Technical Support.
    How do i fix this, there are no images in the document
    thanks
    emma

    We are running FM version 7.2b144 on MS Win xp Pro (32 bit), and I did not notice this until service pack 3 was installed. I believe I have found a work around to the situation and another contributing cause. If graphic files are placed directly in an anchored frame instead of importing by reference, the file somehow becomes misplaced. If you right click the graphic and open the Object Properties dialog box, and see the phrase "no referenced file" below Main Editor: Referenced File: in the lower left hand corner, this has happened. I found if I removed all graphics files without references and imported them by reference, the source file may then be properly saved. I am also using a program called CCleaner, which removes cookies, temp files, browsing history and the like from a system. If the program settings are chosen too aggressively, and the application runs when FM has a file open, this same error will occur, even if all files are referenced properly. I don't know if SP3 has some similar application which is now running in the background and causing this.
    To summarize, if you want to retain SP3, I have eliminated this error by confirming the links to referenced graphics files and avoiding using 3rd party "cleaners" while FM is open.

  • How to fix: "Not Authorized: Sorry, this file has been previously opened in another machine"?

    I recently downloaded an online coursepack for grad school, and it is a password protected document that opens in Adobe Reader version 11 or higher. I updated my Adobe Reader to the proper version, typed in the appropriate password, unchecked "Enable global object security policy" in Edit ->Preferences->JavaScript, and was able to access the file initially. Then a week later I must have updated my Adobe Reader and I could no longer access the file. The error kept popping up, "Not Authorized: Sorry, this file has been previously opened in another machine."
    I never opened the file on any other machine and even when I tried re-dowloading the coursepack the error did not go away.
    How can I access my coursepack file? I have finals coming up and I need access to my coursepack!

    EJP wrote:'Confirm that the file has been downloaded successfully from the servlet'.Well, actually should have been How can I let the servlet know that a client has downloaded the content in the servlet's output stream successfully? Anyway I corrected the title to be more concise. Any idea how this can be done?
    Edited by: user12239927 on Nov 23, 2010 1:06 AM

Maybe you are looking for

  • Error while creating web dynpro project from DTR

    Hello, I am getting following error while creating Web Dynpro project from DTR, org.eclipse.jdt.core.JavaModelException: File /<track name><DC><package>/.classpath is read-only. Still project gets created but evenif I check out view , it does not all

  • Why can't I use find my iphone?

    Hello, so, I have an iPhone 4S with ios 7. Very nice. I also have find my Iphone installed, and iCloud enabled. All well. So I lost my iPhone 4S, thought to track it down with find my iPhone as I could still call my iPhone. My girl friend uses my old

  • Vertical Layout and HGroup centering

    I am running a Flex 4 app with a Skinnable Container with a skin applied. The container uses a VerticalLayout (to expand/contract with loaded text). When I try to center a button on the bottom using an HGroup with a HorizontalCenter property, it does

  • Javax.smartcardio do not work on linux 64 bit (OEL6)

    I wrote the below code to read the attached Smartcard reader on a system. This code work fine for a Windows system but on a Linux the smartcard reader are not detected. The JVM used is Oracle Jre 1.7.0.55, the pcsc_lite is installed and with the comm

  • Subqueris in Casestatement

    Hi, I'm trying to use the subquery in case statement in 11g it is working fine. But its throwing the ORA-00979: not a GROUP BY expression in 10g. Will 10g wont support subqueries in case statement ? Appreciated your help. select month,        case wh