Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do you title the PRINT PREVIEW'S CAPTION?
Message
De
02/06/1998 10:47:59
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00103971
Message ID:
00103995
Vues:
17
>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
---
Hi Bob and thanks it works. I do not know why vfp50 does not have a property sheet for the report designer... thanks again.. every little bit of
code helps. :)
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform