Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Newbie question on Read/Clear events
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00264859
Message ID:
00265074
Vues:
21
>That did the trick, Thanks. Since I'm batting 1000, Maybe you can help me out with one more. When I create the exe file and run it, the main foxpro window is only 3/4 the width of the screen. How can I make it start full screen?

Sure. In your Config.fpw place the command

SCREEN=OFF

Then after you start your application, place the statements

_SCREEN.WindowState = 2 && Maximized
_Screen.Visible = .T. && Show the window

Bill
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform