Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
P8: Print Preview Window on Top ALWAYS
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00876273
Message ID:
00876300
Vues:
7
hay David,

When you define the Window, use the NAME oWindow clause to create a object reference to the window. This object is of the FORM baseclass. In the FORM class is a property called AlwaysOnTop. Set this propoerty to true (.T.). Here a sample:
DEFINE WINDOW test NAME otest FROM 0,0 TO 100,100
otest.AlwaysOnTop=.t.
ACTIVATE WINDOW test
Greg Reichert
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform