Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report preview in its own window
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
00991148
Message ID:
00991177
Vues:
17
This message has been marked as the solution to the initial question of the thread.
oRepForm = CREATEOBJECT("Form")
WITH oRepForm
 .Caption = "My report Title"
 .WindowState = 2   **This will maximize the form
 .Show()
ENDWITH
REPORT FORM myReport.frx PREVIEW WINDOW (oRepForm.Name)
oRepForm.Release()
>How can you have a report preview in its own window? I have screen off so Foxpro puts the preview inside the active form. This form is too small so you cannot see the report. I would like to have the preview in its own window on the desktop. Thanks
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform