R
rkane
Guest
Hello, Progress 10.2B07 I'm trying to use a Infogistics Ultragrid which works fine when run from OE Architect but has some problems when deployed. I am using a temp table as a data source. The initial load works fine. When I rebuild with less rows it leaves empty rows in the grid. When I rebuild with more rows it only will display the number of rows that were in the initial load. General structure is: define temp table define query for temp table scrolling create records in the temp table assign a handle variable = query handle query-prepare query-open assign binding source handle = handle variable When I want to refresh the grid with more or less records I empty the temp table, rebuild the temp table, and query-open. Strange that it works fine when run from Architect. Outside or Architect it refreshes the data but will not add or delete rows above or below the original number of rows. Any ideas are greatly appreciated. Thanks, Rick
Continue reading...
Continue reading...