Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XFRX - Suppress PDF at end of report
Message
 
To
04/08/2007 15:03:16
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
01245970
Message ID:
01245979
Views:
26
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform