Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP Startup Program
Message
From
09/06/1999 12:00:48
 
 
To
09/06/1999 11:53:24
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00227899
Message ID:
00227938
Views:
21
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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform