Search found 50 matches: fwlog

Return to advanced search

Re: SAPI : change Voice

... to happen using QOut() :( when change into MsgInfo() it does "fire" a lot, but "what" are x,y :?: i have try to FWLOG      oVoice:__hSink := __axRegisterHandler( oVoice:__hObj, { | a,b,c,d | LogFile( a, b,c, d ) } )PROCEDURE LogFile( ...
by Jimmy
Sat Feb 10, 2024 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3796

Re: DBF to Excel Sheet, without Excel, using ADO ?

... use "your" Codepage like RETURN "DEWIN" FUNCTION SBARTEXT(cText) // Jimmy send me this FUNCTION it are all Message so use FWLOG cText FUNCTION COPYTOCLIPBOARD ( ) // Jimmy send me this FUNCTION not need, just copy cText to Clipboard FUNCTION CopyToClipboard( cText )LOCAL ...
by Jimmy
Tue Aug 15, 2023 6:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2709

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

This a small tip about using fwlog.
No need to use var2char()

Just write
Code: Select all  Expand view
fwlog aSave

fwlog function takes care of converting the array as string.
This also works for small arrays
Code: Select all  Expand view
? aSave


I will look into the main issue and get back.
Please tell me how to find the encoding of a specific table?
by nageswaragunupudi
Thu Aug 03, 2023 7:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 792

Re: Program is frozen

... Network :?: is FW App UniCode or ANSI :?: "normal" i would use Debugger to "see" what is going on as Antonio say you can put FWLOG into your MAIM and look which Step are working before it crash i did had those Situation when call a ANSI API using FW_UniCode(.T.) ...
by Jimmy
Wed Jun 07, 2023 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program is frozen
Replies: 14
Views: 541

Re: Program is frozen

Antonio, excuse me, I don't understand - what does it mean to use the FWlog "here1"? In this case, there is no specific error, just the program stops responding to any actions
by Natter
Sun Jun 04, 2023 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program is frozen
Replies: 14
Views: 541

Re: Program is frozen

Dear Yuri,

You may use FWLog "here1", etc. in the different options of your app so when it frozens you will know where the app was
by Antonio Linares
Sun Jun 04, 2023 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program is frozen
Replies: 14
Views: 541

Re: Fivewin and Debugger (fwdbg.dll)

hi, thx for Answer i already use FWLOG, FWINLOG i will try i also have my own "Log" System but some time i need to "see" what CODE is doing -> Debugger --- i have search in Forum (using my PhpBB Forum Grabber) and found ...
by Jimmy
Wed Nov 30, 2022 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and Debugger (fwdbg.dll)
Replies: 4
Views: 440

Re: Child OF oWnd

... supports isDerivedFrom also: MsgInfo( oControl:isDerivedFrom( "TWINDOW" ) ) that help me very much :D --- when using FWLOG i "just" got 1-DIM Array which Controls oMain:aControls = {TSAY,TCOMBOBOX,TFOLDER,TCOMBOBOX,TFOLDER,TSPLITTER,TBUTTON, ... } but when ...
by Jimmy
Thu Nov 10, 2022 5:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Child OF oWnd
Replies: 7
Views: 369

Re: Child OF oWnd

hi Antonio, when use FWLOG i got oMain:aControls = {TSAY,TCOMBOBOX,TFOLDER,TCOMBOBOX,TFOLDER,TSPLITTER, ...} Question : how to "identify" Control "Type" :?: are Array Element a Object :?:   FOR ii := 1 TO LEN(oMain:aControls)  ...
by Jimmy
Wed Nov 09, 2022 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Child OF oWnd
Replies: 7
Views: 369

Array need @ when use in VALID ?

...  LoadConfig( @cRow, @cCol, @cWidth, @cHeight, ... ) STATIC FUNCTION DoEndProc(oMain,aRect)   aRect := oMain:GetRect()   FWLOG aRectRETURN .T. when not use @ Reference i got empty Array :shock: while FWLOG show Data ... hm ... :? is this "normal" under Fivewin ...
by Jimmy
Sat Nov 05, 2022 9:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Array need @ when use in VALID ?
Replies: 9
Views: 365

Re: Subclass Xbrowse or changed data function

Only one line of code
Code: Select all  Expand view
oBrw:bOnChanges := <|oCol, uOldValue|
         FWLOG oCol:oBrw:BookMark, oCol:cExpr, uOldValue, oCol:Value
         return nil
         >
 

Instead of FWLOG, you can use your own write function
by nageswaragunupudi
Thu Sep 08, 2022 7:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Subclass Xbrowse or changed data function
Replies: 5
Views: 325

Re: FWLOG

Muchas gracias por la respuesta.

Investigaré sobre ello.
by fgondi
Thu Sep 01, 2022 5:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWLOG
Replies: 6
Views: 457

Re: FWLOG

Fernando, eso suele indicar que en algún punto de tu aplicación estás utilizando un recurso que no existe o simplemente no es válido ( test )
by cnavarro
Thu Sep 01, 2022 1:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWLOG
Replies: 6
Views: 457

Re: FWLOG

No hay nada mas en el .log
sólo está esa línea
by fgondi
Thu Sep 01, 2022 1:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWLOG
Replies: 6
Views: 457

Re: FWLOG

Muestra el .LOG completo Hombre.

Regards, saludos.
by karinha
Thu Sep 01, 2022 12:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWLOG
Replies: 6
Views: 457
Next

Return to advanced search