Equivalent of forms60_user_date_format key in forms 9.04?

in Forms 6i, the date format can be set using the forms60_user_date_format key.
Is there a equivalent in Forms 10G (9.0.4)? thanks.
Wanjun

From 10g Forms (9.0.4.0.19) Help:
User Date/Datetime Format Property
Description
Holds the current date or datetime format mask established by the environment variable FORMS90 USER DATE FORMAT or FORMS90 USER DATETIME FORMAT.
There are two separate properties: User Date Format and User Datetime Format. These properties will return values even when these environment variables aren't set.
Applies to application.
Set Not settable from within Oracle Forms.
Refer to Built-in GET APPLICATION PROPERTY
Related topic
About format masks for dates

Similar Messages

  • How to Intercept keys in forms

    I need to intercept some keys in forms, but i could't find a way
    to do that, there's a way to do like C or pascal
    CHR(13), par example
    null

    Rafael Moreno (guest) wrote:
    : I need to intercept some keys in forms, but i could't find a
    way
    : to do that, there's a way to do like C or pascal
    : CHR(13), par example
    Hello Rafael ,
    How are u. You can use Do_Key Built in for this
    purpose at form levels triggers.I think it will work.
    Amjad Ali
    null

  • Function keys in Forms 9i

    Function keys in Forms 9i
    are not working with me..any possible reasons?

    Thanx for your help.
    it was my mistake I thought F9 is a built-in function key for LOV like it was in 6i
    but I have another question please in this area
    suppose I want to add F9 function key to call LOVs
    I understod that i shoud add this line to fmrweb.res
    120 : 0 : "F9" : ??? : "List of values"
    what should I put instead of the question marks?
    what is Forms function number? how can i find it? and how can i modify it?
    thanx again.

  • Equivalent of F8 key in VB

    Can anyone suggest what is the equivalent of F8 key of VB in Oracle -- Toad / SQL Developer in order to execute the code line by line for debugging purpose ??
    DSD

    You can debug in SQL*Developer. Just remember
    - your user needs to have the right privileges:
    grant debug connect session, debug any procedure to testuser;- you have to compile the procedure for debug - either use the correct button in SQL*Developer, or
    ALTER PACKAGE / PACKAGE BODY mypackage COMPILE DEBUG;- you can have SQL*Developer build a minimal test block around your procedure (Debug -> Debug Block)
    - you can then step through the code using F8, or set breakpoints etc using the other debug menu options.
    HTH
    Regards Nigel

  • Key account form

    Dear SAP Guru,
    Can some tell me about key account form of output?
    Points will be rewarded.
    Regards

    The account key is defined in the sales pricing procedure
    SPRO > Sales and Distribution > Basic Functions > Pricing > Pricing Control > Define And Assign Pricing Procedures
    And the account to these account keys are assigned in VKOA transaction.
    This pricing procedure if assigned to customer master in XD02/ VD02 (Sales Area Data)
    Regards,
    SDNer

  • [Bug?] How to use the Tab key in forms

    Ahoy!
    The latest release of Photoshop has "broken" the native behavior of the Tab key in html panels. I'm not sure if this is a bug or just a new API I need to incorporate.
    Expected behavior:
    1. Focus into text field in a form
    2. Hit the Tab key
    3. The next field is focused.
    Actual behavior
    1. Focus into text field in a form
    2. Hit the Tab key
    3. Photoshop hides the application UI (Photoshop hotkey tab behavior).
    Anyone happen to know if there's something that can be done about this?

    Bug is very annoying for our users when they try to input their usernames and passwords to login (often) and also when they're filling out a large form with four fields in it.
    Hope it is fixed soon or a work around provided.
    Tom Wrenn
    Frontend Engineer
    CreativeWorx

  • How to stop record scrolling using up and down arrow key in forms

    Hi ,
    how we can restrict the record navigation using up & down arrow key...
    Thanks & Regards.
    vvm

    write key-up & key-down triggers at form level.
    inside that write the code
    BEGIN
      NULL;
    END;

  • Editable primary key in form

    I have a wizard created report/form page, based on a simple table. There are just 2 columns handled by the form, the primary key and an attribute. Both columns are mandatory (checked by HTMLDB validation objects).
    But the form behaves a bit strange in a certain situation. If I fill in the primary key, leaving the second field blank and click the 'Create button' then the form returns a message about the missing data (second field) but it also acts as if the row had been inserted. The 'Create button' is replaced by a 'Delete button' and an 'Apply Changes button'. If I then fill in the missing data and click 'Apply Changes' the system tries to update a non existing row.
    I know one should strive for using system generated keys but this assignment didn't give me the opportunity to do so.
    Is there a workaround available for this problem?
    HÃ¥kan

    Suspect this is because of request setting, which is determined by button selected, which obviously dependant on button displayed! Default conditions for displaying CREATE/SAVE button dependent on whether primary key has a balue or not.
    I guess there are several ways around problem; one would be to hide the key and use another item for entry and display, populating with the real key on entry, and populating real key in an on submit after comp/val firing before your automatic row processing process.
    Simplistic solution and not complete, but a start.

  • Primary Key With Four Column ,How to use that Column As Primary Key In Form

    Dear All,
    i have create composite Key as primary Key With Four Column .
    How can i use these column in Form With Report Page.
    How can i use these four Column as primary Key to Edit Record .
    How can i do this.
    Thanks
    Vedant

    wrap a view around your table with this bogus primary key. Use an instead of trigger to handle the inserts and updates. And then look at using surrogate keys to resolve these bad design issues...
    5 out of 4 people don't understand fractions.
    Thank you,
    Tony Miller
    Webster, TX

  • Composite Primary Key in Form

    Hi, I have a table which maintains versions. This has a composite primary key - eg - Company_id + version_no. I tried creating a form based on a template with Primary key as Company_id and primary key column 2 as Version_no. When I try to run the form it gives an error, 'Invalid number' on the process in Rendering page. When i remove the second primary key the results are displayed correctly (however I have a problem when there are more than 1 versions - too many rows).
    How do I create a form based on a template with a composite key.
    How can I create a form which has more than 2 keys as part of a composite primary key.

    This thread is old....but let me make some notice...
    Oracle guys,
    does all that mean that you encourige using simple PK which is based on sequence, regardless that involve unique index on columns that normaly represent PK, but in master detail wizard it is impossible to use composite keys?
    Why I'm asking this?
    Because many apps are translated to HTMLDB (Oracle based) directly with not too much problems. But if we have to change PK then many things are complicated...
    This all come from a problem how to fill detail table PK where first coulmn represent master key field and second one is filled with user input-nothing can be automated.
    In your demo I saw that for "orders-order items" you use "simple PK" technique, regardless order items could have PK made from (OrderId, Id)...
    Please make some respond for this....
    THX!

  • Delete Key in Form

    My users, who are mostly clerical staff want to do everything in a form via the keyboard without using the mouse.
    We are on 10gAS(9.0.4) forms on windows 2003 server.
    I have found that Ctrl+S will save a record.
    What is the key combination for deleting/removing a record. I have not been able to find it via context sensitive Help|Keys or Ctrl+K.
    Thanks.
    Suresh
    I have not been able to find the context sensitive

    My users, who are mostly clerical staff want to do everything in a form via
    the keyboard without using the mouse.Let me guess... they are all near retirement age, right? (But I agree that keystrokes are faster and easier.)
    The resource file is usually fmrweb.res. And in web forms, it SHOULD be editable. The Forms 6 version was not -- you had to use Oracle Terminal, oraterm.exe, and using it is a pain.
    Looking at my Forms 10g fmrweb.res file as released from Oracle, the delete record key is Ctrl-Up, and Ctrl-S is the commit key.
    But we have changed ours to work like the original client/server version, and delete record is shift-F6.

  • Changing functionality of Function Keys in forms 10g

    Dear users....One of the big difficulties users facing in my 10g forms applications is that its Function Keys have totally changed like that of Enter-Query or Execute-Query. In forms 6i user was habitual of working with F-7 & F-8 for this purpose but in 10g its quite different. Can u tell me that how can I match the functionality of these Function Keys in 10g to that of Forms-6i???

    Hey Arun...I've read urs recommended post, I wish to give u 10 pts if u give me the answer for this question too ;) Can I use my newly created fmrweb.res in my own application? I mean other users should keep on using the default fmrweb.res file but I should use the file compatible with 6i shortcut keys. Is there any configuration for this in formsweb.conf file?

  • How to redefine function keys in forms 10g

    i want to redefine function keys, for example i want to open LOV by pressing F9 not Ctl + L in forms 10g. can any one help me.
    zulfiqar

    Thanks Francois!
    Your info will be useful to me, as my customers were complaining about it.
    I didn't give attention or did any R&D on it because I thought for us main challange is to make ERP work on web first.

  • Functions Key like forms 6i in 10g

    Hi, i want to set the key functions F7= enter query, f8=execute-query in forms 10g like forms 6i. I don´t like F11 and ctrl-f11
    Regards

    Hi,
    You can change the key mappings by changing the file fmrweb.res in the *<dev_suite_home>\forms* directory. If you want to change all the key settings as in 6i, then make a copy of the fmrweb.res file for a saftey and rename the file fmrpcweb.res as fmrweb.res.
    Regards,
    Manu.

  • What is equivalent for missing keys on MAC vc PC?

    I am switching from PC to MacBook Pro
    Some keys on a PC keyboard do not exist on the macbook, so I am wondering what the keyboard equivalent is? I would like to know the equivalent under mac OS x and under Parallels VS running wind xp,
    Keys missing:
    Page Up, Page Down
    Home, End
    Insert, Delete (i.e. delete the next character forward; the delete key on the mac seem to be the same as a PC backspace key)
    Print Screen (and alt print screen to print focus window only)
    Thanks
    Bob

    If buying a new keyboard won't break the bank, Logitech makes a few cross platform keyboards that have all the keys you'd expect to find as a Mac OS user and/or as a Windows user on the same keyboard.
    Here's a link to their Wave Keyboard:
    http://www.logitech.com/index.cfm/keyboards/keyboard/devices/3071&cl=us,en
    They make a few other models for both Mac and Windows. Just follow the "keyboard" link on their web site and browse for ones with both the Windows and Mac icons.
    -Warren

