Key mode property of a  block

Hi,
What is the equivalent for :
the key mode property of a the block ( automatic, NON-UPDATABLE ....) IN DESIGNER6I vs Forms Builder
THanks!

In the Designer on-line help you can read:
- Generated data block properties (explicit) - Enforce Primary Key block property
- Generate options preferences - KEY-NXTKEY functionality required (NXTKEY)
In the Form on-line help:
Enforce Primary Key block property
Key Mode property
I hope this will be a little help for you.
Helena

Similar Messages

  • KEY MODE in forms

    Hello ,
    I need to update "KEY MODE" in forms6i to "Non-Updateable" value.and then will have to compile the forms.
    Please let me know. how can I update this ?? I am new to forms.
    Thanks, Rajeev

    I need to update "KEY MODE" in forms6i to
    "Non-Updateable" value.and then will have to compile
    the forms.
    Please let me know. how can I update this ?? I am new
    to forms.
    You need to read the Form 6i documentation if you are new to Forms and post to the correct forum. However, I will give you a hint on what to do
    When you want to run run Oracle Forms againt a Non-Oracle Database, you use Key Mode to specify how Forms uniquely identify rows in the Non-Oracle database.
    Key Mode is a Block Property in a Form. So you find in under Database Section when you open the Properties Palette (or Property Sheet) for that Block.

  • Interaction Mode Property Proplem - Urgent

    Hi All ,
    I face a proplem with the Interaction Mode property = Non Blocking , this property means that the form will prompt me after some time if i execute a long query . This works fine ... but the problem comes when i try to list a values on an item which has it's LOV .... it takes a long time ... but when the Interaction Mode property is set to Blocking .... i have no problem with the LOV it populates the data from the RECORD GROUP very quickly .... What should i do please reply yo me asap ?.... is there any solution for this problem with ...Interaction Mode property = Non Blocking .
    Thanx in Advance.
    null

    Solved with Oracle JDeveloper HowTo:
    Creating Search Pages with Both Fixed and Dynamic Criteria
    Author: Steve Muench, Oracle ADF Development Team
    Date: September 16, 2004
    http://www.oracle.com/technology/products/jdev/howtos/10g/dynamiccrit/index.html

  • Runtime Compatibility Mode property

    Hello!
    I have a problem after the migration from Forms6i to Forms9i because there is no Runtime Compatibility Mode property anymore. In the previous version I used 4.5 value for that field because that was the only way to realise a sequance of trigger firing. If you put 4.5 value (in a master-detail structured form), WHEN-CREATE-RECORD fires, and then WHEN-NEW-RECORD-INSTANCE when you jump from master to detail block. I need that because I use copying a new value of some items from master to detail block at the time of transition between them. If you omit 4.5 value, you have a firing just WHEN-NEW-RECORD-INSTANCE, without a firing WHEN-CREATE-RECORD.
    Now in Forms9i we don't have such field (Runtime Compatibility Mode property), so I don't have first scenario. It's a significant problem for my forms!
    Have anyone got an explaination or suggestion for this? Thank you in advance!!!
    Dejan

    This is yet another reason why we encourage customers to never fall too far behind.  The further you are from the current version, the more difficult it will be to upgrade.  In most cases, new major releases (at least for Forms/Reports) are only released once every 2-4 years (approximately).  Therefore, if you planned to stay within 2 major releases of the current, you might only be upgrading once every 6 years or so.  This seem fairly reasonable and would make the process much easier.  So, for example, if the current version is 11gR2, you should be on at least 10 as these versions are about 6 years apart.  Trying to get from 4.5 (and you didn't mention exactly which 4.5.x) will expectedly require more effort and time than if you were already on 6 or 9 or 10.
    If you are coming from non-web versions (pre-6.0.8), our recommendation is that you stop at Forms 6i (6.0.8) and get your application working here before moving forward.  Major code and any GUI design changes should be done at this level.  The application should be verified to work correctly before continuing.  Following the 6i to 11g Upgrade Guide previously mentioned will make this process a little easier because it will tell you what needs to be changed (if anything).  Once your application complies with the changes mentioned in the Guide, moving from 6 to 11 should be mostly simple.  The biggest issue will be getting users accustomed to the application now that you have gone from a character mode or client/server interface to web.  But since the functionality of the application will be mostly the same, for the users, it will be mostly just about getting used to the app looking different.
    Something else to consider is that there are various organizations that can assist you with the upgrade.  For example Oracle Consulting and Oracle Partners.  These groups often have utilities to help identify the problem areas you mentioned as well as other application analysis tools.

  • SChannel error- The SSL server credential's certificate does not have a private key information property attached to it.

    We have a public SSL certificate that allows for Active Directory sync with LDAPS on port 636 with our email smart host. This was working fine and suddenly stopped working and we are now getting SChannel errors Event ID 36869. There were no changes made
    to the Exchange server, the firewall or the DC which holds the certificate. I have run a new certreq from the DC and then re-keyed the public SSL certificate and re-installed 3 times but the error does not go away and AD Sync with the vendor
    fails. When I run LDP.exe the connection on port 636 fails with "cannot open connection" and the system event log throws the S Channel event 36869 "The SSL server credential's certificate does
    not have a private key information property attached to it"  There is no software firewall set on the DC. When I run Certutil -VerifyStore MY  it shows the current certificates as well as the revoked and expired certificates
    correctly. Certificate 0 is the public cert and is listed with Server and Client authentication, the FQDN of the server is correct and "Certificate is Valid" is listed. The private cert is Certificate 1 and has server and client authentication, the
    FQDN is correct, Private key is not exportable and it ends with Certificate is Valid. I do not see a point in re-keying the cert again until I figure out what the root of the problem is. I have read in some forums that the private cert should not be set to
    expire after the public cert but that does not make a lot of sense when in a situation like this the private cert is of course newer than the public. In fact it is too early to renew the public cert. I have been troubleshooting this for a few days and at this
    point I would have to drop my AD sync with the vendor to LDAP in order to add new users. I do not want to do that for obvious reasons and I do not want to have our spam filtering and email archive service running without Directory sync. Any help would be greatly
    appreciated.

    Hi,
    Have you tried this?
    How to assign a private key to a new certificate after you use the Certificates snap-in to delete the original certificate in Internet Information Services
    http://support.microsoft.com/kb/889651
    Best Regards,
    Amy

  • How to set "Maximum Lenght" column property for database block at RUNTIME?

    Hi folks,
    Is it possible to somehow set a "Maximum Length" property for database block column at runtime?
    I have a dynamic form, which maintains mostly "STATIC DATA" within all application which are stored in different static data tables (which have similar structure). But now, description column in some of those tables was extended (not in all at this stage). I would like to avoid truncating form error while reading data from those extended tables, so I would like to set an MAXIMUM SIZE to accurate value at the time when I'm specifying TABLE NAME for that database block.
    What property should I use to set it?
       -- before executing query in "MAIN_BLOCK" I always set QUERY_DATA_SOURCE_NAME to user defined value => STATIC DATA TABLE name
       Set_block_Property('MAIN_BLOCK',QUERY_DATA_SOURCE_NAME,:control.table_name);
       Set_block_Property('MAIN_BLOCK',DML_DATA_TARGET_NAME,:control.table_name);
       -- here I would like to set also MAXIMUM LENGHT for particular column (based on some condition, etc.. correct value I can get from ALL_TAB_COLS dictionary
       SET_ITEM_PROPERTY('MAIN_BLOCK.DESCRIPTION', <<XXXXXXX>>, 300);What should I use instead of "<<XXXXXXX>>" if I want to overwrite MAIN_BLOCK.DESCRIPTION column's maximum length to 300?
    Thanks,
    Tomas

    Hi Magoo, thanks for reply.
    Yes, but then user can get other errors while trying to set description with value longer than in database (for all not extended tables).
    Aby idea how to implement SET_CUSTOM_PROPERTY like mentioned here?
    Oracle Forms - "maximum length" property.
    Thanks,
    Tomas

  • How to display LOV on web in ENTER-QUERY mode with form or block query only.

    Hello all
    How can I display lov automatic on the web in from enter-query
    mode in form or block query only mode.
    thankx

    If I understand correctly your explanation, your called form
    fails to activate the LOV in enter-query mode when it is deployed
    and test on the browser.
    So lets proceeed like this, to make it work in all environments,
    let us programetically activate the LOV.
    HOW?
    In the called form, write in the WHEN-NEW-ITEM-INSTANCE TRIGGER
    at block level (if have more than one LOV)
    IF :SYSTEM.MODE = 'ENTER-QUERY' THEN
    IF get_item_property(:system.cursor_item,lov_name) IN ('YOUR
    LOV1', 'LOV2' etc) THEN
    IF SHOW_LOV(get_item_property(:system.cursor_item,lov_name))
    THEN
    NULL;
    END IF;
    END IF;
    END IF;
    The above code maybe tweak to suite your need and condition.
    This way, we explicitly make the LOV appear in ENTER-QUERY mode
    whenever the user clicks on an item with an attached LOV.
    Hope this helps.
    Mohammed R.Qurashi

  • Column mode property

    What is column mode property and can anybody tell me how to use this and what is the purpose of this property ?
    null

    hello,
    here's what the online helps says about the property :
    The Column Mode property controls how Report Builder fetches and formats data for instances of repeating frames. With Column Mode set to Yes, the next instance of a repeating frame can begin formatting before the previous instance is completed.
    you can check there for examples on what the property does exactly.
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Action Keys Mode on ProBook 450?

    Is the option to reverse the F1-F12 function keys (''Action Keys Mode'') available in ProBook 450's BIOS?
    And if not, do you have to press for example Fn+F4 to use F4?
    Thanks.

    I am sorry, but to get your issue more exposure I would suggest posting it in the commercial forums since this is a commercial product. You can do this at http://h30499.www3.hp.com/hpeb/ .
    I hope this helps.
    I worked on behalf of HP

  • "Action Keys" mode turns itself back on after waking from sleep

    Hi gang,
    I've recently bought a Folio 13, and have disabled "Action Keys Mode" in the BIOS so that the function keys work as expected.
    However, if the machine goes into sleep mode, the function keys revert to their default behaviour (that is, I have to hold down "Fn" if I want to hit F5).
    Rebooting the notebook fixes the problem, as the BIOS setting has not changed.
    How can I *permanently* disable "Action Keys Mode" so that it stays disabled even when the notebook goes into sleep mode?
    Cheers,
    Matt

    I had this problem - you can update the BIOS and it will correct the issue. I received a BIOS update via HP Support.

  • What does this Adobe Muse error message mean: MuseJSAssert: Error calling slector function:SecurityError: Failed to read the 'contentDocument' property from 'HTMLIFrameElement': Blocked a frame with orign "null" from accessing a cross-origin frame.

    So what is up with this error message in Muse?
    MuseJSAssert: Error calling slector function:SecurityError: Failed to read the ‘contentDocument’ property from ‘HTMLIFrameElement’: Blocked a frame with orign “null” from accessing a cross-origin frame.

    This is a genuine security error generated by the browser when viewing a page with iFrame content locally.
    Please refer to Zak's reply in the following thread: https://forums.adobe.com/message/6496180#6496180
    Cheers,
    Vikas

  • Satellite U840W/001 W8 Fn+Z not working in Special Function Key Mode

    Hi,
    I realised that the Fn+Z does not work when my Special Functions Key mode is on i.e: when I can control the volume by just pressing F9 without pressing the Fn button.
    However, when the Special Function Keys Mode is off (& I have to press Fn with the F# buttons to control the volume), only then does the Fn+Z switch the keyboard backlight on & off.
    When I open my function key program, the only option available is to either switch the notification settings on/off. There's no timer control or anything useful on it.
    My BIOS does not have any keyboard backlight setting, only the option to use the normal Fn+F# or to use the special function key mode.
    Please help me.
    Thanks

    >I realised that the Fn+Z does not work when my Special Functions Key mode is on i.e: when I can control the volume by just pressing F9 without pressing the Fn button.
    Hmm in my case using Windows 7, the Fn + Z works even if the Special Functions Key mode is enabled. But I cannot say for sure how it works running Win 8
    On Satellite U940 with Win 8, the Fn + Z works properly too (Special Functions Key mode ON)

  • Phone in FXS Port in Key mode

    I have a system in Key Mode, and cannot seem to figure out how to get an analog phone that's plugged into the FXS Port to make an outgoing call.

    Hi Russ,
    In pure key system mode the FXS port (and SPA502 phone)  can't be configured as a member of a Shared FXO Line.  There is no way to directly reach these phones on an inbound call.  They can however, be used to make out bound calls if the system is configured in blended mode and the option 'Include in Outbound calls' is checked on the Shared FXO Lines page.  In this scenario the FXS phone would dial 9 + address and the system will let the FXS use an idle FXO that has that capability enabled.
    Hope this helps.
    Chris

  • Cannot use "Edit Mode" property to dynamically open a VI in "run mode"

    Hello,
    I am trying to dynamically open a vi, and would like it to open up in run mode when dynamically called. I am trying to use the "Edit Mode" property to do so by setting it to false before the vi is actually opened by the Open method. However, it always seems to open up in edit mode. Am I doing something obviously wrong here?  I am enclosing a screengrab of the vi.
    Regards
    -Ted
    Attachments:
    openvi.jpg ‏78 KB

    You should use the method Run VI, if you want the VI in the 'Run Mode' without actually running (like ctrl-m), I have no idea how to do that.
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • Tab control and Multiline mode property

    We are using tab control with multiline mode property true. We have around 20 tab pages and because of multiline mode property items are displayed in three rows. Annoying thing is whenever we do selection of a tab in first row tab items get rearranged
    and my selected tab will come to last row. Is any one facing the same issue. Please suggest me.

    The selected Tab has no bottom border (assuming top alignment) and so the selected tab should always merge with the tabpage. This is why the row with the selected tab always moves to the tabpage border. If you don't want this behaviour then set the tabcontrols
    appearance to Button and the rows will not change when a tab is selected.
    Mick Doherty
    http://dotnetrix.co.uk
    http://glassui.codeplex.com

Maybe you are looking for