Add Table Window

Add a table window to your project by using the Table Window template. For detailed information about how to add a project item read Add items to your project.

  1. In Solution Explorer, open the context menu for the Forms folder, point to Add, and select New Item...
  2. In Add New Item dialog, point to  the IFS Application Forms sub category, and select the Table Window template.
  3. Set a proper Name before closing the dialog. IFS naming convention for a table window  is tbw<name>. Example tbwEmployeeOverview.

Note: The table window will show up with two columns objid and objversion. These are framework columns added in the base class. These columns are set to "not visible". All columns are shown in the designer regardless of the visibility property settings. Non visible columns will not show up in runtime, only in design time.