FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour DEFINE MESSAGE OF oWnd
Posts: 233
Joined: Sat Dec 30, 2006 06:10 AM
DEFINE MESSAGE OF oWnd
Posted: Tue Feb 13, 2007 07:48 PM

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.

Many thanks

Ollie.



Using:

xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)

Borland C++ 5.5.1

FWH 9.04 (2009 Apr)
Posts: 3358
Joined: Fri Oct 07, 2005 08:20 PM
DEFINE MESSAGE OF oWnd
Posted: Tue Feb 13, 2007 08:27 PM
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
SOI, s.a. de c.v.
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
Posts: 233
Joined: Sat Dec 30, 2006 06:10 AM
DEFINE MESSAGE OF oWnd
Posted: Fri Aug 31, 2007 08:13 AM

I don't understand what oApp:cRazonSocial is.

Many thanks

Ollie.



Using:

xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)

Borland C++ 5.5.1

FWH 9.04 (2009 Apr)
Posts: 167
Joined: Thu Mar 22, 2007 11:24 AM
DEFINE MESSAGE OF oWnd
Posted: Fri Aug 31, 2007 09:02 AM

> I don't understand what oApp:cRazonSocial is.

Maybe your own text to substitute !

Frank

Posts: 3358
Joined: Fri Oct 07, 2005 08:20 PM
DEFINE MESSAGE OF oWnd
Posted: Fri Aug 31, 2007 01:31 PM

Frank, Ollie:

Yes, It is.

Regards

SOI, s.a. de c.v.
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero

Continue the discussion