Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dock report preview when reporting to a form
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Dock report preview when reporting to a form
Versions des environnements
Visual FoxPro:
VFP 7 SP1
Divers
Thread ID:
01504058
Message ID:
01504058
Vues:
166
I want the report display to be bigger than the application.

I made a form RepForm with only one property changed:
ShowWindow = 2 && 2 - As Top-Level Form
So now I can send the report to this form:
Do Form RepForm Name MyPreview Noshow
MyPreview.WindowState = 2   && maximize the form
MyPreview.Show()

Report Form (whatrep) Preview Window (MyPreview.Name) Noconsole To Printer Prompt

MyPreview.Release()
The problem is that I cannot find a way to dock the preview toolbar. I tried using a resource file, but it does not use it when ShowWindow = 2. Is there a way to dock it by perhaps entering some code into the form?

Cyril
Répondre
Fil
Voir

Click here to load this message in the networking platform