Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a way to Refresh the Contain of a Report in Runtime
Message
From
08/05/2002 16:40:45
 
 
To
All
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Title:
Is there a way to Refresh the Contain of a Report in Runtime
Miscellaneous
Thread ID:
00654235
Message ID:
00654235
Views:
53
hi here!

Im using data environment tools with its wizard to execute some commands in the Query, and show this information in the reports, but once I load the report and it's there, when I am adding new Information to the tables, and open again the report, it's still containing the information that started when I first load the application. I Used the Refresh method to see if this will work, but nothing happened. I am afraid that I am using bad this wonderful tool, or that I don't know much of how to use it to refresh this info. b.e:
Private Sub MyMDIForm_Load()
With RptMyClients
.show
.Refresh
End With
End Sub

What is wrong? I am Afraid that is the query, since Im using this:

"SELECT * FROM tbl_Clientes WHERE fecha = DateValue(now)"

Is because the seconds of diference between the time I started the application and the time that has passed when I accessed again the Report?
Next
Reply
Map
View

Click here to load this message in the networking platform