Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Preview a report inside a form
Message
De
15/03/2002 13:07:11
Jonathan Cochran
Alion Science and Technology
Maryland, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00633318
Message ID:
00633525
Vues:
18
It's not very pretty, and I'm not sure it's even close to what you're after, but you could try this.
lo_Form = CREATEOBJECT("Form")
lo_Form.SHOW()
DEFINE WINDOW PreviewWindow FROM 1,1 TO 15,40 IN WINDOW (lo_Form.NAME) ;
   NOCLOSE NOFLOAT NOGROW NOMINIMIZE NOZOOM TITLE ""
SHOW WINDOW PreviewWindow
REPORT FORM MyReport.frx PREVIEW IN WINDOW PreviewWindow NOCONSOLE NOWAIT
>I would like to preview a report inside a form control and disable the print control. Can that be done.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform