Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Execute a Access Report
Message
De
06/12/2001 14:55:48
 
 
À
06/12/2001 14:23:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00590746
Message ID:
00590763
Vues:
20
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform