I am wondering how to create a new table record from a form in this circumstance:
I have tables with integer keys defined as "SeqKey". When I open the form it will display a new record with the next availabe record key. Next I edit an existing record. Now how do I get the form to display a new record with the next available key again? Is there a function that I must call?
Thanks for the help.
- Greg
Send a CLEAR event to the form.
amcauley@sprezzatura.com
World Leaders in all things RevSoft
Maybe I'm looking at your question a little too simply, but after you edit the record, save the record with the key of menu . Once saved a new record with the next "SeqKey" should appear. If your problem is that you are doing this and a new record does not appear then try Andrew's suggestion.
Steve C.
Thanks. That was what I was looking for. I didn't know that F9 saved the record and I also needed a way to clear the form via a button.
- Greg