Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XFRX - Suppress PDF at end of report
Message
 
À
04/08/2007 15:03:16
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
01245970
Message ID:
01245979
Vues:
27
Gaylen,

Excellent, that did it.

Is there something I'm missing with this code with XFRX?

I'm trying to run a simple report that has a parent table (Atty) that's related to a child (Firm), and when I run it, I get the fields from the
Atty table, but .F. from the Firm fields ...
loSession = XFRX("XFRX#INIT")
lnRetValue = loSession.SetParams("output.pdf",,,,,,"PDF")

USE gcDataPath + [atty] IN 0
USE gcDataPath + [firm] IN 0

SET ORDER TO TAG 	Firm_id OF c:\foxdev\analyzer5x\data\firm.cdx IN Firm
SET RELATION TO 	firm_id INTO Firm ADDITIVE

SELECT atty
GO top		
loSession.ProcessReport(gcProgPath + "reports\attylist.frx")
Thanks for any help ...

Kevin
Kevin R. Hunt
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform