Export table rows to a tabular dialog element using a filter by table columns.

Each row of the table is substituted with the row number of the table, so that if some rows are filtered during export, then the comparison of the row in the list of the dialog element and in the table is done by getting the user property of the currently selected row of the dialog list element (getuservalue).


Call:


ts_table(iTableDescr, "export_to_dialogcontrol_by_filter", int iDailogControlDescr, int startrow, int maxrows, bool bstoponfirstnoteq, string scolname1, void colvalue1, ...);


Here:

iDailogControlDescr - a handle to the dialog element where to write lines,

startrow - table start row (index from 0),

maxrows - the maximum number of rows (-1 means all rows).

scolname1... - column heading in the table by which to filter rows when exporting;

colvalue1... - reference value for comparison.