Search found 190 matches: handler

Return to advanced search

Re: FWH 16.03 32 BIT

Antonio,

after gpf, I have forwarded to vs debugger. It says.

Unhandled exception at 0x77386C82 (KernelBase.dll) in IcraW.exe: 0xC0000005: Access violation reading location 0x01061E1C.

If there is a handler for this exception, the program may be safely continued.

If you have time timeviewer now?
by Horizon
Wed May 11, 2016 8:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.03 32 BIT
Replies: 118
Views: 25842

Listview class

... IF nFile >0 cFile:= oList:aItems[nFile]:cText Setfile(cFile,.f.) Endif Endif return nil Setfile(cFile,.f.) is my function to show Preview Handler on Image control but the problem is : when I save the files I save all files on a folder when I reopen I not found the two Group how I can to ...
by Silvio.Falconi
Sat Jan 16, 2016 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listview class
Replies: 0
Views: 281

New FTDN November/Noviembre 2015 (FWH 15.11)

... or tap by finger Eval( ::bLClicked, nRow, nCol, Self, lTouch ) is now provided with additional parameter lTouch. New Events provided by Event Handler ------------------------------------- 1) OnDisplayChange( nBitsPerPixel, nWidth, nHeight ) This event executes bOnDisplayChange codeblock if ...
by Antonio Linares
Sat Dec 26, 2015 9:26 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2015 (FWH 15.11)
Replies: 5
Views: 2857

Re: HDO (Harbour Data Objects) entra en escena.

... errores. IMHO esos sucesos podrian ser atrapados por HDO. Ademas, hay dos cosas a tener en cuenta: 1) cuando se abre un TRY, se desactiva el error handler por defecto, de modo que en el try los errores producidos pueden ser derivados del codigo Harbour o de las excepciones sql, convertidas en error ...
by hmpaquito
Thu Aug 27, 2015 8:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: HDO (Harbour Data Objects) entra en escena.
Replies: 11
Views: 3980

Re: Mejoras para scintilla

... Internal Error - Z:\PRUEBAS\MiEditor\FivEdit\Fivedit.Exe Terminated at: 2015-08-14 18:13:15 Unrecoverable error 9003: Too many recursive error handler calls Called from TSCINTILLA:HANDLEEVENT(959) in scintila.prg Called from _FWH(3345) in .\source\classes\WINDOW.PRG Called from DIALOGBOXINDIRECT(0) ...
by cuatecatl82
Fri Aug 14, 2015 11:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1038
Views: 875312

Re: Tablet and form style for Windows 8 (desktop ver.)

... Editable control and "true finger tap" happened just a little while before the event we are responding to. For this we extend the event handler and keep watching finger press and release, but not act on it and wait for translation to mouse events. When to Hide OSKb : a) When a non-editable ...
by nageswaragunupudi
Mon May 04, 2015 4:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tablet and form style for Windows 8 (desktop ver.)
Replies: 80
Views: 25154

Re: App quits on error without showing error Windows 7

Just checking because if you are not getting error message then I believe it is either an error in the error handler itself or windows exception error that is not handled by the error handler.
by Gale FORd
Wed Mar 04, 2015 9:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App quits on error without showing error Windows 7
Replies: 12
Views: 2785

Re: Fivewin/xharbour with ActiveX Data Objects (ado) and MySQL

... -In fivedbu_20140730 directory I get the error (from .zip): fivedbu.prg(665) Error E0067 TRY section requires a CATCH or FINALLY handler Please use c:\FWH\samples\fivedbu.prg source code. There is also something with a resource file (.rc), I do not understand exactly how that ...
by Antonio Linares
Fri Jan 30, 2015 5:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin/xharbour with ActiveX Data Objects (ado) and MySQL
Replies: 19
Views: 6690

Fivewin/xharbour with ActiveX Data Objects (ado) and MySQL

... to solve this?) -In fivedbu_20140730 directory I get the error (from .zip): fivedbu.prg(665) Error E0067 TRY section requires a CATCH or FINALLY handler There is also something with a resource file (.rc), I do not understand exactly how that works. Kind regards, Pieter
by pieter
Thu Jan 29, 2015 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin/xharbour with ActiveX Data Objects (ado) and MySQL
Replies: 19
Views: 6690

Re: FiveWeb

... Description CDM AIM <<<< --------- Used the same for CDM Dll X (checked) Allow extension path to execute MAPPING HANDLER Request Path -> *.dll Module -> IsapiModule Executable (optional) -> (blank) Name -> ISAPI-dll
by cdmmaui
Sat Jan 24, 2015 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16787

Error compiling FiveDbu of FWH14.11

... 'fivedbu.prg' and generating preprocessed output to 'fivedbu.ppo'... fivedbu.prg(665) Error E0067 TRY section requires a CATCH or FINALLY handler 1 error No code generated * Compile errors *
by hua
Thu Dec 04, 2014 5:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error compiling FiveDbu of FWH14.11
Replies: 3
Views: 736

Re: Events from OLE

... Application" and the "Ole for Retail" will display a message box when the printer cover is lifted. It seems that the Harbour event handler is unable to receive the event. Do you have a link to the Harbour developers list? Thank you, Jose
by Jose Dolar
Fri Aug 15, 2014 1:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Events from OLE
Replies: 19
Views: 3330

Events from OLE

... call backs (events) from OLE. My understanding that the code block will be evaluated every time the OLE fired an event. The code to register the handler is in LS_OPOS.PRG line 196. __axRegisterHandler( ::&cPropName:__hObj, {| ...| MsgInfo( 'Test') },'{B196B284-BAB4-101A-B69C-00AA00341D07}') ...
by Jose Dolar
Thu Aug 07, 2014 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Events from OLE
Replies: 19
Views: 3330

Re: How to receive events from objects?

Antonio, Good news, the runtime error was resolved by the latest Harbour and FWH. The handler seems successfully registered as shown in the code below. The device is working fine also. However there is no any event's callback. Do we need more steps (codes) to catch ...
by Jose Dolar
Wed Jul 09, 2014 9:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to receive events from objects?
Replies: 32
Views: 9099
PreviousNext

Return to advanced search