Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

possible to detect pasting?

Status
Not open for further replies.

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
 
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.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top