📚 SAP Business One SDK Help

ChooseFromList_Lines Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a new data line to the object.
Public Method SetCurrentLineSets the active row to a specified row number.

Public Properties

Public Property CountReturns the total rows in the database table.
Public Property DisplayedNameSets or returns name displayed in the column header.

Field name: DispName.

Length: 30 characters.

Public Property FieldNoSets or returns column number in the specified database table.

Field name: FldNum.

Length: 10 characters.

Public Property GroupByDetermines whether or not to group all the rows by the specified field.

Field name: GroupBy.

Public Property ShowTypeDetermines whether to display the valid value description or the valid value. For example, for BP Type, set Y to display Customer or set N to display C.

Field name: DispDesc.

Public Property SortOrderSets or returns the sort order - Ascending or Descending - of the columns in the Choose from List form.

Field name: SortOrder.

Public Property UserFieldsReturns the UserFields object.
Public Property VisibleDetermines whether or not to display the column.

Field name: Visible.

Public Property VisualIndexSets or returns the display order number of the column.

Field name: VisIndex.

See Also