Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PREVIEW WINDOWS GO BEHIND
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Divers
Thread ID:
00117439
Message ID:
00117479
Vues:
42
>I Have a big problem. In my project all windows have the property
>AlwaysOnTop = .T. (for many reasons I have to do that), so when I run a Report the Preview Windows go Behind.
>
>I Tried putting Thisform.AlwaysOnTop = .F. But this only work with one window.

I just can't imagine why all your forms needed to be alwaysontop? Any big deal?

However, you can create another form with ALWAYSONTOP = .T. also. Use that form as your preview window. Just make it sure that the form's external name (SCX/SCT) is identical with the form NAME property.
IF !WEXIST('MYPREVIEWFORM')
   DO FORM mypreviewform NOSHOW
ENDIF
REPORT FORM myreport PREVIEW WINDOW mypreviewform
HTH
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform