Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how should I enable/disable items on form on button press

Status
Not open for further replies.

amir4oracle

Programmer
Nov 3, 2004
46
CA
how should I enable/disable items on form on button press?
 
use the forms function

set_item_property('item',enable,property_true);
and
set_item_property('item',enable,property_false);

check it in the forms help for more description.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top