New FWH 24.09

User avatar
karinha
Posts: 7885
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil
Contact:

Re: New FWH 24.09

Post 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

Image

Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
User avatar
karinha
Posts: 7885
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil
Contact:

Re: New FWH 24.09

Post 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.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
User avatar
karinha
Posts: 7885
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil
Contact:

Re: New FWH 24.09

Post 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.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
User avatar
karinha
Posts: 7885
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil
Contact:

Re: New FWH 24.09

Post 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

Image

gracias, tks.

Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
User avatar
karinha
Posts: 7885
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil
Contact:

Re: New FWH 24.09

Post by karinha »

Enrico, in this version, if I use: HB_SETCODEPAGE( "PT850" )

It looks like this:

https://imgur.com/DprC58M

Image

Gracias, tks.

Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
User avatar
karinha
Posts: 7885
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil
Contact:

Re: New FWH 24.09

Post 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

Image
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
User avatar
TimStone
Posts: 2951
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Contact:

Re: New FWH 24.09

Post 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.
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
User avatar
nageswaragunupudi
Posts: 10691
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: New FWH 24.09

Post 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.
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
Posts: 10691
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: New FWH 24.09

Post 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.
Regards

G. N. Rao.
Hyderabad, India
User avatar
Antonio Linares
Site Admin
Posts: 42268
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: New FWH 24.09

Post 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 ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
TimStone
Posts: 2951
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Contact:

Re: New FWH 24.09

Post 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
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
User avatar
Antonio Linares
Site Admin
Posts: 42268
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: New FWH 24.09

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply