create another form ...... [message #80003] |
Thu, 01 August 2002 18:47 |
nazar
Messages: 5 Registered: August 2002
|
Junior Member |
|
|
How do I create another form that display the pertinent info by double-clicking the main form?
E.g If I double click ID 123 or King or any other field within the same row, it will automatically display record for King only.
Is it possible to do that or any other method that will produce the same result?
|
|
|
|
Re: create another form ...... [message #80064 is a reply to message #80003] |
Wed, 07 August 2002 21:27 |
Tejpal Saraswat
Messages: 22 Registered: August 2002
|
Junior Member |
|
|
Hi Nazar
there is no need to create another form it will reduce ur performance, u just create a saperate datablock on saperate canvas , and show it in when-mouse-doubleclick event and execute the query with setting the dynamic block property with the Where_Clause built in
regds Tej
|
|
|