Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Crystal & OLEDB
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Crystal & OLEDB
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00967790
Message ID:
00967790
Views:
55
Hello All,

I have a report where I have the Datasource defined as
VFPOLEDB.1 with a Location of c:\Test\Data\vfpdata.dbc

The report contains the Record & Group Filtering we need.
Parameters are set when the user runs the report from within the report itself.

I would like to call this from VFP, but I am unsure as to what
OLDDB Setting I need to Modify / Update at runtime to tell
it the Database Location...

I thought that doing:

oConn = CREATEOBJECT("ADODB.Connection")
oConn.ConnectionString = "Provider=VFPOLEDB.1;Data Source=c:\Test\Data\vfpdata.dbc;Password=''"
oConn.OPEN()

I am missing something... It seems I need an Object to contain
a Query?? as in the following from Craigs Most Excellent Book:

oRS = CREATEOBJECT("ADODB.RecordSet")
oRS.Open("Select * FROM Customer", oConn)

But I basically want VFP to just run the report and the do the
processing itself...

Can anyone tell me how I would do this?? Or do I need to move the
Crystal Reports Record Selection Criteria out to VFP and run the
Query before calling the VFP Report??

Thanks!
Bob
Next
Reply
Map
View

Click here to load this message in the networking platform