G
Gijs Beukenoot
Hi all,
Is there an (easy) way to catch a paste event?
I have a subform (cont. forms) showing records in a table; like
customer-orders. The form has recordselectors and is able to select
multiple records and paste them with another customer.
However, in some cases I want to give the user a warning or completely
deny the paste-action (but allow adding records one by one using the
form itself).
So, in that case, I would like to catch the paste-action and,
preferably, cancel it.
I do not want to trap the keyboard although that would be a possibility
(haven't tried this yet) if there is no alternative...
Many thanks
GB
Is there an (easy) way to catch a paste event?
I have a subform (cont. forms) showing records in a table; like
customer-orders. The form has recordselectors and is able to select
multiple records and paste them with another customer.
However, in some cases I want to give the user a warning or completely
deny the paste-action (but allow adding records one by one using the
form itself).
So, in that case, I would like to catch the paste-action and,
preferably, cancel it.
I do not want to trap the keyboard although that would be a possibility
(haven't tried this yet) if there is no alternative...
Many thanks
GB