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 ...
![Rolling Eyes :roll:](./images/smilies/icon_rolleyes.gif)
so i want to "block" Notify ... but how ...
i can use a Member (DATA) like this
Code: Select all | Expand
IF ::lAllowed
DO CASE
CASE nCode == LVN_KEYDOWN
so i like to ask if Fivewin can "disable Event" which is "documented" so i can point User to it
![Question :?:](./images/smilies/icon_question.gif)