Signature is a type of transaction data input control which allows the user to draw a signature on the touch screen of an iPad or iPhone, and save the signature as an image file on the Strategy Mobile server.
Below is an example on how to create a signature widget with Strategy Tutorial project:
C:\Program Files (x86)\Strategy\Tutorial Reporting\TUTORIAL_DATA_7200.mdb)
Create Table SIGNATURE (SIGN_PATH VARCHAR(100),SIGN_DATE DATE);

Insert into SIGNATURE Values (‘Path’, now());






KB409753