Yes! That is it!
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

Reply via email to