|
|
|
|
|
<Table>.SelectToFile (Function) 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 TABLE_Product.SelectCount()
TABLE_Product.SelectToFile(i)
Trace(Product.ProductID)
END
Sintaxis
<Table control>.SelectToFile(<Rank>)
<Table control>: Control name Name of the Table control based on a data file to 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. Observaciones 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
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|