Change checkbox during runtime (Forms 6i)
19468Apr 9 2004 — edited Apr 12 2004My checkbox sits on a non-database block.
It has an Initial Value of 'NO', a Value When Checked of 'YES' and a Value When Unchecked of 'NO'.
Check Box Mapping of Other Values is not allowed.
I have tried :Blk_Control.chbx := 'NO'; and get a compile error.
I would have tried Set_Item_Property(), but I don't see an option where I can reset the checkbox.
Any help would be appreciated.