Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
thisform.list1.RowSource = src.column
thisform.list1.RowSource = [b]"[/b]src.column[b]"[/b]
RowSourceType = 6
RowSource = "src.column, column2"
ColumnCount = 2
BoundColumn = 2
BoundTo = .T. && in case your key value is numeric
ColumnWidths = "150, 0" && or whatever gives you enough width for the data value
thisform.list1.RowSource = "src.column", "src.column2"
thisform.list1.RowSource = "src.columnm, column2"
thisform.list1.RowSource = "src.columnm, [b]src.[/b]column2"