Click to See Complete Forum and Search --> : Can't Update Data in Data report


bassem21
October 8th, 2001, 07:59 PM
1-i creat a data base with access
2-linked to data DataEnvironment1 and creat command1 with Sql Builder
3-creat a data report and linked it to comman1
my problem
data in datareport & comman1 don't refresh until i close my program and reopen if any one can help me to refrash me program without close it
thankes

SamirGuru
October 10th, 2001, 06:48 AM
You might have to refresh your report before showing it again.
e.g.:
rptReport.refresh
rptReport.show