Search found 7 matches: cdefaultmsg

Return to advanced search

Re: Clases y Prgs

... function Main() local oWnd, oLbx local cKey:= "Upper(Nombre)", oItem local cDefaultMsg:= "(C) 1994-2002, CeSoTech PC Solutions" local oFont DEFINE FONT oFont NAME GetSysFont() SIZE 0,-10 use clientes index on &cKey ...
by servicomver
Thu Nov 11, 2010 11:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clases y Prgs
Replies: 11
Views: 3840

METER na MESSAGEBAR com L2007 - FWH802

... a nova versão FWH8.02, é que ao movimentar o mouse, o METER fica piscando, o que da um visual feio. Tem como resolver isso? SET MESSAGE OF OWND TO CDEFAULTMSG CLOCK DATE KEYBOARD NOINSET 2007 @ 03, 901 METER fwometer var fwmeteratua total 100 OF oWnd:oMsgBar size 105,20 pixel color nRGB( 231, 242, ...
by MGA
Thu Feb 28, 2008 5:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: METER na MESSAGEBAR com L2007 - FWH802
Replies: 10
Views: 2694

resolvido assim:


obRRW:bChange := {|o| UpdateBuffer( oWnd:oMsgBar, cDefaultMsg, cvaltochar( o:cSeek ) ) }


obrigado Rossine
by MGA
Wed Feb 27, 2008 5:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse - mensagem na MSGBAR (resolvido)
Replies: 1
Views: 553

Resolvido assim:


obRRW:bChange := {|o| UpdateBuffer( oWnd:oMsgBar, cDefaultMsg, cvaltochar( o:cSeek ) ) }


Obrigado Rossine!
by MGA
Wed Feb 27, 2008 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: obrw:bUpdateBuffer - xbrowse? (resolvido)
Replies: 1
Views: 468

xBrowse - mensagem na MSGBAR (resolvido)

Amigos, com a TWBROWSE eu utilizava:

obRW:bUpdateBuffer:= {|| UpdateBuffer( oWnd:oMsgBar, cDefaultMsg, oBRW:cBuffer ) }

Para mostrar o conteudo do buffer de pesquisa na MSGBAR, mais no xbrowse como posso obter o mesmo resultado?


Muito obrigado

SGS
by MGA
Tue Feb 26, 2008 5:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse - mensagem na MSGBAR (resolvido)
Replies: 1
Views: 553

Meter na barra de mensagens é possível?

Amigos, é possível colocar um METER na barra de mensagens?


SET MESSAGE OF OWND TO CDEFAULTMSG CLOCK DATE KEYBOARD COLOR CLR_BLUE FONT ofontem NOINSET


Grato


AOKI
by AOKISANTOS
Thu Oct 04, 2007 1:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Meter na barra de mensagens é possível?
Replies: 2
Views: 642

... (oDCli)->Codigo bla bla bla .... oBrs:bSeek := {|lRet| oBrs:DbfSeek(.T.) } oBrs:bUpdateBuffer:= {|| UpdateBuffer( oDls:oMsgBar, ; cDefaultMsg, oBrs:cBuffer ) } ACTIVATE DIALOG oDls CENTERED; ON INIT MsgBarra(oDls,cDefaultMsg) STAT FUNCTION MsgBarra(oDls,cDefaultMsg) SET MESSAGE ...
by Francisco Horta
Thu Oct 26, 2006 5:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Búsqueda incremental en xHarbour
Replies: 3
Views: 1102

Return to advanced search