How to create a form with two frames which show record from the same table [message #231055] |
Fri, 13 April 2007 16:19  |
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   |
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;
|
|
|
|