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
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
Dear Robb,
Pleae try this:
oMsgBar:lInfoRes = .F.
oMsgBar:lCheckRes = .F.
Thank you, that did it. I had the :lCheckRes value set, it was the :lInfoRes value I was missing.