


What's the code for enabling a button after setting the access property of the button to "readonly" (form1.Button2.access = "readOnly";)?
Thanks in advance.
Views
Replies
Sign in to like this content
Total Likes
Hi,
The following should do it:
form1.Button2.access = "open";
Good luck,
Niall
Views
Replies
Sign in to like this content
Total Likes
thanks this helped alot..
Norman
Views
Replies
Sign in to like this content
Total Likes