Search found 137 matches: msgbeep

Return to advanced search

hbcurl xharbour

... cookie ENDIF //oCli:Close() ENDIF ENDIF ENDIF If Alltrim(cNFSeResp) == '{"success":1,"logout":1}' CurSorArrow() oCli:Close() MsgBeep() MsgAlert("Não foi possível conectar ao site de averbação!","Atenção") Return .f. Endif // Faz o upload do xml para averbação ...
by wartiaga
Tue Jul 18, 2023 6:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbcurl xharbour
Replies: 1
Views: 221

Re: Como realizar un proceso al pasar el mouse sobre un boton?

Erick,

oBtn:bMMoved = { | nRow, nCol, nFlags | MsgBeep() }
by Antonio Linares
Mon Oct 05, 2020 4:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como realizar un proceso al pasar el mouse sobre un boton?
Replies: 1
Views: 423

Re: Question to TRBtn

Günther,

Please try this:

oRBtn:bGotFocus = { || MsgBeep() }

and let me know if it beeps
by Antonio Linares
Thu Dec 20, 2018 8:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question to TRBtn
Replies: 8
Views: 1207

Re: 3 problems with touch.prg from the fwh/samples

Dear Antonio,

I changed bMove to bMMoved as bMove errors out.
I can’t test with msgbeep as I work remote.
Therefor I use:

oImgBack:bMLeave = { || msginfo(1) }

I do not see the msg.
I use the original touch.prg of FiveTech.
Thank you and best regards
Otto
by Otto
Mon Oct 29, 2018 8:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3 problems with touch.prg from the fwh/samples
Replies: 18
Views: 3792

Re: 3 problems with touch.prg from the fwh/samples

Otto,

Please test this and let me know if it beeps:

oImgBack:bMLeave = { || MsgBeep() }
by Antonio Linares
Mon Oct 29, 2018 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3 problems with touch.prg from the fwh/samples
Replies: 18
Views: 3792

Re: get combobox

Antonio Linares wrote:Please check if you ear the beep:

oCombo:bChange = { || If( oCombo:oGet:oGet:TypeOut, ( MsgBeep(), oCombo:oWnd:GoNextCtrl( oCombo:hWnd ) ),) }


No Beep. Not call function.
by shark
Fri Aug 31, 2018 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: get combobox
Replies: 7
Views: 923

Re: get combobox

Please check if you ear the beep:

oCombo:bChange = { || If( oCombo:oGet:oGet:TypeOut, ( MsgBeep(), oCombo:oWnd:GoNextCtrl( oCombo:hWnd ) ),) }
by Antonio Linares
Mon Aug 27, 2018 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: get combobox
Replies: 7
Views: 923

Re: Add bitmap to taskbar

MsgBeep() still not called
Regards
by reds
Tue Mar 13, 2018 12:40 pm
 
Forum: FiveWin for Pocket PC
Topic: Add bitmap to taskbar
Replies: 10
Views: 2651

Re: Add bitmap to taskbar

Antonio

MsgBeep() does not get called and then crashes with variable does not exist Super


Regards
Peter
by reds
Tue Mar 13, 2018 10:13 am
 
Forum: FiveWin for Pocket PC
Topic: Add bitmap to taskbar
Replies: 10
Views: 2651

Re: Ayuda DLL

Antonio, aquí la segunda parte: Error: Unresolved external '_HB_FUN_DRAWTHEMED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_GETDLGBASEUNITS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_CDLG2CHR' referenced from P...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6329

Re: Avoid sound in xbrowse

On my system, I can not hear MsgBeep(). So I am unable to check where the sound is coming from.

In any case if you SET BELL OFF initially, I guess you may not hear any MsgBeep()s. Can you please try that?
by nageswaragunupudi
Sat Jul 15, 2017 2:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Avoid sound in xbrowse
Replies: 4
Views: 1028

Message to the program from Excel

... TMyDialog FROM TDialog ............................... ENDCLASS METHOD HandleEvent( nMsg, nWParam, nLParam ) CLASS TMyDialog if nMsg == 50000 MsgBeep() endif return Super:HandleEvent( nMsg, nWParam, nLParam ) Everything works, but message sending is not happening. What I am wrong ?
by Natter
Fri Jun 02, 2017 7:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Message to the program from Excel
Replies: 0
Views: 376

Re: como saber si un objeto tomó el :end() o no ??

Antonio, Hola nuevamente... Disculpa por no haber entendido tu sugerencia a la primera... Curiosamente, el msgbeep() no funcionó, y tengo el sonido de la PC funcionando perfectemente, pero eso no importa ahora. Le coloqué una parada, asi Define Timer oTimerT Interval 30000 ACTION ...
by JoseAlvarez
Thu Mar 09, 2017 4:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: como saber si un objeto tomó el :end() o no ??
Replies: 10
Views: 1305

Re: como saber si un objeto tomó el :end() o no ??

Vistos los videos, gracias

Parece que al perder el foco, el timer se desactiva.

Prueba a poner un sonido en el timer, para comprobar si el timer está realmente funcionando ó ha parado:
MsgBeep()
by Antonio Linares
Thu Mar 09, 2017 11:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: como saber si un objeto tomó el :end() o no ??
Replies: 10
Views: 1305

Re: DBCOMBO Metodos GotFocus() y LostFocus()

... = ""return ::Super:LostFocus( hWndGetFocus ) Ahora en el ejemplo samples\testdbc1.prg añade esta línea: oDBC1:bGotFocus = { || MsgBeep() } y verás como suena al recibir el foco
by Antonio Linares
Tue Jan 10, 2017 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBCOMBO Metodos GotFocus() y LostFocus()
Replies: 4
Views: 2294
Next

Return to advanced search