Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Print Preview Doesn't Work When SCREEN=OFF
Message
De
10/07/1997 09:09:10
 
 
À
10/07/1997 04:54:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Groupes d'usagers
Divers
Thread ID:
00039241
Message ID:
00039252
Vues:
33
>I'm using VFP 5.0, my main program is SDI form, I include a config.fpw in my project, and set SCREEN=OFF in the config.fpw, When I run the program outside VFP environment, the print priview (REPORT FORM PREVIEW) doesn't work. The mouse icon changed to hour glass and change back to normal pointer.
>
>If I set SCREEN=ON, everything is fine, but the main foxpro window appear at the back which's I don't want, so ugly.
>
>Anybody can help ?
>
>Thanks in advance.

You can restore SCREEN temporarily:
_SCREEN.Left=-2000 && when app started
...
...
*** here you preview/print
_SCREEN.Left=0
Report Form ... Preview
_SCREEN.Left=-2000
If you make _SCREEN.Caption/Icon properties the same as your top-level form, nobody will notice _SCREEN appearance
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform