PDA

Click to See Complete Forum and Search --> : How to refresh Datareport


jrgmrz
Nov 24th, 2000, 04:51 PM
How can I refresh the data displayed by the data report, since I make a change to data then I call the data report and still displaying the same old data unless I quit the program and start it again.

Thanks... :~{

kleagle
Nov 26th, 2000, 12:37 PM
Hi jrmrz,

try refreshing your datasource instead of the datareport.
If you are using adodc as datasource, do a adodc1.refresh before datareport.refresh.

Regards.

KT