Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Displaying a report inside a user defined window
Message
De
05/06/1998 13:54:00
 
 
À
05/06/1998 13:49:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00105253
Message ID:
00105260
Vues:
34
>I'm trying to preview a report using the following code:
>
>DEFINE WINDOW sergio FROM 1,1 TO 40,100 TITLE 'Preview' CLOSE SYSTEM; IN DESKTOP
>show window sergio
>REPORT FORM sellos preview window sergio
>
>The main VFP window is disabled with screen=off in config.fpw butit doesn't.Window 'sergio' does not show up in the desktop.
>
>Also the report when I run the form from VFP the report won't show in 'sergio'
>
>I apreciate any help
>Sergio
>dff@whc.net

You can temporarily restore _SCREEN:
_screen.visible=.t.
report form .....
_screen.visible=.f.
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform