Browse by Tags

  • How do I Trap FRM-40102: Record must be entered or deleted  first error

    Whenever i click on Insert Record tool box button (Green Plus) I am getting FRM-40102: Record must be entered or deleted first error . How to trap this trap this error? IF errnum = 40102 THEN Clear_All; create_record; END IF; I want to put the above code. On which trigger i need to add this code.I have...
    Posted to EAI (Forum) by software on 06-17-2010
  • data block populated based on record group

    I would like to know how to dynamically associate a single form to a query in Oracle Forms. I have a drop-down box that lists table names. All tables are of the same format (4 columns). Based on the selected column, I would like to query to a different table and output the results to the same form. I...
    Posted to Oracle IAS (Forum) by software on 06-03-2010
  • using cursor to populate data block

    I'm trying to populate a data block dynamically based on the table selected by the user. My problemis that it doesn't accept the use of the variable :selected_table in my cursor definition : how can I make my query dynamic? Code Snippet: 1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16:...
    Posted to JonAS (Forum) by software on 06-02-2010
  • How to change key mapping on Oracle App Server

    I am a developer trying to help my DBA to change the key mapping on our Oracle app server. He successfully changed the nls_language to UTF8, but that must have changed our default key mapping as enter-query/execute-query use to be F7/F8, now they are F11/ctrl-F11. We would like to get them changed back...
    Posted to Oracle IAS (Forum) by software on 04-22-2010
  • Recalling already opened Oracle form

    I have an Oracle forms application with multiple menus and many forms. Some forms are called from other forms. I have form C that can be called by both form A and form B. If form A calls form C, then the user opens form B (without backing out of either form C or A), and tries to call form C from form...
    Posted to Oracle (Forum) by software on 12-12-2009
  • Inserting multiple records

    In my form, I have a data block which has a "where" clause that fetches multiple records, i.e. maximum 10 to a block and displays them. If I execute the command "Create Record" followed by "Duplicate Record", will it duplicate all the records which are fetched? So when I...
    Posted to 3rd Party Tools (Forum) by software on 11-27-2009
  • How do I insert a pause in an Oracle Forms trigger?

    I have a trigger in an Oracle Forms form. It emails multiple reminders based on a query. The first 39 or 40 do just fine; but then it quits emailing - almost like a buffer is full or something like that. I think if it would send an email, pause, send an email, pause, etc. that it would send them all...
    Posted to 10.x (Forum) by software on 11-27-2009
  • Form not inserting records properly. Oracle Error

    I have a form which has three parts, a key block and two data blocks. The first data block is connected to a table called majors. The second data block is connected to a table called course. The relationship between majors and courses is one to many. Currently how it works is that I enter a set of values...
    Posted to 3rd Party Tools (Forum) by software on 11-13-2009
  • Can't get LOV to populate the text item

    I have created a record group and LOV for a text item on my form. When I execute the form and press F6, the LOV shows up with the list of values. However, when I select any of the items on the list, it does not copy it to the text item. What have I left out or doing incorrectly?
    Posted to Oracle (Forum) by software on 11-05-2009
  • Attaching LOV dynamically at runtime???

    Is it possible to dynamically attach a LOV to text item at runtime.I think yes by SET_ITEM_PROPERTY. I have LOV1 and LOV2 .I want to attach LOV1 to a database item if form is in enter query mode else I want to attach LOV2.How can I achieve this?Please suggest what code and which trigger to use.Thanks...
    Posted to Oracle (Forum) by software on 09-25-2009
Page 1 of 4 (37 items) 1 2 3 4 Next >