Reputation: 21
I have a school project where I have to make a small database application using Oracle Forms.
I have 4 forms in my application:
I've created the forms in the mentioned way.
When I start the application, I want the login form to be the starting form. Now what starts first is the edit form (the last one created).
How can I manage that?
Thank you.
Upvotes: 2
Views: 8182
Reputation: 695
You can also set the "First Navigation Data Block" in the Property Palette for the form to the desired block on the login form and it will display that first, overriding the first block in the other answer.
Upvotes: 0
Reputation: 637
The form loads that canvas first which holds the first data block in the Object Navigator. So make sure that your login form block is first on the list.
Upvotes: 2