ADM2 SDO SDB removeLink

I'm writing a generic tool that links to any screen with a browser and sdo to export the visible data to excel.

The code I have uses fetchRow to return each row in the results list and fetchBatch to make sure we get all the records.

However, the browser "flickers" during each reposition/fetch.

I need to "unlink" the SDO and the SDB during the update and then "link" them again afterwards.

I've tried using removeLink and addLink. This has no affect.
I've tried manually setting the query of the browse (hBrowse:query = ?) and then setting it back [this gives errors in fetchRow].

Any Ideas?

Jon
 
Top