Expand my Community achievements bar.

Image Field Read Only

Avatar

Level 2

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

3 Replies

Avatar

Level 10

Place the blow code in the LayoutReady event..

ImageField1.access = "readOnly";

Thanks

Srini

Avatar

Level 2

Thanks Srini. This works form me.

Avatar

Level 7

If you use the code below, the image field will be excluded from tabbing.

ImageField1.access = "protected";