PAGE('SIGN'…)

Use this PAGE-command to open a page to capture a signature and store this signature in the record.

PAGE('SIGN', Record, string FieldName, string Title, string Text, '', boolean true/false);

Example: 
PAGE('SIGN', Rec, 'Signature', 'Please Sign', 'Please sign this order.','', true);
  • Rec – Record, where the signature will be stored.
  • FieldName – Field, where the signature will be stored.
  • Title – Page title
  • Text – Text before the signature window
  • '' – this argument is obsolete
  • boolean: true/false – display the above defined text as watermark in the signature file. (this feature is available form iOS version 223)

The watermark feature is only available in the following App versions: iOS 223 and higher.