check boxes and multi record block [message #126212] |
Fri, 01 July 2005 09:53 |
dmack
Messages: 42 Registered: March 2005 Location: TNT
|
Member |
|
|
I am developing a form with with a multi record block with check boxes. when the block is queried the results are displayed in the multi record block. The problem is i want to be able to choose one one record in teh multi record block, disabling the other fields when this is done. Is this possible and if it is can u give me some advice on how this can be done.
|
|
|
Re: check boxes and multi record block [message #126613 is a reply to message #126212] |
Tue, 05 July 2005 23:46 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
I would suggest turning off ALL the data fields using Set_Item_Property at the beginning. Then when the user selects a record by ticking the check box disable all the other check boxes and enable the fields of this record using the Set_Item_Instance_Property.
David
|
|
|