Hi all, Is it possible to retrieve the data(in a grid) of a column using the row number. Currently it's achieved via the row id but i want to know if its possible to use the row number. The requirement is to copy data of a given row to the immediate row. Thanks Suranga |
Hi Suranga, No this is not possible. We have two API's that might help you though.
So you can either use the Primary Key or the Datasource Row ID (not the Oracle Row_ID) to read a row from the datasource. The datasource API documentation has sample code showing how to use them at http://theformspider.com/API/index.html Kind Regards, Yalim |