Maybe you are looking for

  • External hard drive corruption

    I have a 512GB USB 3.0 SSD attached to my macbook air which stores all my media files for iTunes.  On several occassions after rebooting the machine the disk has been corrupted and the disk utility can't repair it.  So I end up having to restores the

  • How do I change the Admin-..

    in my iMAC with Mountain Lion? After it came back from a major repair, it was set up by the Repairer as an Apple admin account. I didn't want this so set my self up as the Administrator. Everything seemed fine until this morning when I tried to open

  • Refuses to upload my songs - HELP NOW PLEASE

    Okay so, I plug in my ipod, itunes comes up, and automatically shows me all the songs I have already uploaded. My problem is that I have other songs I want to upload, but can't. The songs I want uploaded are in the my music file on my windowsXP. I tr

  • SSRS: Problem with security when we try to sse a report

    Hi,       I've two server which have  SQL server 2008 R2 and Sharepoint 2010 on win server 2008 R2. We configured SSRS 2010 in integrated mode in sharepoint ( ohh we dont use SSL ).  The First is ok for authentification when i look in the log of SSRS

  • Obiee 11g update GUIDs

    Hello Everyone! Few days ago I started to get invalid user/password when trying to login to OBIEE PS and when trying to open repository in online mode. I followed these steps to refresh GUIDs http://download.oracle.com/docs/cd/E14571_01/core.1111/e10