Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP Startup Program
Message
De
09/06/1999 12:00:48
 
 
À
09/06/1999 11:53:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00227899
Message ID:
00227938
Vues:
20
This is salvaged FPW code, isn't it? :)

SNIP...

>SET COLOR OF SCHEME 1 TO RGB(192,192,192,192,192,192)

This is obsolete. Don't use this anymore.

>MODIFY WINDOW SCREEN NOCLOSE TITLE gc_appname

_Screen.Caption = gc_appname is cleaner

>DO WHILE NOT gl_endapp

DO WHILE loop not required with READ EVENTS.

> IF EMPTY(gc_goscr)
> DO (gc_lastmenu)
> READ EVENTS
> ELSE
> DO (gc_goscr)
> READ EVENTS
> ENDIF

This should work. Are you sure you don't have a Config.FPW with SCREEN=OFF?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform