Apr 19, 2002 #1 dbuehmann Programmer Feb 5, 2002 2 US In a continuous form, I'd like to take different actions depending on whether the user is pasting a record or manually typing it in. Is there any way to detect that a paste is occurring? thanks, dave
In a continuous form, I'd like to take different actions depending on whether the user is pasting a record or manually typing it in. Is there any way to detect that a paste is occurring? thanks, dave
Apr 20, 2002 #2 rajeessh Programmer Apr 11, 2002 207 IN The Form KeyEvent to capture Ctrl+V and hence u can say data is pasted Else i think this cannot be possible So that we can capture the key Set KeyPreview Property to true if u like to catch this event. Upvote 0 Downvote
The Form KeyEvent to capture Ctrl+V and hence u can say data is pasted Else i think this cannot be possible So that we can capture the key Set KeyPreview Property to true if u like to catch this event.