Hi there,
I have a simple form that is linked to another form. The problem is, that I can’t figure out how to set Navigation correct.
When I disable Toolbar Button FIRST, PREVIOUS, NEXT, LAST and start application, he is always asking for my key_id. When I use a MENU APPLICATION and link to the form, he starting the form in blank mode by setting key_id = 0 (the way I want it, but without MENU APPLICATION). I don’t want my user to insert multiple records with FORM NO 1, that is why I disabled Toolbar Buttons FIRST, PREVIOUS, NEXT, LAST.
Another issue is the linking to my FORM No 2. This works fine, but when I navigate back to my FORM No 1 I get another blank form and not the record that I already inserted. Do I need a some kind of global variable to be passed across both applications?
When I am done with FORM NO 2 and I can still update the form. This is fine, but why isn’t there a button that will exit or finish the Application? Do I have to build this button myself?
I want:
- user entering data in form 1
- user is getting linked to form 2
- user is entering data in form 2
- user can update form 2 or go back to form 1 and update form 1
- user can finish app on 2nd form