Description

Makes a column a combo box column with a single column combo list.

Syntax

rv = Form_Services("SetEditTableSimpleCombo", CtrlEntId, Col, Row, List)

Parameters

ParameterDescription
CtrlEntId

The SRP edit table control.

ColThe column position of the cell(s) to make into a combo.
RowThe row position of the cell(s) to make into a combo.
List

The @FM list of items in the combo.

Version

16.0.18

  • No labels