DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: Forms 6i

  1. #1
    Join Date
    Jul 2000
    Location
    india
    Posts
    213

    Forms 6i

    Hi Everybody,

    I have created the form in forms 6i.After running the form when i close the form it prompts me with the window saying 'DO YOU WANT TO COMMIT THE CHANGES'.But i do not want this window to prompt me.Is there any method by using which i can suppressed the window.

    Thanks in advance
    pras
    Dream as if u'll live forever..Live as if u'll die today.

  2. #2
    Join Date
    Apr 2002
    Location
    Philippines
    Posts
    77
    Check if you have a trigger which changes the value of an item in your form when you open it.

    Hth,
    skid

  3. #3
    Join Date
    Jul 2000
    Location
    india
    Posts
    213
    Hi skid

    thanks for the reply...
    After opening the form i query the records and edit some of the records and commit the changes.After that if i close the form it again ask for 'DO U WANT TO COMMIT THE CHANGES'..but as i said i already commited the changes then why it is asking me again the same thing.And i want to suppressed that message.Pls tell me what i am doing wrong...

    Thanks again
    pras
    Dream as if u'll live forever..Live as if u'll die today.

  4. #4
    Join Date
    Mar 2003
    Location
    Zambia
    Posts
    2

    6i Forms

    Hey!
    Try to use the KEY-EXIT TRIGGER at form level.

    Use the code:

    exit_form(no_validate);

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width