Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Maximize Report Preview
Message
 
À
29/10/2002 13:17:36
Andy Roth
Neyenesch Printers
Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00716537
Message ID:
00716554
Vues:
16
try this little trick
Local oPreviewForm as Form

oPreviewForm = CREATEOBJ("Form")
oPreviewForm.Name = [PreviewWindow]
oPreviewForm.WindowState = 2  &&Maximized
oPreviewForm.Visible = .T.

REPORT FORM YourReportFile.Frx to print preview window PreviewWindow

oPreviewForm.Release
hope this helps
.......
DO WHILE .T.
      ME.Work()
ENDDO
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform