Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

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.

NOTE: 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.

Sample Code

VB.NET

Sample Code
objQFE.AddDocToForms(objQFE.FormViewRequestUNID, "sampledriverslicense.pdf", "c:\temp\", 2, False)
objQFE.Upload()
  • No labels