TGet bug Non Unicode - RESOLVED

Post Reply
User avatar
richard-service
Posts: 807
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Has thanked: 1 time
Contact:

TGet bug Non Unicode - RESOLVED

Post by richard-service »

Hi

Look Gif.
Image

Code: Select all | Expand


local MADDR := Space(50)
local MNOMED := Space(50)

REDEFINE GET oADDR    VAR MADDR     ID 115 OF oDlgBS01
REDEFINE GET oNEAT    VAR MNOMED    ID 105 OF oDlgBS01
 


Not use FW_SetUnicode() Function.
Last edited by richard-service on Tue Aug 24, 2021 7:23 am, edited 1 time in total.
Best Regards,

Richard

Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
User avatar
richard-service
Posts: 807
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Has thanked: 1 time
Contact:

Re: TGet bug Non Unicode

Post by richard-service »

Hi

I found solution below:

Code: Select all | Expand


EDITTEXT 105, 143, 83, 220, 12, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
 


I add ES_AUTOHSCROLL into my RC file. No problem.
Best Regards,

Richard

Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
Post Reply