Expand my Community achievements bar.

What is wrong with my code?

Avatar

Level 4

Hi All,

I did write the following code on the Click event to lock a field when the signature field is clicked, but it is not working. Please could someone out on this forum help out.

if(Page5.Signature2[3].rawValue!=null){

Page1.employeename1.access

= "readOnly";

}

Thanks

v/r

lucp

1 Reply

Avatar

Level 10

Hi,

If you have a look at the example here: http://assure.ly/m8mN0m you will see the syntax for accessing the signature field.

Hope that helps,

Niall