|
|
|
|
|
- Example: Creating a Table control from the items in a data file
BuildBrowsingTable (Example)
Example: Creating a Table control from the items in a data file The following example is used to dynamically create a Table control from the items in a data file while keeping the existing columns of the Table control in the window editor. Then, all the useless columns are made invisible. IF bFirstCreation = True THEN
BuildBrowsingTable(TABLE_Table1, "Task", taKeepColumn)
END
{"TABLE_TABLE1._COL3"}..Visible = False
{"TABLE_TABLE1._COL6"}..Visible = False
{"TABLE_TABLE1._COL7"}..Visible = False
{"TABLE_TABLE1._COL10"}..Visible = False
{"TABLE_TABLE1._COL11"}..Visible = False
{"TABLE_TABLE1._COL2"}..Width = 400
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|