Versions Compared

Key

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

There is a property in the QuikFormsEngine called DisableAttachments, false by default, that hides the attachment panel in the forms and disables the feature entirely. When turned on, both the attachment panel and any attachment icons near fields will not appear.

Sample Code


Code Block
languagevb
titleVB.NET
objQFE.DisableAttachments = True

...