I noticed this method on a table I'm working with and I'm wondering if it is possible to get the record currently in the 'dataSource'. I've run 'isFormDataSource' on the same table and it is true.
*This post is locked for comments
I noticed this method on a table I'm working with and I'm wondering if it is possible to get the record currently in the 'dataSource'. I've run 'isFormDataSource' on the same table and it is true.
*This post is locked for comments
check out this axcalated.blogspot.com/.../looping-through-forms-datasource.html
it will show you how to loop through a forms data source along with looping through any selected records
Table.datasource().cursor() will return Table.
So your question does not make sense as such.
Can you explain what you are trying to do?
Hey Brad,
formdatasource.cursor() should be what you want.
Deniss,
How do you get the record out of FormDataSource?
Hi
You have to declare a FormDataSource variable and assign with this.dataSource(), like :
FormDataSource formDataSource;
formDataSource = this.dataSource();
formDataSource.xxxx
André Arnaud de Cal... 291,622 Super User 2024 Season 2
Martin Dráb 230,354 Most Valuable Professional
nmaenpaa 101,156