Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do you title the PRINT PREVIEW'S CAPTION?
Message
 
To
02/06/1998 10:18:30
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00103971
Message ID:
00103981
Views:
18
I don't use the default preview window. I defined my preview window with a global variable for the title so I can set it anytime. Here is the code...

PUBLIC windowtitle
windowtitle = "Custom Report Preview"
DEFINE WINDOW seeit FROM 0,0 TO 50,128 TITLE &windowtitle close system

Now when I want to change the window title all I have to do is

windowtitle = "My window"
REPORT FORM xxxxxxxx.frx PREVIEW WINDOW seeit

I hope this helps.

Bob
Bob Kocher
www.swfox.net
Start making your plans now to attend Southwest Fox 2006
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform