Page 3 of 7
Re: New FWH 24.09
Posted: Mon Oct 14, 2024 5:13 pm
by karinha
Master Nagé, discover the following:
If I use the command:
HB_SETCODEPAGE( "PT850")
OemToAnsi() does not work.
If I comment the command:
// HB_SETCODEPAGE( "PT850" )
OemToAnsi works normally.
Very Crazy... hahaha.
Code: Select all | Expand
Como siempre hago:
REQUEST HB_LANG_PT
REQUEST HB_CODEPAGE_PT850
FUNCTION Main()
HB_LANGSELECT( 'PT' ) // Default language is now Portuguese
// HB_SETCODEPAGE( "PT850" ) // ASI OemToAnsi funciona perfecto! ????
// HB_CDPSELECT( "PTISO" )
...
RETURN NIL
https://imgur.com/7eGy6yk
Regards, saludos.
Re: New FWH 24.09
Posted: Mon Oct 14, 2024 5:20 pm
by karinha
Buenas tarde Enrico, no és un problema en c:\XHBBCC77\lib\codepage.lib ??
Good afternoon Enrico, it is not a problem in: c:\XHBBCC77\lib\codepage.lib??
Gracias, tks.
Regards, saludos.
Re: New FWH 24.09
Posted: Mon Oct 14, 2024 5:33 pm
by karinha
Enrico/Nages small example using XHARBOUR CODEPAGE.LIB:
Download small sample:
https://mega.nz/file/MIkTASpY#hoy_2xWt_ ... wMPEW1gbR0
Gracias, tks.
Regards, saludos.
Re: New FWH 24.09
Posted: Mon Oct 14, 2024 7:08 pm
by Enrico Maria Giordano
Can you provide an image of the result you expected?
Re: New FWH 24.09
Posted: Mon Oct 14, 2024 7:21 pm
by karinha
Enrico Maria Giordano wrote:Can you provide an image of the result you expected?
Enrico, in previous versions, the result with HB_SETCODEPAGE( "PT850" ) was always this:
https://i.imgur.com/7eGy6yk.png
gracias, tks.
Regards, saludos.
Re: New FWH 24.09
Posted: Mon Oct 14, 2024 7:27 pm
by Enrico Maria Giordano
Re: New FWH 24.09
Posted: Mon Oct 14, 2024 7:30 pm
by karinha
Enrico, in this version, if I use: HB_SETCODEPAGE( "PT850" )
It looks like this:
https://imgur.com/DprC58M
Gracias, tks.
Regards, saludos.
Re: New FWH 24.09
Posted: Mon Oct 14, 2024 7:34 pm
by karinha
[quote="Enrico Maria Giordano"]That is what I get. Please try my EXE:
This is the RIGHT Enrico. Now call HB_SETCODEPAGE() It will make everything wrong.
https://imgur.com/Xthq1HU
Re: New FWH 24.09
Posted: Mon Oct 14, 2024 9:23 pm
by Enrico Maria Giordano
Sorry, I gave up, I'm not familiar with codepages.
Re: New FWH 24.09
Posted: Mon Oct 14, 2024 10:27 pm
by TimStone
Good Evening,
I would like to reference the schedule.prg file in FWH\samples folder. It shows the problem I have with 24.09. This has NOT been a problem in any earlier version of FWH. To test, I rebuild the program files in 24.07 and it works correctly.
The problem: Build panels creates two panels. The one on the right displays all of the available times, and any appointments. The one on the left is a date picker.
Now, with 24.09, the date picker panel no longer displays. Although someone could input a new appointment for the current date, there is no longer a way to select, for view or edit, any other date.
I build with FWH, Harbour, and MSVC ( most recent releases of all ). This has not occurred in any previous versions. Again, testing with the exact same versions of Harbour, and MSVC, the error only occurs in 24.09.
This is my appointment scheduler, and you have full access to it in the FWH samples folder. It is complex so it would be difficult to give a smaller sample to work with. I don't use other panels so I can't say if it is a broader problem.
Thank you.
Re: New FWH 24.09
Posted: Tue Oct 15, 2024 1:49 am
by nageswaragunupudi
nageswaragunupudi wrote:Give me a small sample OEM string
DO NOT copy and paste here. That will automatically convert the string to UTF8.
Please give here a list of ASC values of each character.
Eg. If your string is
"AB"
You give me as
65,66
Please see my post.
Please give me any one of your OEM string (not more than 10 chars)
Let me study and get back to you.
Re: New FWH 24.09
Posted: Tue Oct 15, 2024 1:54 am
by nageswaragunupudi
I would like to reference the schedule.prg file in FWH\samples folder. It shows the problem I have with 24.09. This has NOT been a problem in any earlier version of FWH. To test, I rebuild the program files in 24.07 and it works correctly.
We will check and get back.
Re: New FWH 24.09
Posted: Tue Oct 15, 2024 2:55 am
by Antonio Linares
TimStone wrote:Good Evening,
I would like to reference the schedule.prg file in FWH\samples folder. It shows the problem I have with 24.09. This has NOT been a problem in any earlier version of FWH. To test, I rebuild the program files in 24.07 and it works correctly.
The problem: Build panels creates two panels. The one on the right displays all of the available times, and any appointments. The one on the left is a date picker.
Now, with 24.09, the date picker panel no longer displays. Although someone could input a new appointment for the current date, there is no longer a way to select, for view or edit, any other date.
I build with FWH, Harbour, and MSVC ( most recent releases of all ). This has not occurred in any previous versions. Again, testing with the exact same versions of Harbour, and MSVC, the error only occurs in 24.09.
This is my appointment scheduler, and you have full access to it in the FWH samples folder. It is complex so it would be difficult to give a smaller sample to work with. I don't use other panels so I can't say if it is a broader problem.
Thank you.
Dear Tim,
Error description: Error TOleAuto/-1 CO_E_CLASSSTRING: TOLEAUTO:NEW
Args:
[ 1] = C CodeJock.CalendarGlobalSettings.15.0.1
Where to get this control from ? is there a demo version ?
Re: New FWH 24.09
Posted: Tue Oct 15, 2024 3:00 am
by TimStone
I dont believe there is a demo but you might find it in your files because you had a copy at one time
Sent from my iPhone using Tapatalk
Re: New FWH 24.09
Posted: Tue Oct 15, 2024 3:01 am
by Antonio Linares