Importing data into a form

When you run a form, you can import data from a file and save it in the database.

NoteFor freeform and grid forms only You can import data only in freeform and grid forms. You cannot import data in master/detail forms.

StepsTo import data:

  1. Select Rows>Import from the menu bar.

    The Select Import File dialog box displays.

  2. Navigate to the folder you want and select the file from which you want to import the data.

    The types of files that you can import into the form are shown in the Files of Type drop-down list.

  3. Click Open.

    InfoMaker reads the data from the file. You can view the data and save it in an external file.

NoteData from a file must match retrieved columns When importing data from a file, the data must match all the columns in the retrieved data (the columns specified in the SELECT statement), not just the columns that are displayed in the form.