NOCAPTION value

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
Zimbo
Posts: 56
Joined: Mon Nov 05, 2012 1:28 pm
Location: Scotland
Contact:

NOCAPTION value

Post by Zimbo »

Hopefully, someone can suggest why I have the following strange problem...

Code: Select all

IF lVal
        Win_1.NOCAPTION := .T.
        MsgInfo(Win_1.NOCAPTION) 
    ELSE
        Win_1.NOCAPTION := .F.
ENDIF
When the code is executed, the MAIN window titlebar/caption disappears but MsgInfo tells me the value is .F. even though it has just been changed!

Image

I also think the same problem (or misunderstanding by me) applies to other properties such as NOMINIZE etc...

Z
Attachments
False.png
False.png (1.88 KiB) Viewed 4792 times
Post Reply