Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Preview window
Message
De
07/08/2001 11:09:47
Charlie Schreiner
Myers and Stauffer Consulting
Topeka, Kansas, États-Unis
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00540663
Message ID:
00540717
Vues:
18
>>Why not create a form for this?
>
>Good idea. But can I show a report on a form? I didn't know that. How would I do this? (This would be great !)

In addition to George's comments...
Notice, you don't have to make the form visible. Here's an excerpt form my output class.
oPreview = NEWOBJECT( IIF(This.Desktop, 'frmPrevDesktop', 'frmPreview'), ;
   'MSForms.vcx', '',This)
oPreview.IsPortrait = This.IsPortrait
oPreview.IsLandscape = This.IsLandscape
* Even if a Label, must run from here, 'cause LABEL FORM doesn't have an IN WINDOW option.
.SelectData()  && Just selects the alias.
REPORT FORM (This.FRXName) PREVIEW WINDOW (oPreview.Name) &CollateExpr.
oPreview.Release()
Charlie
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform