I'm in a position where I need to create a table with "n" rows of
information. Sounds like a good use of RowSets.

The bulk of the data for the table would come from a selection of
records. There would be some columns in the table that would contain
calculated data, though.

Given this, and my limited knowledge of rowsets, I'm thinking I'd have
to create the rowset based upon arrays, not fields, using something
like Selection to Array first. The calculated fields I'd initialize
separately.

Now, if I do create the rowsets using arrays, does changing the
associated arrays also change the rowset dynamically? Or do I have to
recreate the rowset to change it?

Also, regarding updating of rowsets... I know I can recreate the
entire rowset, or update a column (if using arrays). Can an individual
"cell" be updated?

Thanks,

Darin

Using v3 on 6.7 (soon to be v4 on 2004)
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to