Home » Developer & Programmer » Forms » How to create a form with two frames which show record from the same table
How to create a form with two frames which show record from the same table [message #231055] Fri, 13 April 2007 16:19 Go to next message
houbcm
Messages: 14
Registered: April 2007
Junior Member
I want to create a form with two frames: the top frame is tabular, showing all the table records. The bottom frame is form where i can insert, update, retrieve, delete a record. All my action in bottom frame will be reflected in top frame.

I tried to create a master-detail form, however, it didn't work. Could somebody show me a sample?

Re: How to create a form with two frames which show record from the same table [message #231091 is a reply to message #231055] Sat, 14 April 2007 01:44 Go to previous messageGo to next message
kamran.it
Messages: 265
Registered: September 2005
Location: Karachi
Senior Member
Dear in Tabular you don't want to Insert and update record this is only for showing records???

and form frame you want to insert/update record ??? right ??

u can do it.
first create a block which consists same records as well as your tabular frame records and this block's all item data base property No.

and write a code in when-validate-record in tabular block

:formblock.item := tabularblock.item;


Re: How to create a form with two frames which show record from the same table [message #231201 is a reply to message #231055] Sun, 15 April 2007 23:04 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Search this forum for 'master detail', there are plenty of examples.

David
Previous Topic: Problem in Running Forms 10g ...
Next Topic: How to pass our Form output to a table when we click pushbutton
Goto Forum:
  


Current Time: Mon Mar 10 06:07:07 CDT 2025