Search found 26 matches: dbwin32

Return to advanced search

Re: Harbour Ole syntax

... we send informations. I will check. Btw you spoke about a utility to analyze activex that you posted here in this forum , are you refering to dbwin32 ? or am i missing something. I have to deal with a new activex in a short time , i am sure it will help me, Thank's again :D Richard
by Richard Chidiak
Tue Jun 04, 2013 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour Ole syntax
Replies: 34
Views: 6592

Re: MSVS 2012

... ::NCTR++ IF ::NCTR < 25 MSGINFO("EVENT " + CVALTOCHAR(EVENT) + " TYPE " + VALTYPE(EVENT)) ENDIF Here is a snapshot of the dbwin32 log 6928: SHIMVIEW: ShimInfo(Complete) 6928: 19.00, , 6928: 50.00, 22/05/2013, , 6928: 15.00, , , 6928: 1.00, 6928: 4.00, -1.00, 6928: 1.00, ...
by Richard Chidiak
Wed May 22, 2013 8:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVS 2012
Replies: 77
Views: 15193

Re: MSVS 2012

... of them are rooted as numeric and others as char which make them hardly useable expecting an event "DblClick" we get a numeric value dbwin32 is only tracing numeric events , string events are shown in dbwin32 as event -1 instead of 50 for example we should see "DoRetrieveDayEvents" ...
by Richard Chidiak
Wed May 22, 2013 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVS 2012
Replies: 77
Views: 15193

Re: WBrowse changes the current file record by itself

you can use debug function for bypass the focus in controls. dbwin32.exe or dbgview.exe function main()   ?KDSDebug( version() )returnFUNCTION KDSDebug( xVal, lReturn )   DEFAULT lReturn := FALSE  ...
by carlos vargas
Mon Feb 06, 2012 10:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WBrowse changes the current file record by itself
Replies: 20
Views: 3233

Re: redefinir metodo Execute... como?

Hola Goos, en lugar de msginfo podés usar dbwin32.exe, buscalo en el foro. Tambien posteé unos comandos para facilitar la tarea, evitar los msgInfo y cosas por el estilo http://forums.fivetechsupport.com/viewtopic.php?f=6&t=12952 No merece ...
by Carlos Mora
Tue Mar 10, 2009 2:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: redefinir metodo Execute... como?
Replies: 6
Views: 1144

Re: Algun procedimiento para ver variables y Bases de Datos

Hola Andrés,

aunque no es exactamente lo que pides, mira el post del final de como se usa dbwin32, seguro que te va a ser más útil y cómodo que MsgInfo(). Y no hace falta quitarlo del código ;)

viewtopic.php?f=6&t=12952&hilit=dbwin32
by Carlos Mora
Tue Feb 17, 2009 7:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Algun procedimiento para ver variables y Bases de Datos
Replies: 5
Views: 855

... la sig. línea, DEBUG ::lScroll, nVisHeight, nVisWidth, ::hBitmap, ::oVScroll Un ejemplo de lo que obtendremos en dBWin32 podría ser: TBITMAP:SCROLLADJUST(895) - ::lScroll (L): F TBITMAP:SCROLLADJUST(895) - nVisHeight ...
by Carlos Mora
Wed Oct 01, 2008 1:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OutputDebugString(
Replies: 5
Views: 1080

Y aqui una copia de DbWin32.zip para que la tengamos siempre a mano :-)

www.fivetechsoft.com/files/utilities/dbwin32.zip
by Antonio Linares
Tue Sep 30, 2008 9:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OutputDebugString(
Replies: 5
Views: 1080

OutputDebugString(

... esto en nuestro codigo fuente realmente no estaremos viendo nada, en primer lugar antes de ejecutar nuestro programa debemos tener en ejecucion dbwin32.exe, este programa se encarga de mostrar en pantalla la informacion pasada como parametro a la funcion OutputDebugString(). CUando pongo esta ...
by Vladimir Zorrilla
Tue Sep 30, 2008 7:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OutputDebugString(
Replies: 5
Views: 1080

Otto, #include 'fivewin.ch' FUNCTION Main() Dbg( Time() ) MsgInfo( 'Output to DBWin32.exe' ) RETU nil FUNCTION Dbg( xVal, cTitle ) DEFAULT cTitle := 'FWH Debug' OutputDebugString( cTitle + ' => ' + cValToChar( xVal ...
by Carles
Mon Aug 18, 2008 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wave Function CALLBACK HandleEvent
Replies: 18
Views: 3190

Oknbs,

Please place some traces using MsgBeep(), MsgInfo() and LogFile() to check in which parts of your code the execution is going trough.

You can also use OutputDebugString() to check traces on an external dbwin32 utility
by Antonio Linares
Mon Aug 18, 2008 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wave Function CALLBACK HandleEvent
Replies: 18
Views: 3190
Previous

Return to advanced search