Search found 37 matches: tracelog

Return to advanced search

FWBitmap invalid parameter

... .\source\classes\FWDBG.PRG Called from ERRORSYS(31) in .\ERRSYSW.prg Called from __HBVMINIT(74) in ../../../harbinit.prg provando ad inserire un 'traceLog' immediatamente prima della chiamata a GDIP_FROMHBITMAP() ottengo queste informazioni: [.\IMGTXTIO.prg->FW_READIMAGE] ( 1460) Called From: ...
by chiaiese
Mon Dec 07, 2020 7:55 pm
 
Forum: All products support
Topic: FWBitmap invalid parameter
Replies: 3
Views: 870

Re: funciones de FWH y Harbour en un archivo .txt

... TokenSep([<lRightSeparator>])->cSeparator Tone(<nFrequency>,<nDuration>)->Nil TraceLog(<xVariables,...>)->lTrue Transform(<exp>,<cSayPicture>)->cFormatString Trim(<cString>)->cTrimString TrueName(<cPath>)->cRoot ...
by rubenfernandez01
Sun Oct 22, 2017 4:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5710

Re: funciones de FWH y Harbour en un archivo .txt

... TokenSep([<lRightSeparator>])->cSeparator Tone(<nFrequency>,<nDuration>)->Nil TraceLog(<xVariables,...>)->lTrue Transform(<exp>,<cSayPicture>)->cFormatString Trim(<cString>)->cTrimString TrueName(<cPath>)->cRoot ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5710

Re: funciones de FWH y Harbour en un archivo .txt

... Tan TanH TBMouse Throw Time TimeToSec TimeValid Token TokenAt TokenEnd TokenExit TokenInit TokenLower TokenLower TokenNext Tokennum TokenSep Tone TraceLog Transform Trim TrueName TtoC TtoS Type U2bin UnCompressString UnSelected UpDated Upper Used Val ValPos ValToPrg ValToPrgExp ValType Version ...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5710

Problem with Escape key and dialog on MDI child

... ) ;      VALID  ( if( GETKEYSTATE( VK_ESCAPE ), nCounter++, nil ), ;         tracelog( GETKEYSTATE( VK_ESCAPE ), nCounter ), ;         if( GETKEYSTATE( VK_ESCAPE ) .and. nCounter ...
by Gale FORd
Tue Sep 19, 2017 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Escape key and dialog on MDI child
Replies: 8
Views: 1203

Re: Ayuda DLL

Antonio buenas noches, ahora son estos: Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406) Copyright 1999-2009, http://www.xharbour.org http:...
by ricardog
Fri Sep 01, 2017 2:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6333

Re: Ayuda DLL

Antonio buenos dias, gracias por la ayuda Agrego la VM.LIB (xharbour), y me manda estos errorres :( :( Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex)...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6333

Re: DIREFENCIA ENTRE HARBOUR/XHARBOUR

... Line numbers and other similar optimizations which end up in producing smaller and faster executables. Built-in support for SET TRACE [On|Off] and TraceLog() function. Optimized and extended Garbage Collector. Optimized OOP system. Full support for Clipper undocumented OOP internals (not available ...
by Antonio Linares
Sun Jul 12, 2015 9:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIREFENCIA ENTRE HARBOUR/XHARBOUR
Replies: 4
Views: 2282

Re: XBROWSE : LEN(::aDisplay)==0 AGAIN !

Anyhow , i will include your code (with a tracelog) , so that i can see which line produces the offending code.

To help us to locate the problem, please do this test.
Please also try to find the information to identity the alias, etc. within the error routine.
by nageswaragunupudi
Fri Feb 22, 2013 12:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE : LEN(::aDisplay)==0 AGAIN !
Replies: 3
Views: 968

Re: XBROWSE : LEN(::aDisplay)==0 AGAIN !

... some problems with LEN(::aDisplay) probably at random ? So i suppose that this is also now the case. Anyhow , i will include your code (with a tracelog) , so that i can see which line produces the offending code. Many thanks , Frank Demont
by Franklin Demont
Thu Feb 21, 2013 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE : LEN(::aDisplay)==0 AGAIN !
Replies: 3
Views: 968

when clausule from a button

... from disabled in enabled BUT enter or doubleclicking in the browse let edit , but doesn't change obut[4] : it is still disabled ! Placing a tracelog in the when clausule from obut[4] : When (tracelog(lBuild) , lBuild) : When the edit button is used , i can see that oWnd:AevalWhen() is executed ...
by Franklin Demont
Mon Jan 28, 2013 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: when clausule from a button
Replies: 1
Views: 435

XBOWSE : open dialog in bEditwhen , closing in bEditValid

... SetActiveWindow(oDlg:hWnd) , .T. }oCol:bEditValid    := {|oGet|IIF(oDdlg<>nil,(oDdlg:end(),tracelog(oDdlg,"After")),);                            ...
by Franklin Demont
Sat Dec 29, 2012 11:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBOWSE : open dialog in bEditwhen , closing in bEditValid
Replies: 3
Views: 666

Re: Close Applcation At Midnight

I use :

DEFINE TIMER oOut INTERVAL 59*60000 OF oWnd ;
ACTION iif( LEFT(Time(),2)=="00" , ( set(_SET_ERRORLOG ,"Autoclose.log") , tracelog( DTOC(Date()) + " , Programma closed , user " + UPPER(NetName(.T.)) ) , oWnd:END() ) , )


Frank
by Franklin Demont
Thu Aug 30, 2012 1:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Close Applcation At Midnight
Replies: 2
Views: 604

Re: Just a Question

Marco ,

You could try with :

@ 3, 6 GET oGet OF oDlg WHEN (Tracelog(oDlg:nLastKey , GetKeyState( VK_SHIFT )),.T.)
// OR oGet:bGotFocus := {||Tracelog(oDlg:nLastKey , GetKeyState( VK_SHIFT ))}

To see the diferences with TAB , Shift TAB , Enter , Mouse activity , ......

Frank
by Demont Brecht
Tue Dec 06, 2011 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Just a Question
Replies: 4
Views: 1042

Help with Outlook mail object detection

... return the class of the item object. // if oItem:Class = 42 then it should be an email object but it returns another object. nClass := oItem:Class tracelog( nClass ) // If the current item is a regular email then the following line works. // If the current item is an undeliverable message or something ...
by Gale FORd
Mon Sep 26, 2011 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with Outlook mail object detection
Replies: 1
Views: 527
Next

Return to advanced search