How to output oTable to an external Var for further data manipulation
How to output oTable to an external Var for further data manipulation
Pageii
Posts: 3Questions: 0Answers: 0
Say we have a table of 100 customer records with unique field "id" and field "name". In datatable, only customer names starting with alphabet "A" is filtered. So for example there are 5 customers with names starting with an "A".
If I wish to output these 5 records into a Var for further external data manipulation, how can I call on oTable (presumably) to output the 5 customer records into an array for external data manipulations?
If I wish to output these 5 records into a Var for further external data manipulation, how can I call on oTable (presumably) to output the 5 customer records into an array for external data manipulations?
This discussion has been closed.
Replies
Please do not post duplicates - this is very clearly stated in the forum rules.
In answer to your question, you could use fnGetData to get the data for a row.
Allan