on ‎2024 Jun 07 2:54 PM
I am trying to capture the event of a user pressing Ctrl+A to clear a SAP Business One form's fields when that form is in focus/active.
I have tried the below but it is not catching the event.
if (pVal.FormTypeEx == "CDD" && pVal.EventType == SAPbouiCOM.BoEventTypes.et_KEY_DOWN && pVal.Modifiers == SAPbouiCOM.BoModifiersEnum.mt_CTRL && pVal.CharPressed == 065)
{
//code
}How do I accomplish this?
Regards,
Request clarification before answering.
| User | Count |
|---|---|
| 27 | |
| 20 | |
| 20 | |
| 7 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.