Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Modules / DAO / VBA / August 2006

Tip: Looking for answers? Try searching our database.

Textbox event calling function on Drag & Drop

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
bkaufman - 31 Aug 2006 19:21 GMT
I have built a form with a textbox where I can drag and drop text. I want to
be able to call a function after I drop the text on the box. My problem is
the onChange event must fire before the text is in the box because my code
fails because there is no text to work with. Is there another event that
would work better or a way to delay the execution of the function until the
textbox contains the text.
Marshall Barton - 31 Aug 2006 20:15 GMT
>I have built a form with a textbox where I can drag and drop text. I want to
>be able to call a function after I drop the text on the box. My problem is
>the onChange event must fire before the text is in the box because my code
>fails because there is no text to work with. Is there another event that
>would work better or a way to delay the execution of the function until the
>textbox contains the text.

Then Change event is inappropriate for most things.  Why
don't you just call the function at the end of your drop
procedure?

Signature

Marsh
MVP [MS Access]

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.