Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form always on top
Message
De
05/03/2003 02:43:22
 
 
À
04/03/2003 14:42:47
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00755854
Message ID:
00761374
Vues:
31
Steven,

Try this...

In the Activate event of Myform1...

for i = 1 to _screen.formcount
if upper(_screen.forms(i).name) = "MYFORM2"
_screen.forms(i).alwaysontop = .t.
endif
next

... then just before you run the report...

for i = 1 to _screen.formcount
if upper(_screen.forms(i).name) = "MYFORM2"
_screen.forms(i).alwaysontop = .f.
endif
next
report form myreport preview

... it should work.

Paco Calvente.
Saludos,

Paco Calvente
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform