|
Re: Developing Master Forms and details forms with samples [message #412619 is a reply to message #412614] |
Fri, 10 July 2009 02:48 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/72104.gif) |
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Sample forms can be found on Oracle Technology Network, in its Sample Code section.
It isn't that difficult to create a master-detail form: run Data Block Wizard and create master block first. Once you've done with it, create another block, again with help of Data Block Wizard and make it a detail block of previously created master one. If data model contains foreign key constraint, Forms will create relationship for you. Otherwise, do that manually.
When Wizard finishes its job, you'll have fully operational form, ready for use. You may add another features later.
|
|
|