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... :~{
Printable View
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... :~{
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