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 3 Current »

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


VB.NET
objQFE.DisableAttachments = True
C#
objQFE.DisableAttachments = true;

  • No labels