Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Execute a Access Report
Message
From
06/12/2001 14:55:48
 
 
To
06/12/2001 14:23:48
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00590746
Message ID:
00590763
Views:
22
>When i click on my Foxpro button a want to execute my access report with a cursor or a table foxpro.
>
>.....
>SQLEXEC(gnConnhandle,sql1,'curtmp')
>
>x = GETOBJECT('c:\reportfox.mdb','access.application')
>x.docmd.openreport('testingr')
>......

I don't think this is possible. You have to base the report on a query or table that somehow is populated with the contents of your cursor. Two ways to do it that come to mind are:
- base the report on a linked fp2.6 table, write the cursor with COPY TO TYPE FOX2X
- base the report on an odbc query to a vfp free table, write the cursor to this table.

HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform