Thanks for your answer. The nested rowset creation is something have to take a closer look at, although it doesn't apply to my problem, because
> Are they from different tables? Is the data related? If not, just use two > different rowsets. No. You might have interpreted the [db] as general term for database, but I indeed meant one database named "db". In reality they are a number of boolean fields represented as checkboxes in the 4D form (and labeled different). In the display fuse I have to check, if at least one of these per set is checked to display the table framework. Afterwards I have to loop through the fields of each set to display the content. Thus the idea to create a collection or array per set. >if not, just use two different rowsets. Do you mean to create 2 or more rowsets from the same table selection? Would I have to set the row cursor for each rowset or will they stay in sync for all rowsets, as they are linked to the same table? Frankly right now I do all from individual rowset colums with a bunch of "choose" statements, which works fine for just a few fields. Peter _______________________________________________ Active4D-dev mailing list [email protected] http://list.aparajitaworld.com/listinfo/active4d-dev Archives: http://active4d-nabble.aparajitaworld.com/
