Trigger Enter field behaviour through class for a control

后端 未结 3 1077
一向
一向 2020-12-12 00:30

I raised a query which now works as per David Zemens\' instructions and BrakNicku guidance.

Problem is one of the events I want to use is Enter. Wit

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-12 01:10

    So the approach I went with was: I already had Class Module that was trapping Change event (can be seen here). As i didnt have access to Enter event in my class, I used the KeyUp and MouseDown events in this class to set help for each control. This way user can get to a field by clicking on it or tabbing to it: help is displayed for the selected control

提交回复
热议问题