possible to check item_instance_property? [message #470587] |
Tue, 10 August 2010 04:42 |
ahazin
Messages: 39 Registered: August 2010
|
Member |
|
|
hi, im just wondering how I would tackle the problem of checking the item_instance_property of a checbox.
I know you can set a property by doing:
set_item_instance_property('mytable.item_name',Current_record,UPDATE_ALLOWED,property_False);
now i want to be able to check if update allowed is set to false and if so then get my program to do something. How would this be done, if it is possible.
Thank you.
|
|
|
|
|
|
|
|