SDO based on temp-table. When do we create temp-table?

Dhubbuck

New Member
Currently investigating the use of ADM2 with Progress91.D05 and we are wanting to convert our old V6 app. The tables in the V6 app contain some array fields and instead of changing the database we are thinking of creating temp tables to present this old array data to the user. If we use ADM2 and two SDOs one for the database table and one for the new temp-table when are we supposed to populate the temp-table.

We have a smartwindow with to a database SDO linked to a temp-table SDO with foriegn fields. There are two browsers each linked to the relevant SDOs

We have tried overriding the dataavailable in the temp-table SDO to populate the temp-table which works when a value-changed event is fired in the first browse but the initial screen shows no records in the second browse on startup.

Also once updated where would we put are routine to write the temp-table data back to the arrays.

Thanks
Dale
 
Top