Thank you.
>Table count in the datasource ---- element.dataSourceCount(),
>First table name from data source ----- element.dataSource(1).nam
(),
>Field contents from the first field of the first table ----
>element.dataSource(1).cursor().(1)
>
>So with your original example you could do this
>Common f;
>f = element.dataSource(1).cursor();
>print f.(1);
>You don't have to use the common var, but it makes notation easier.
>
>Cheers -Preston
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

