The
setColumnExpressions method allows you to select the particular columns from the table that you wish to edit. Associated corresponding labels can be specified with the
setColumnLabels method. The
setColumnProperty is used to assign any additional properties to the selected columns.
Note the use of the browse property against the Company Name and Town columns which triggers the appearance of the browse button on the toolbar which when clicked opens a dialog allowing the selected recordset to be browsed using the columns specified. The browse list can also be displayed in a panel in the edit form by declaring an element with and id of <dbnetedit id>_browsePanel click here to run an example.