Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to modify the title of the Report Preview window?
Message
 
To
02/07/1998 15:24:09
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00113883
Message ID:
00113918
Views:
20
Hi Kin,

You can create a form or window on the fly and preview the report. This way you get the caption of the form or window's title. Here is one way to do it...
 loReportForm = CREATEOBJECT('Form')
loReportForm.Name = 'ReportForm'
loReportForm.Caption = 'Report Title'
REPORT FROM YourReport PREVIEW WINDOW ReportForm
>Hi All,
>
>When I run REPORT FORM myreport PREVIEW, the title of the Report Preview window appears :
> Report Designer - myreport - Page
>Can I change this title?
Previous
Reply
Map
View

Click here to load this message in the networking platform