Hi all,

The form datasource is the aorta for all data in a form.
Why can't I read directly from it?

Suppose I have this:
{
FormDataSource f;
;
f=element.dataSource();
}

Now why can't I do something like this:
print f.field[0].value();

Or print the value of the second field of the selected record:
print f.field[1].value();

Or do I have to catch the selected record in a Common variable first?



Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to