|
|
|
|
|
TableSelectToFile (Function) In french: TableSelectVersFichier Positions on the data file record corresponding to a row selected in the multi-selection Table control based on a data file. Note On a single-selection Table control, the current record in the data file always corresponds to the item selected in the Table control. i is int
FOR i = 1 TO TableSelectCount(TABLE_Produit)
TableSelectToFile(TABLE_Produit, i)
Trace(Produit.IDProduit)
END
Syntax
TableSelectToFile(<Table control> , <Rank>)
<Table control>: Control name Name of the Table control based on a data file to be used.
If this parameter is an empty string (""), the Table control of the current event will be used. A WLanguage error occurs if this parameter does not correspond to a Table control based on a data file. <Rank>: Integer Rank of the selection. A WLanguage error occurs if this parameter does not correspond to an existing rank. Remarks This function can be used with a single-selection Table control based on a data file if and only if <Rank> is equal to 1
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|