Editing Fields in a Table

InstallShield 2020

Project:This information applies to the following project types:

Basic MSI
DIM
InstallScript MSI
Merge Module
MSI Database
MSM Database
QuickPatch
Transform

The Direct Editor view contains spreadsheetlike tables that let you modify strings and other data in your project or database.

To edit fields in a table through the Direct Editor:

1. In the View List under Additional Tools, click Direct Editor.
2. Select the table that contains the field that you want to edit.
3. Do any of the following:
To overwrite all of the text in a table cell, click the table cell and then type the new value.
To place the cursor at a particular place within a table cell, double-click that place. Then type your change.
If a field takes a foreign key into another table, you can select the appropriate foreign key from the list in the cell.

Tip:The parenthetical note in each column heading indicates the type and size of data that you can enter in the column. For example, S255 indicates a string with up to 255 characters; I2 indicates a 2-byte integer.

Note:The Direct Editor performs field-level validation to help you avoid using an improper data type.

To maintain referential integrity when editing tables in the Direct Editor, select the Maintain referential integrity check box on the Preferences tab of the Options dialog box. You can access this dialog box by clicking Options on the Tools menu. The check box is selected by default.

See Also