Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Print preview outside of the main VFP window
Message
De
22/07/1997 15:47:54
 
 
À
15/07/1997 09:59:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00039267
Message ID:
00041184
Vues:
53
>>Try this:
>>DEFINE a window to hold your preview and make this window scoped to the Desktop. Then issue the command:
>>
>>REPORT FORM MyForm PREVIEW WINDOW MyWindow
>
>
>That would e great if you could describe in a little more deatail.
>Thanks

Sorry for the delay...I'm under a deadline.

DEFINE WINDOW MyWindow ;
IN DESKTOP ;
(fill in the attributes you want)

ACTIVATE WINDOW MyWindow
REPORT FORM MyForm PREVIEW WINDOW MyWindow

RELEASE WINDOW MyWindow
David M. Stowell
Ravenslake Consulting
Chicago, Illinois

e-mail: davidstowell@ravenslakeconsulting.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform