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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Refreshing a report when run from a VB app 1

Status
Not open for further replies.

RangerFan

MIS
Joined
May 4, 2000
Messages
61
Location
US
I am executing a Crystal Report from a VB front end app.<br>The report executes fine, but I have noticed that it contains only the information that was contained in the <br>report the last time I ran it in the SCR environment.&nbsp;&nbsp;The<br>latest information is not present.&nbsp;&nbsp;How do I run the report<br>from VB with a full refresh on the reported data?<br><br>Any help would be appreciated.
 
You probably have the File¦Save Data with Report option checked.&nbsp;&nbsp;Unselect this option, and the report will always get fresh data when it is opened or run. <p>Malcolm Wynden<br><a href=mailto:wynden@island.dot.net>wynden@island.dot.net</a><br><a href= > </a><br>
 
Try the RetrieveDataFiles method of the CR control prior to the action = 1 line of code.<br><br>Simon Segal
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top