stephan lebans tool tips

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using Stephan Lebans Tool Tips (which is a really useful and cool tool),
but am haing an issue with calling the .create function.

i have copied all the classes and the function, changed the code to fit my
form but am getting stuck when the form tries to call the .create function.
can anyone help.

i have compared Stephans form with my own and can see no obvious difference.

thanks

richard
 
OFTOMH the comments in the source code explain that you must set focus to a
Text/ListBox/Combo control PRIOR to calling the Create method.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Hi Stephen,

thanks very much. i was trying to set the focus to a command button. works
perfect and will enhance my system so much.

regards

richard
 
Back
Top