Page 1 of 1

DEFINE MESSAGE OF oWnd

Posted: Tue Feb 13, 2007 7:48 pm
by Ollie
If I have defined a STATUS bar for my app:

DEFINE MESSAGE OF oWnd PROMPT cUserID CLOCK DATE KEYBOARD NOINSET

What command do I use to add another status item.
e.g. FILTER ACTIVE

Is there a way of making it flash or in a diff colour attract the user's attention?

Thanks.

Posted: Tue Feb 13, 2007 8:27 pm
by Armando
Ollie:

You must use the MsgItem control as follow:

SET MESSAGE OF oWindow TO oApp:cRazonSocial KEYBOARD CLOCK

DEFINE MSGITEM oMiCasilla OF oWindow:oMsgBar SIZE 120;
PROMPT ALLTRIM(oApp:cUsuario) COLOR CLR_WHITE,CLR_BLUE


Best Regards, Armando

Posted: Fri Aug 31, 2007 8:13 am
by Ollie
I don't understand what oApp:cRazonSocial is.

Posted: Fri Aug 31, 2007 9:02 am
by demont frank
> I don't understand what oApp:cRazonSocial is.


Maybe your own text to substitute !

Frank

Posted: Fri Aug 31, 2007 1:31 pm
by Armando
Frank, Ollie:

Yes, It is.

Regards