Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COMMAND = in Config.FPW?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00665440
Message ID:
00665451
Views:
14
>I have a program assigned to the COMMAND = statement in the last line of my config.fpw file as follows:
>
>COMMAND = DO start.prg
>
>in the start.prg file I have this statement
>
>
>_VFP.Caption = "Label goes here"
>
>
>If I use the _VFP.Caption then my VFP menu no longer works. What am I doing wrong?
>All I want to do is show the name of the project I am working on using _VFP.Caption.

The _VFP.Caption returns or sets the caption for an automation server's window. Try _SCREEN.Caption instead.
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform