Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File DNS - Path of File DNS changed
Message
From
02/12/2004 10:24:56
 
 
To
02/12/2004 06:38:57
General information
Forum:
Visual FoxPro
Category:
Crystal Reports
Miscellaneous
Thread ID:
00966326
Message ID:
00966391
Views:
8
The path to the data is defined in the DSN. Crystal will use the DSN settings. You need to make sure you discard any saved data.
LOCAL oCR AS CRAXDRT.Application
LOCAL oRpt AS CRAXDRT.Report

oCR = CREATEOBJECT(“CrystalRuntime.Application”)
oRpt = oCR.OpenReport(“C:\Temp\Taz.RPT”)
IF oRpt.HasSavedData
  oRpt.DiscardSavedData()
ENDIF
oRpt.PrintOut()
>I m using file DNS to access MySQL Data for my Crystal Report.
>
>Today I deploy the progrom to another computer. The path for the file Dns changed. How can I refresh the Crystal Report to new path?
>
>TIA.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform