Search found 275 matches: commented

Return to advanced search

Re: Data exchange between PC and Android device on the same loca

... to. That's why it makes me laugh when I read many times that CGI is the best system because being exes and user can't access the code. Having commented on this point, I could say several things, for example that RX is an executable, as you can see, made with the UT library and that you don't ...
by Carles
Sat Feb 24, 2024 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 541

Re: FW 23.07 Xbrowse, oCol:Cargo is NIL

... "" ) ) } ) ) > 0  Because my Cargo is from type hash and not character. If the entire elseif branch is commented out, the program will run, but then all oCol:Cargo will be deleted in xbrowse.prg, line 5823: ::Cargos    := nil If the line is also commented ...
by frose
Sun Sep 10, 2023 12:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 23.07 Xbrowse, oCol:Cargo is NIL
Replies: 4
Views: 232

New FTDN July/Julio (FWH 23.07)

... webview.dll and WebView2Loader.dll have been updated to the most recent version and we have included the changes for set_user_agent() and commented out the call to PostQuitMessage() that was closing the FWH app when closing webview objects. Explained here: https://forums.fivetechsupport.com/viewtopic.php?p=261258&#p261258 ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 938

Re: hbmk2 problem

For that .prg, just fivewin.ch and tdata.ch. I commented out the the tdata, though that has no reference to seek(), and it made no difference. So essentially, just fivewin
by TimStone
Mon Jul 10, 2023 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 problem
Replies: 19
Views: 705

Re: ACTIVEX ACCESS_VIOLATION

... PCs running the very same .exe work fine. The only difference is the application on those other PCs never calls any Topaz OCX methods. For now I commented that 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 ...
by reinaldocrespo
Wed Jun 14, 2023 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ACTIVEX ACCESS_VIOLATION
Replies: 22
Views: 3079

Re: A big hit: Neither Apache and mod_harbour are needed

... 2210, Harbour, and MSvC 2022 for the build. I used BuildH32 to build FiveDBU. The first problem I found was that the Function WebServer had to be commented out because it exists in the FW library. Secondly, I do not see, in the running program, any option for the Webserver option you show on the ...
by TimStone
Wed Dec 07, 2022 7:38 pm
 
Forum: mod_harbour
Topic: A big hit: Neither Apache and mod_harbour are needed
Replies: 61
Views: 14117

Re: Fivedbu - Import/Export

... RESOURCE "edit" //;   //   ACTION ( New( Alias(), cFileName ) ) //, oDlg:End() )  IMPORT and EXPORT have calls commented out. Do we have Import and Export actions for this file ?
by TimStone
Tue Dec 06, 2022 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: StyleBrowse( oBrw ) ???
Replies: 8
Views: 552

Re: How install Harbour on web server

Dear Otto, Yesterday I was talking to Bruno Cantero and I remembered a story: Someone in the forums commented that he was using self hosting and he went for holidays somewhere far away. Being in holidays, his self server stopped working and he had to return from his holidays ...
by Antonio Linares
Sun Sep 11, 2022 8:04 am
 
Forum: mod_harbour
Topic: How install Harbour on web server
Replies: 26
Views: 4385

Re: How many time my application is run in memory

rhlawek wrote:And I just realized I may have misinterpreted the question. Are you asking how many instances of your application are in memory? (and not how long it's been running as I commented about.)

This can also still be done easily with powershell, though I'd need to look that up.


Yes this is.
by Horizon
Sat May 14, 2022 7:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many time my application is run in memory (SOLVED)
Replies: 25
Views: 1115

Re: How many time my application is run in memory

And I just realized I may have misinterpreted the question. Are you asking how many instances of your application are in memory? (and not how long it's been running as I commented about.)

This can also still be done easily with powershell, though I'd need to look that up.
by rhlawek
Fri May 13, 2022 9:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many time my application is run in memory (SOLVED)
Replies: 25
Views: 1115

Re: DBU

... and locks in that position. Also the Imp/Exp command does nothing but show a popup dialog. These tests were only able to be performed when I commented out any functions not strictly pertaining to .dbf files. I had hoped to expand the capability here so I could start a conversion to SQL. I ...
by TimStone
Sun Nov 14, 2021 8:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DBU
Replies: 21
Views: 2120

Re: Windows 11 Fluent Design

Antonio, Here is my raw test code for the image posted above. Note that there is code for oPanel1():shadow() that has been commented out since it didn't work. I am using a FWH from 2018 so this may have been fixed in a later version. /*Purpose  : Test Panel with shadowsProgram  : PanelShadow.prgAuthor ...
by James Bott
Tue Sep 28, 2021 4:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 8618

Re: Unrecoverable error 9004: RDD invalid or failed to load

Roberto, I just tested your code using Harbour and it works fine: (I commented out where you create the object as such code it is not available) trace.log [roberto.prg->MAIN] (11) Type: C >>>entro in main<<< [roberto.prg->MAIN] (14) ...
by Antonio Linares
Sat Sep 11, 2021 5:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unrecoverable error 9004: RDD invalid or failed to load
Replies: 6
Views: 514

Re: Print Problem with FWH2104

... to: NIL[NIL] := {}NIL[NIL] := {}  The above variables are not used anywhere else in this sample. So, I commented out those 4 lines and added local declaration for the undeclared variable oFont017V and then built the exe both with FWH1909 and FWH2104. ...
by nageswaragunupudi
Tue Jun 08, 2021 2:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print Problem with FWH2104
Replies: 27
Views: 2584

Re: Error xbrowse --> excel

If you commented out those lines, does the export run well without any errors?

One question, does your data contain any images?
by nageswaragunupudi
Sat Oct 03, 2020 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error xbrowse --> excel
Replies: 2
Views: 535
Next

Return to advanced search