edittable+colstyle+checkbox (OpenInsight 32-Bit)
At 14 MAR 2008 05:00:05PM S Mecklenberg wrote:
How do I toggle a checkbox when set as colstyle in an editable? I have tried setting the cellpos to SPACE$ - have looked at bitX but doesn't really seem to be apply, just need a Boolean toggle.
thank you, Stacy
At 14 MAR 2008 06:18PM Bob Carten wrote:
Use CellPos, set the cell to 1
e.g to check column 2, row 1
x=set_property(@window:'.TABLE_1', 'CELLPOS', 1, 2:@fm:1)
At 17 MAR 2008 09:04AM S Mecklenberg wrote:
hey Bob,
I guess this is where the answer was in the question, I thought I had tried this before, but guess not; it worked.
thanks!