


Is there any way I can make an image field on a form "read only" after an image has been inserted? Probably to be changed via some password security setting etc?
Thanks
Place the blow code in the LayoutReady event..
ImageField1.access = "readOnly";
Thanks
Srini
Thanks Srini. This works form me.
Views
Replies
Sign in to like this content
Total Likes
If you use the code below, the image field will be excluded from tabbing.
ImageField1.access = "protected";
Views
Replies
Sign in to like this content
Total Likes