The signatureInfo object does not appear to be functioning correctly in Acrobat 6.0.

If I run the following script:

 

var f = getField("Signature2");

var s = f.signatureInfo;

app.alert( "status " + s.status )

 

s.status is always undefined regardless of whether the field is signed or not.

The same code works fine on Acrobat 5.0.

 

If I interrogate all the fields in status, none of them are set.

 

Has anyone else encountered this?

 

I use this property to determine whether to lock fields on the form. I see Acrobat 6.0 provides another mechanism for doing this when you create a signature field.  I tried to download the FDF toolkit to see if it had something new for this but the website said the Acrobat 6.0 version wasn't ready yet. Does anyone know anything about that?

 

Michael Shupe
Project Leader
AnyDoc Software, Inc.
813 222 0414
[EMAIL PROTECTED]

www.anydocsoftware.com

 

Reply via email to