hi,
for TGrid() i use Method Notify to get LVN_KEYDOWN when "Key" is press
now when "load" a big Folder and User press ENTER again it crash ... :roll:
so i want to "block" Notify ... but how ...
i can use a Member (DATA) like this
but that seems me not the right Way when i want to release CLASS TGrid() ... how User should know it ...
so i like to ask if Fivewin can "disable Event" which is "documented" so i can point User to it :?:
for TGrid() i use Method Notify to get LVN_KEYDOWN when "Key" is press
now when "load" a big Folder and User press ENTER again it crash ... :roll:
so i want to "block" Notify ... but how ...
i can use a Member (DATA) like this
 IF ::lAllowed
   DO CASE
    CASE nCode == LVN_KEYDOWNso i like to ask if Fivewin can "disable Event" which is "documented" so i can point User to it :?:
greeting,
Jimmy
Jimmy