Form Configuration & Processing

Run .NET AfterOpen event on sync
What is it? In Mi-Form form, AfterOpen is an event that will be triggered when a form is opened. However, this is not true for mobile web forms on iOS an...
Mon, 27 Oct, 2014 at 8:18 AM
Where to place non-embedded assemblies (dll's)
Much like the Mi-Forms Client, there is a default location the Mi-Forms Server will search for non-embedded assemblies. These assemblies can include ones we...
Mon, 8 Dec, 2014 at 8:46 AM
What happens to my form if a datapath fails?
When a datapath fails, the form session is encrypted and saved locally on the system. If no datapaths were successful, the session will be available in the...
Tue, 27 Jan, 2015 at 12:13 PM
When to enable "Run .NET AfterOpen Event on Sync" feature on Mi-Enterprise Middleware
When creating forms for iOS or Android, there will be times when forms need certain aspects initialized right when the user opens it, however the JavaScri...
Wed, 8 Jun, 2016 at 10:45 AM
How do I replace an existing Form Template I have on the Server via the web interface?
To update form templates on the Server follow these steps: Export the new revision of the .MFT file from the designer Browse to the instance of your...
Wed, 1 Jul, 2015 at 12:18 PM
How to update a CSV data source
Objective: to update an existing CSV-based data source using the contents of a new or updated CSV file. Background In this example it is presumed t...
Thu, 9 Dec, 2021 at 11:37 AM