Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

What it Does

Runs the process to upload all the documents added via the AddDocToForms Method into the Quik! server for inclusion with the forms package.

NOTENOTES: The

  • The Quik! Forms Engine Execute method must be run before uploading documents in order to obtain a FormViewRequestUNID value to associate the external document to.
  • Attachments must not exceed 20 MB

Sample Code

VB.NET

Code Block
languagevb
titleSample Code
objQFE.AddDocToForms(objQFE.FormViewRequestUNID, "sampledriverslicense.pdf", "c:\temp\", 2, False)
objQFE.Upload()

...