On my form I have 2 checkboxes that are attached to a Logical Data field. Date Source for one check box is thislogicalfield while the other is !thislogicalfield when the form is first shown the checkboxes are readonly. When the user clicks the edit button the checkboxes are set to readonly = .f. by using setall thisform.setall('readonly',.f.,[checkbox]). The problem is that the checkbox that has a data source of !thislogicalfield stays readonly while the other can be changed.
Does anybody know why this is happening? My users need the two checkboxes one for yes the other for no.
Thanks for any help you give me in advance.
-Serincino
If you see a programmer in the office before 9am, they probably never left.
Does anybody know why this is happening? My users need the two checkboxes one for yes the other for no.
Thanks for any help you give me in advance.
-Serincino
If you see a programmer in the office before 9am, they probably never left.