I find the net to be depleted of info about the Oracle Forms Builder so I will ask here.
I created a menu form where I have 6 buttons. All of them have to open another form. What's the syntax of open_form(???) on the button?
I created a form where i add records to a child table. However I don't want people to be able to edit the secondary key, only select it from the list of primary keys of the parent. How could i do that?
This one is the long one. I will need a lot of help with the last form - searching in the parent table. Where could I find any info on that.
a)I'll need to select which column is being searched
b)Select what data will be displayed with check boxes
c)If the selected column is the primary key column, also display the child table check boxes which, if checked, will display the columns.