kingsgambit
Registered User.
- Local time
- Today, 17:05
- Joined
- May 27, 2001
- Messages
- 134
Can anybody help me to use a Boolean variable.
I have two buttons on a form one for editing and the other for read-only. Instead of making two forms with the different property set t read-onlt or edit I wanted to use the Boolean.
If a user clicked on edit the Boolean would be true, and the form that opened would set the propertys
i.e If Boolean = True then
Allowedit=true else
if the read-only button was clicked
i.e If Boolean = True then
Allowedit=false else
I can not get the form that opens to see what stage the Boolean is
I have two buttons on a form one for editing and the other for read-only. Instead of making two forms with the different property set t read-onlt or edit I wanted to use the Boolean.
If a user clicked on edit the Boolean would be true, and the form that opened would set the propertys
i.e If Boolean = True then
Allowedit=true else
if the read-only button was clicked
i.e If Boolean = True then
Allowedit=false else
I can not get the form that opens to see what stage the Boolean is