Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get report name
Message
From
24/06/2009 06:26:43
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
 
 
To
24/06/2009 05:56:00
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01407957
Message ID:
01407960
Views:
64
>Hi all
>When I print a report I want print in the page footer the name of report file (ex Myreport.frx). Is there any function that on runtime give that name of the report beeing executed?
>
>Thank's in advance,
>Nuno Pedro

1. Need Object assisted reports
2. add field 3. oListener.COMMANDCLAUSES.FILE to report
3. get refernce to the report listener and run report to this listener
PRIVATE oListener
oListener = NEWOBJECT("UpdateListener","LISTENER.VCX",_reportoutput)
REPORT FORM Your.frx Object oListener
HTH

Agnes
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Previous
Reply
Map
View

Click here to load this message in the networking platform