Table Box - editable = false

hiddentexthiddentext Member Posts: 45
How do you make a table box non-editable using code.

I've tried CurrForm.TableBox1.EDITABLE(FALSE) but it gave me syntax error. Then, I've tried to make each column editable = false and was sucessfully. But I can't seems to disable the lookup from some of the fields.


Thanks.

Comments

Sign In or Register to comment.