Search found 116 matches: incorrectly

Return to advanced search

Re: Latest Harbour and xHarbour builds

Fixed Harbour/BCC64 build. The lib libmysql.a was incorrectly named libmysql.lib.

https://github.com/FiveTechSoft/harbour_and_xharbour_builds/blob/master/harbour_bcc770_64_20240814.zip
by Enrico Maria Giordano
Thu Sep 26, 2024 9:18 pm
 
Forum: WhatsNew / Novedades
Topic: Latest Harbour and xHarbour builds
Replies: 2
Views: 2161

Error with MariaDB and DataRow

... MariaDB and DataRow and I get an error when I add a record in filtered recordsource CUSTID (in the example) is incorrect. Maybe I use the commands incorrectly but with ADO it works correctly. #include "fivewin.ch"static aStr := { "208.91.198.197:3306,fwhdemo,gnraofwh,Bharat@1950", ...
by Maurizio
Wed May 22, 2024 9:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error with MariaDB and DataRow
Replies: 4
Views: 640

send an email using the Outlook object

... 53: Declaration syntax error Error E2190 C:\FWH\samples\msendok.c 53: Unexpected } Error E2040 C:\FWH\samples\msendok.c 53: Declaration terminated incorrectly Error E2190 C:\FWH\samples\msendok.c 61: Unexpected } My question: Does anyone have experience with sending emails with embedded images, ...
by Otto
Mon May 13, 2024 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: send an email using the Outlook object
Replies: 5
Views: 765

Re: Convert a print to Rtf or doc

... Fwh and start studying the "Mod_harbour" which is absolutely not the same as fwh. In fwh there are many things that don't work or work incorrectly, first let's improve the fwh and then we can think about the web. and from what I can continuously read in the various forums this is not ...
by Silvio.Falconi
Fri Dec 01, 2023 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 5563

Re: xBrowse - Dates - FWH 2310

... nil    >  Then right click on the browse and let us know what you see. What diffeences you see on PCs that show correctly and incorrectly. Sorry, but we have to give you this trouble to understand the real issue.
by nageswaragunupudi
Tue Nov 07, 2023 5:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 2636

xBrowse - Dates - FWH 2310

... bit, Version 11, 23H2 OS, ALL dates display correctly. On my Virtual machine ( Parallels, on an Mac Mini with ARM processor ), the wrkdat displays incorrectly. This occurs on a few other xbrowse controls, and it is consistent. I see it on the same locations where he sees it. Any thoughts on this ...
by TimStone
Mon Nov 06, 2023 7:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 2636

Re: FW_SetUnicode( .T. ) 2-Byte characters

... misinterpreted. The hex codes marked in red are the Unicode equivalents to the corresponding characters. It can be assumed that the characters are incorrectly converted (not to UTF-8) by FWH in several places in the source.
by frose
Thu Jun 29, 2023 7:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 4138

Re: Empty text variable in TGET

Natter wrote:Thanks, I'll try! By the way, the Backspace is working incorrectly in TGET (for FWH 2210)

Can you please explain this more clearly to help us to locate the problem, if any?
by nageswaragunupudi
Sat May 27, 2023 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Empty text variable in TGET
Replies: 3
Views: 379

Re: Empty text variable in TGET

Thanks, I'll try! By the way, the Backspace is working incorrectly in TGET (for FWH 2210)
by Natter
Fri May 26, 2023 4:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Empty text variable in TGET
Replies: 3
Views: 379

Re: Windows 7 / MSVS 2022 Crash

... in my proj.mak script, but it told me the file was corrupted. Actually, I link .prg, .rc and .lib files but no .c files, so perhaps I'm doing it incorrectly. ( Please ... I know about hmake.exe but for now I'm just using VS link.exe with a .mak file ).
by TimStone
Tue Apr 11, 2023 6:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 / MSVS 2022 Crash
Replies: 32
Views: 5062

Re: MDI child window appearance

... there is some error if for example I use a resizable dialog with a folder inside it gives me an error in the sense that it shows the interface incorrectly as you can see below https://i.postimg.cc/rpcNdRqF/dialog-er.png dialog source #include "fivewin.ch"#include "constant.ch"Function ...
by Lailton
Thu Dec 29, 2022 11:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 6920

Re: MDI child window appearance

... there is some error if for example I use a resizable dialog with a folder inside it gives me an error in the sense that it shows the interface incorrectly as you can see below https://i.postimg.cc/rpcNdRqF/dialog-er.png dialog source #include "fivewin.ch"#include "constant.ch"Function ...
by Silvio.Falconi
Wed Dec 28, 2022 9:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 6920

Re: Printing double sided

... can use PRNDUPLEX( 1 ) to set the printer to one side only 2) I can use PRNDUPLEX( 2 ) or ( 3 ) to print both sides ( duplex ). HOWEVER, it prints incorrectly. Either 2 or 3 will print the same. It is called "short edge binding" and it means that with a single sheet, you rotate it vertically ...
by TimStone
Tue Oct 25, 2022 12:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing double sided
Replies: 24
Views: 2382

Re: OLE with Excel.

... including many versions with case "EXCEL", and "excel" and it seems it reports accurately on the first call, but incorrectly for every call after. Is there a better way to detect if an executable is running on a workstation? Thanks, Please use oExcel := ExcelObj() ...
by nageswaragunupudi
Tue Oct 18, 2022 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE with Excel.
Replies: 10
Views: 714

OLE with Excel.

... including many versions with case "EXCEL", and "excel" and it seems it reports accurately on the first call, but incorrectly for every call after. Is there a better way to detect if an executable is running on a workstation? Thanks,
by byron.hopp
Tue Oct 18, 2022 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE with Excel.
Replies: 10
Views: 714
Next

Return to advanced search