Search found 130 matches

by max
Thu Apr 17, 2025 12:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Read / Write a file CSV 'UTF-16 LE'
Replies: 3
Views: 99

Re: Read / Write a file CSV 'UTF-16 LE'

Ok. Differences seen viewing both files in Hexadecimal editor PSPAD.
Now, how can i read and write correctly in Hexadecimal from my FWH app converting characters to (and from) ANSI standard <-> Hexadecimal?
To manipulate string i use abitually memowrit() or copy to or memoread() functions and ...
by max
Thu Apr 17, 2025 10:12 am
Forum: FiveWin for Harbour/xHarbour
Topic: Read / Write a file CSV 'UTF-16 LE'
Replies: 3
Views: 99

Read / Write a file CSV 'UTF-16 LE'

I should read from and/or create a new file CSV with 'UTF-16 LE' Encoding (UTF 'Little Endian'). A machine of my customer seems read only this format of CSV and not a CSV with Ansi standard encode created with 'memowrit()' or 'copy to' or similar functions/commands.
Apparently opening with text ...
by max
Fri Jun 09, 2023 12:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: capture keyboard character without get focus
Replies: 1
Views: 362

capture keyboard character without get focus

i should capture keyboard characters pressed (tipically to read and process string coming from wireless barcode reader working in keyboard emulation) possibly without need to have the focus active on a get in my FWH app, to solve the problem that the user accidentally shift the focus in other ...
by max
Tue Jul 26, 2022 7:14 am
Forum: FiveWin for Harbour/xHarbour
Topic: Error 1251 at runtime using native connection to MySql
Replies: 2
Views: 516

Re: Error 1251 at runtime using native connection to MySql

Ahora esta bien!
Gracias Cesar.
Saludos
by max
Mon Jul 25, 2022 4:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error 1251 at runtime using native connection to MySql
Replies: 2
Views: 516

Error 1251 at runtime using native connection to MySql

I have FWH 18.07, and works good from many years with connection to MS SQL server using 'fw_openadoconnect'.
Now (my first time) I am trying to connect to a mysql database (service mysql named 'MySql80') using native FWH connection 'fwconnect', with library libmysql.lib.
At runtime I get this error ...
by max
Mon Jul 26, 2021 10:16 am
Forum: FiveWin for Harbour/xHarbour
Topic: File name .sqlite3 not work with FW_OpenAdoConnection
Replies: 7
Views: 852

Re: File name .sqlite3 not work with FW_OpenAdoConnection

Mr. Rao,
unfortunately both don't work.
by max
Mon Jul 26, 2021 6:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: File name .sqlite3 not work with FW_OpenAdoConnection
Replies: 7
Views: 852

Re: File name .sqlite3 not work with FW_OpenAdoConnection

Antonio,
i confirm: even with 'name.sqlite3.db' it doesn't work, and I can't change the file name unfortunately.
by max
Sun Jul 25, 2021 2:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: File name .sqlite3 not work with FW_OpenAdoConnection
Replies: 7
Views: 852

File name .sqlite3 not work with FW_OpenAdoConnection

When i use
oCn:=FW_OpenAdoConnection&#40;"name.db"&#41;
works fine,
but i have to access data to a db sql lite 3 named "name.sqlite3", and
oCn:=FW_OpenAdoConnection&#40;"name.sqlite3"&#41;
doesn't work!
And i can't rename the file, because it is in use by another third-party application.
How ...
by max
Wed Oct 14, 2020 11:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: GET field: how i can block write in the next field?
Replies: 1
Views: 307

GET field: how i can block write in the next field?

I note that by default FWH allows you to write in the next get field without stopping if you keep writing.
How can I avoid it?
I would like the user to press enter or mouse click to go to next get field, stopping when lenght exceed the variable's lenght.
Thank you.
by max
Fri Feb 28, 2020 10:12 am
Forum: FiveWin for Harbour/xHarbour
Topic: Website as a background instead of a BMP file
Replies: 1
Views: 556

Website as a background instead of a BMP file

Is there the possibility to declare a website (http://www.....) as a background of a Windows instead of a static BMP file? with "define brush" or other similar funcions. Thank you.
by max
Sat Feb 01, 2020 3:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: problem with fw_adoexporttodbf function
Replies: 17
Views: 3273

Re: problem with fw_adoexporttodbf function

Nages, any solution? Thank you.
by max
Tue Dec 03, 2019 10:26 am
Forum: FiveWin for Harbour/xHarbour
Topic: problem with fw_adoexporttodbf function
Replies: 17
Views: 3273

Re: problem with fw_adoexporttodbf function

I use FWH rev. 1807 (September 2018)
by max
Tue Dec 03, 2019 10:01 am
Forum: FiveWin for Harbour/xHarbour
Topic: problem with fw_adoexporttodbf function
Replies: 17
Views: 3273

Re: problem with fw_adoexporttodbf function

ok thanks Nages. In other words, I have to buy the updated version today to solve the problem reported here of FW_AdoExportToDbf with SQL field type varchar(max). Is it right?
by max
Tue Dec 03, 2019 9:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: problem with fw_adoexporttodbf function
Replies: 17
Views: 3273

Re: problem with fw_adoexporttodbf function

I still have the same unresolved problem today