If I add a message bar to a program, then double click on the message bar, the default behaviour is to change the window title from the original title to a title that show memory and resources used. How do I disable this behavior?
Robb
Message Bar Changing Title Bar
- Antonio Linares
- Site Admin
- Posts: 42513
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 73 times
- Contact:
Re: Message Bar Changing Title Bar
Dear Robb,
Pleae try this:
oMsgBar:lInfoRes = .F.
oMsgBar:lCheckRes = .F.
Pleae try this:
oMsgBar:lInfoRes = .F.
oMsgBar:lCheckRes = .F.
Re: Message Bar Changing Title Bar
Thank you, that did it. I had the :lCheckRes value set, it was the :lInfoRes value I was missing.