Search found 452 matches: compare

Return to advanced search

Re: FWHMYSQL Insert failing

When you face such problems, I suggest you compare the
oCn:InsertSQL( ... )
with
oCn:CreateTableSQL( <table> )

or
Please create a small sample that we can execute at our end on the above cloud server.
by nageswaragunupudi
Sat Apr 06, 2024 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL Insert failing
Replies: 6
Views: 401

Re: GetHostByName( GetHostName() )

... you have the information about each network adapter, filter the results to get the one that belongs to the subnet you are interested in. You can compare the subnet of each adapter's IP address with the subnet of your system. #include <WinSock2.h>#include <IPHlpApi.h>#pragma comment(lib, ...
by Antonio Linares
Wed Mar 06, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetHostByName( GetHostName() )
Replies: 1
Views: 161

Re: Problem with FiveWin and PDF995 on Windows 11.

I use BuildH.bat to compare. Let me do it again using BuildX.bat. No matter, your sample worked great when I tested even though I setup using the BuildH.bat for Libs. I did notice that my exe on me production program is much larger.
by byron.hopp
Thu Feb 15, 2024 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1216

Re: How to convert a Date to an Unix TimeStamp?

Ruth,
I tried it, but didn´t work here. IF you compare the result with that generated from https://www.timestamp-converter.com/, they aren´t the same.
by vilian
Mon Jan 29, 2024 1:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert a Date to an Unix TimeStamp?
Replies: 8
Views: 575

Re: C++ Redistributables Required

Dear Tim,

Could you please send me your old EXE and the current one using https://wormhole.app/ ?

I want to compare the required external DLLs for both EXEs

thank you
by Antonio Linares
Sun Nov 26, 2023 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: C++ Redistributables Required
Replies: 1
Views: 298

Re: Testing Harbour -gc3 flag

... compress better (with --lzma switch): https://upx.github.io Master Enrico, show the command you use to compress with UPX.exe, so I can compare it with the powerful PECOMPACT.exe and see who produces the smallest .EXE. I don't want to be unfair. Maestro Enrico, muestre el comando que ...
by karinha
Sat Nov 18, 2023 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4341

ID of the new process

... make 2 lists of oWmi processes:ExecQuery("select * from Win32_Process where Name=") before and after creating the OLE object, and then compare them. But maybe there are some other ways ?
by Natter
Tue Nov 14, 2023 11:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the new process
Replies: 2
Views: 321

Re: xBrowse - Dates - FWH 2310

... files in the MLS12c folder ( Client ) and copied them from C1 to C2. Then the problem no longer occurred. My mistake was that I did not first compare the two sets of files to see what was different. I do not appear to have a copy of the original set. I just know when I copied over those files, ...
by TimStone
Wed Nov 08, 2023 3:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1448

Re: Search in RichEdit 5

... RTF document to RichEdit5 and color it according to the parsing of its structure. At the same time, I also get an array of colorized characters 3. Compare these 2 arrays
by Natter
Fri Oct 27, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search in RichEdit 5
Replies: 2
Views: 248

Re: not ISOEM(), ISANSI() or IsUTF8()

... we need your help. i do not understand which Sign you mean with Accent :?: do you mean Sign > CHR(128) :?: --- when look at last Sample i do compare both Sting where Test1 == Test2 but   Test1 := Utf16toUtf8( strToWide( UML_OemToAnsi( cOemText ) ) ) ) fail while ...
by Jimmy
Wed Aug 30, 2023 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2094

Re: not ISOEM(), ISANSI() or IsUTF8()

... to work, no Error in LOG :D but when try to open Excel Sheet i got Warning and all Type "C" are empty ... :shock: --- i have compare   cText := UTF16toUTF8( strToWide( UML_OEMTOANSI( cText ) ) ) vs. #ifdef Use_UTF8_Sign   // using UTF8-Editor   cText ...
by Jimmy
Wed Aug 30, 2023 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2094

Question about xBrowse

... :bOnChange  := { |oCol, uOldVal| VerSaldo(uOldVal) }  Now how do I know the new value after editing the cell? I must compare the old content against the new content and I must know if the new content is empty With best regards
by Armando
Sun Aug 20, 2023 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about xBrowse
Replies: 6
Views: 284

Re: PDF EN RPREVIEW

... to (1) First show preview and save as pdf using pdf button OR (2) Directly save as pdf without showing preview. Please check all the options and compare the generated pdfs. Also you will notice the capabilities of harupdf, where you can click on the photo to go to a website You will interestingly ...
by nageswaragunupudi
Sat Aug 12, 2023 8:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF EN RPREVIEW
Replies: 12
Views: 949

Re: Error in class tget fwh2304

Buenas noches. Compara y encuentra los ERRORES. Compare and find the ERRORS. C:\FWH..\SAMPLES\RALPH.PRG#include "FiveWin.ch"#Define CLR_MSPURPLE   nRGB( 0,   120, 215 ) //-> Purpura.#Define CLR_MSRED      nRGB( 232,  17, ...
by karinha
Fri Jul 14, 2023 3:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in class tget fwh2304
Replies: 3
Views: 280

Re: Error UnZipFile

Manuel, compare: /*-----------------------------------------------------------------------------Fichero    : xBLite.prgProyecto   : XBackupLite (utilidad de compresion para datos de aplicaicones)Objetivo   ...
by karinha
Sat Jul 08, 2023 2:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error UnZipFile (Solucionado)
Replies: 16
Views: 1281
Next

Return to advanced search