Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why doesn't SCREEN=OFF work?
Message
De
16/12/1997 05:37:58
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00066133
Message ID:
00066147
Vues:
32
>I use Visual FoxPro V5. I want to remove the FoxPro screen that flashes briefly as my exe loads.
>
>I put SCREEN=OFF and TITLE=My App in the CONFIG.FPW file in the directory where the EXE executes. I _screen.Visible = .F. until my form loads,then I put _screen.Visible = .T.
>
>I have tried every variation of this, but that wretched Visual FoxPro screen still flashes up before my application starts.
>
>What am I doing wrong? I have read every message over the past 6 months on the Thread, and hit Microsoft's site, but no answer is forthcoming.
Hi,
Try this in the init event of form :
this.show
_screen.visible = .t.
read events

Don't forget to have *clear events* at the point to quit (ie: exit button click)
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform