... .F. ) --- my "native" LibPQ.DLL Version, using TGrid() work also with FW_SetUnicode( .T. ) but TGrid() fail to "send" Notify Event and "Input" is wrong when use FW_SetUnicode( .T. ) --- is FW_SetUnicode() for hole App of for each Thread :?:
... with datepick styles but not refresh the button https://i.postimg.cc/3xG0q9Yd/gg.png when you "close" Datepicker than Notify Event DTN_CLOSEUP is send METHOD Notify(...) ... case nCode == DTN_CLOSEUP ::lClosed = .T. Datepicker have VALID where ...
... with datepick styles but not refresh the button https://i.postimg.cc/3xG0q9Yd/gg.png when you "close" Datepicker than Notify Event DTN_CLOSEUP is send METHOD Notify(...) ... case nCode == DTN_CLOSEUP ::lClosed = .T. Datepicker have VALID where ...
... automatic when oTGrid:End() or do i have to do it manual :?: ... i have try this Way while i had Problem with FW_SetUnicode( .T. ) to get Notify Event LVN_GETDISPINFO but also using HB_FUNC() on this the Way Result is same : No LVN_GETDISPINFO btw "where" is FW_SetUnicode() :?:
... + left Mouse Button down" how to get that Event :?: --- i need it for my CLASS TGrid where i get "Keyboard" Input in Method Notify CASE nCode == LVN_KEYDOWN nKey := LV_GETGRIDVKEY( nPtrNMHDR ) IF nKey = 13 IF ::bClick != nil EVAL( ...
... GRID ( Property.PRG ) it can handle up-to 100.000.000 Array Element "on-fly" Listview can use Style LVS_OWNERDATA and Notify Event LVN_GETDISPINFO to "paint" Data "on-Fly" ::nview := LVS_REPORT ::nStyle := nOR( LVS_SHAREIMAGELISTS, WS_CHILD, ...
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 ...
hi, for "quick" TGrid i want to use LVN_GETDISPINFO Notify Event for this i have take HMG HB_FUNC() to use with Fivewin which are for Unicode / ANSI it does compile for ANSI without Warning but for Unicode i got Warning W8065 .\\HB_FUNC.PRG 1090: ...
... drawings in Italy are drawn every week and precisely on Tuesdays, Thursdays and Saturdays when the application is opened, the procedure must notify the end user that the archive is updated or not to do this I had thought of checking the date of the last extraction in the archive and comparing ...
... i do not like that User "must set" METHOD FillGrid() CLASS TExplorer ::oGrid:lAllowed = .F. // disable Notify // Code to fill ::oGrid:lAllowed = .T. // enable Notify --- under Xbase++ i can use CLEAR TYPEAHEAD or KEYBOARD "" ...
hi Antonio, Please provide a small and self contained PRG to test it i use Method Notify in my CLASS TGrid() it is use by CLASS TExplorer() from Main i call n-Times CLASS TExplorer() so "smallest" Sample have about 3000 Lines ... --- it is a General Question ...