GetEHKey() As String

Form object

This method returns the key for the current form. The key maps the database search key in FORMS. The key may change with changed form status and queue status.

You can use this method to save keys externally, for example in FormSaved in Scan or Interpret. Use the saved keys with GetFormByKey called from the Transfer module to set the order in which forms are transferred, for example based on the date a form was scanned or the value of a specific field.

The total key length is 50 characters. The first 36 characters are fixed. Note that you must use the whole key, i.e. all 50 characters, in all methods requiring a database key as a parameter.

The Form object