Search found 71 matches: commenting

Return to advanced search

Re: FW 23.07 Xbrowse, oCol:Cargo is NIL

For now, please comment out
Code: Select all  Expand view
::Cargos := nil
also, in addition to commenting out the entire 'elseif' block.
by nageswaragunupudi
Sun Sep 10, 2023 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 23.07 Xbrowse, oCol:Cargo is NIL
Replies: 4
Views: 243

Re: ACTIVEX ACCESS_VIOLATION

... line and I'm linking dialog.prg to override that line. But I know that others in the fwh community are using Topaz signature pads. Are they also commenting this line?
by reinaldocrespo
Wed Jun 14, 2023 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ACTIVEX ACCESS_VIOLATION
Replies: 22
Views: 3139

Re: Fastreport de Cristobal

... that you are practically alone, but you surprisingly verify, with the passage of time, that there are many people who use it for profit without commenting anything to its authors, not even public thanks for their work (with mod-harbour we have the case more recent ). In the case of FastReport ...
by cnavarro
Wed May 31, 2023 1:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fastreport de Cristobal
Replies: 32
Views: 3066

Re: Fighting Xbrowse and lozing !!!

... 65 times and hitting the arrow to go left just 13 times ??? while I would think that just moving to a cell, the debug would not be called once. Commenting this code out, from the point of lCheck... (Lcheck is for painting the images or not. Not when I want more speed) The number go from Right ...
by Marc Venken
Thu Dec 22, 2022 10:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1567

Re: TXBROWSE:XLFORMULA2BLOCK( 0 )

... the feature of using Excel like formulas in Arrays and we forgot the remove this. We will remove this in the next version. You can remove this by commenting out or removing this line of code fwlog ctext  in the Method xlFormula2Block
by nageswaragunupudi
Thu Jul 21, 2022 12:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TXBROWSE:XLFORMULA2BLOCK( 0 )
Replies: 2
Views: 405

Re: FWH2206 startup error

... coming from FWH\source\function\webapp.prg function CtrlsHtml( oDlg ) There we have a:         otherwise            MsgInfo( cCtrlClass ) Commenting out that MsgInfo() will solve the problem. Our fault, really sorry. We will publish a revised version asap removing this. You are right, ...
by Antonio Linares
Fri Jul 01, 2022 5:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH2206 startup error
Replies: 14
Views: 1065

Re: WebView2 for Harbour/Fivewin and VSC 2019

Dear Hakan What you are commenting on is perfectly possible. I have put the side panels made with Fivewin to use in the later versions that I will publish. I think we should find the elementName that we will interact to variable. I am ...
by cnavarro
Wed Sep 22, 2021 10:34 am
 
Forum: Utilities / Utilidades
Topic: WebView2 for Harbour/Fivewin and VSC 2019
Replies: 27
Views: 4909

Re: WebView2 for Harbour/Fivewin and VSC 2019

cnavarro wrote:Dear Hakan
What you are commenting on is perfectly possible.
I have put the side panels made with Fivewin to use in the later versions that I will publish.


I think we should find the elementName that we will interact to variable.
by Horizon
Wed Sep 22, 2021 7:57 am
 
Forum: Utilities / Utilidades
Topic: WebView2 for Harbour/Fivewin and VSC 2019
Replies: 27
Views: 4909

Re: WebView2 for Harbour/Fivewin and VSC 2019

Dear Hakan
What you are commenting on is perfectly possible.
I have put the side panels made with Fivewin to use in the later versions that I will publish.
by cnavarro
Tue Sep 21, 2021 9:58 pm
 
Forum: Utilities / Utilidades
Topic: WebView2 for Harbour/Fivewin and VSC 2019
Replies: 27
Views: 4909

Re: Bug in Harbour Descend()

I am not commenting on the behaviour of the Descend() function, but I would have approached it in a different way:
Code: Select all  Expand view

ASort( aData,nil,nil, { |x,y| If( x[ 2 ] == y[ 2 ], x[ 1 ] > y[ 1 ],  x[ 2 ] > y[ 2 ] ) } )
 
by nageswaragunupudi
Mon Apr 12, 2021 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in Harbour Descend()
Replies: 34
Views: 1686

Re: very slow sample program xbrbckg1.prg

Commenting out DispBegin() and DispEnd() is not the right thing to do. Please also see http://forums.fivetechsupport.com/viewtopic.php?f=20&t=38740 WBrowse is the fastest browse. XBrowse is not created to provide a faster ...
by nageswaragunupudi
Wed Sep 09, 2020 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: very slow sample program xbrbckg1.prg
Replies: 14
Views: 2146

Re: Problem building mod_harbour libraries

... Massimo, Lets go step by step. First of all lets create the rddads.lib. We go to folder c:\harbour\contrib\rddads\ and we edit rddads.hbp commenting out these lines: -hblib-inc-o${hb_name}-w3 -es2-stop{!(linux|win)}#-depkeyhead=ads:ace.h#-depcontrol=ads:${HB_WITH_ADS}#-depincpath=ads:/usr/local/ads/acesdk#-depincpath=ads:${HOME}/ads/acesdk#{x86_64}-depimplibs=ads:ace64.dll#{x86}-depimplibs=ads:Redistribute/ace32.dll#{x86}-depimplibs=ads:32bit/ace32.dll#{x86}-depimplibs=ads:ace32.dll# ...
by Antonio Linares
Wed Apr 29, 2020 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem building mod_harbour libraries
Replies: 33
Views: 3611

Re: Problem building mod_harbour libraries

Massimo, Lets go step by step. First of all lets create the rddads.lib. We go to folder c:\harbour\contrib\rddads\ and we edit rddads.hbp commenting out these lines: -hblib-inc-o${hb_name}-w3 -es2-stop{!(linux|win)}#-depkeyhead=ads:ace.h#-depcontrol=ads:${HB_WITH_ADS}#-depincpath=ads:/usr/local/ads/acesdk#-depincpath=ads:${HOME}/ads/acesdk#{x86_64}-depimplibs=ads:ace64.dll#{x86}-depimplibs=ads:Redistribute/ace32.dll#{x86}-depimplibs=ads:32bit/ace32.dll#{x86}-depimplibs=ads:ace32.dll# ...
by Antonio Linares
Sat Jul 20, 2019 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem building mod_harbour libraries
Replies: 33
Views: 3611

Re: Fwh19.05 - New Class TDockPnel

... not found: TGRAPH:SETARRAYFONTS regards Uwe :?: Dear Uwe Thanks Yes, I have forgotten a commit and the error is given in an example. Indeed, commenting on that line, it works perfectly
by cnavarro
Tue Jun 04, 2019 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh19.05 - New Class TDockPnel
Replies: 17
Views: 2511

Re: Ribbon Theme

Richard=service provided screen shots of the latest ribbon bar used in Office 365 apps. These were updated in the past few months. I was simply commenting that the sample Antonio posted was not at all like the ribbon bar currently used in Office applications ( Word, Excel, Outlook, etc. ). I'm ...
by TimStone
Wed May 01, 2019 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28220
Next

Return to advanced search

cron