Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

datawindow retrieve options

Status
Not open for further replies.

kgillispie

Programmer
Jun 10, 2002
4
US
I need to retrieve a datawindow multiple times but keep results from all previous 'retrieves'.

In other words, I need a large result set in 1 datawindow that are compiled my multiple retrieves.

Thanks for the help.
kgillispie
 
I would create two datawindows, one for the retrieves and one for the storage. Once the data is retrieved you can do a rowcopy (there are many other ways to do this too) from the retieval dw to the storage dw.

Matt

"Nature forges everything on the anvil of time
 
Expanding on mbalent's method, you can also achieve this using a DataWindow and a DataStore, for a bit better performance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top