ACTIVATE VALID()
OU
bValid
Search found 137 matches
- Fri Apr 03, 2020 4:36 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: interceptar X de DIALOG
- Replies: 9
- Views: 957
- Fri Mar 27, 2020 10:15 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Página Caída
- Replies: 1
- Views: 473
Re: Página Caída
veja se isto resolve?
If GetHostByName( "bazevani.com.br" ) = "0.0.0.0"
If GetHostByName( "bazevani.com.br" ) = "0.0.0.0"
- Thu Apr 12, 2018 3:10 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Desktop Alerts
- Replies: 39
- Views: 25477
Re: Desktop Alerts
É um exemplo de DesktopAlert, utilizando códigos de HTML. para executar utilize assim: MsgFancy(Memvar->oDlg,"Acesso negado!!! <br/><br/> Não é permitido modificar lançamentos quando já baixado (Repassado).",nil, CLR_YELLOW,.T.,.F.) coloque junto esta função... #define LWA_ALPHA 2 #define ...
- Tue Apr 10, 2018 4:24 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Desktop Alerts
- Replies: 39
- Views: 25477
Re: Desktop Alerts
nPathTemp function MsgFancy(oWnd, cTexto, aPos, oCor, lAguarda, lTransparente) local oDlg local oBtnClose, aTexto local oSay, lCenter local oImage, oLbx local lSaida:=.F., nCorFundoHTML := "#ffffcc" //azul claro lCenter := aPos == NIL //DEFAULT oCor := nrgb(255,255,255) DEFAULT aPos := {0,...
- Fri Mar 09, 2018 3:27 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBROWSE DISP_E_UNKNOWNNAME: FIND
- Replies: 1
- Views: 480
XBROWSE DISP_E_UNKNOWNNAME: FIND
I'm using xBrowse:
oLbx_List: lSeekBar: = .t.
When we start typing% the error below is shown:
FWH1709 + XHarbour
oLbx_List: lSeekBar: = .t.
When we start typing% the error below is shown:
FWH1709 + XHarbour
- Tue Oct 17, 2017 3:08 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: HB TIPClientHTTP() Freezes
- Replies: 12
- Views: 1612
Re: HB TIPClientHTTP() Freezes
Tive problemas tambem, então troquei por este: CursorWait() cURL := "http://bazevani.com.br/asp/pesquisa.asp?tipo=L&serie=" + _Serie oHttp := CreateObject("Microsoft.XMLHTTP") oHttp:Open("GET",cURL,.F.) lNetError:=.f. TRY oHttp:Send() CATCH oError lNetError := .T. E...
- Thu Oct 01, 2015 4:50 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Tooltip para botón de un get ( solucionado )
- Replies: 15
- Views: 2289
Re: Tooltip para botón de un get
oGet:cTooltip := {"Sua mensagem","Titulo"}
- Tue Aug 19, 2014 10:42 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Buscar palabras en mysql
- Replies: 2
- Views: 484
Re: Buscar palabras en mysql
Quando se utiliza %, não é necessário utilizar UPPER
Ronaldo
Ronaldo
- Thu Aug 07, 2014 6:11 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Bienvenidos a los foros de FiveTech Software
- Replies: 46
- Views: 50498
Re: Bienvenidos a los foros de FiveTech Software
Antonio Linares, estou trabalhando com String SQL para fazer a leitura de arquivos DBF, veja se isto interessa para você?
Para consultas ficou muito rapido!
http://fox.wikis.com/wc.dll?Wiki~VFPOleDBProvider
Para consultas ficou muito rapido!
http://fox.wikis.com/wc.dll?Wiki~VFPOleDBProvider
- Thu Aug 07, 2014 6:06 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Minha colaboração
- Replies: 0
- Views: 519
Minha colaboração
à algum tempo necessitava utilizar String SQL em arquivos DBase (DBF), abaixo um exemplo: txSql := "SELECT cod_imovel, cod_locat, Day(baixa_loca) As Dia " txSql += "FROM rec2310 " txSql += "HAVING Dia = 0 " txSql += "GROUP BY cod_imovel, cod_locat, dia " txSql...
- Wed Nov 21, 2012 7:04 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: HIde
- Replies: 1
- Views: 629
Re: HIde
objeto:show()
existe tambem.
objeto:disable() / objeto:enable()
Ronaldo
existe tambem.
objeto:disable() / objeto:enable()
Ronaldo
- Wed Apr 25, 2012 7:14 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: implement CmLine TPrinter
- Replies: 1
- Views: 497
implement CmLine TPrinter
I would like to implement the method cmline in TPrinter but want to do it in another prg I did so, but gives error winfunc.prg CLASS TPrinter FROM TPrinter METHOD CmLine( nTop, nLeft, nBottom, nRight, oPen ) INLINE ::Cmtr2Pix(@nTop, @nLeft), ::Cmtr2Pix(@nBottom, @nRight),; MoveTo( ::hDCOut, nLeft, n...
- Tue Feb 28, 2012 11:57 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: ADORDD
- Replies: 13
- Views: 4659
Re: ADORDD
usrrdd.lib esta tambem...
- Wed Nov 16, 2011 11:18 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: ADORDD
- Replies: 13
- Views: 4659
Re: ADORDD
precisa colocar junto adordd.lib
- Fri Oct 28, 2011 7:25 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Save and Restore Dialog Position
- Replies: 6
- Views: 1825
Re: Save and Restore Dialog Position
ACTIVATE dialog odlg on init restauraposicao(odlg) valid gravaposicao(odlg) Function GravaPosicao(oTemDlg) LOCAL aRect, nNome LOCAL nDlg_Largura, nDlg_Altura aRect := GetWndRect( oTemDlg:hWnd ) nNome := oTemDlg:cResName WritePProString( nNome , "Topo" , alltrim(str(aRect[1])) , Curdrive()+...