FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FW_SetUnicode(.T.) "block" Notify Event LVN_GETDISPINFO
Posts: 1772
Joined: Thu Sep 05, 2019 05:32 AM

FW_SetUnicode(.T.) "block" Notify Event LVN_GETDISPINFO

Posted: Thu Jan 05, 2023 08:45 PM
hi,

i want to use LVN_GETDISPINFO Notify Event but it does not work :shock:
other Notify Event like LVN_KEYDOWN or LVN_ITEMCHANGED does work ... hm

now i found out that FW_SetUnicode(.T.) made the "Problem" ... is there a Workaround :?:

p.s. all LVN_* are Notify Event from "Listview" (SysListView32)
Code (fw): Select all Collapse
#define LVN_FIRST             -100
#define LVN_ITEMCHANGED       ( LVN_FIRST - 1 )
#define LVN_GETDISPINFO       ( LVN_FIRST - 50)
#define LVN_KEYDOWN           ( LVN_FIRST - 55)
greeting,

Jimmy

Continue the discussion