Thread: VB Question
View Single Post
Old 03-10-2003, 03:39 PM   #7
LennonCook
Jack Burton
 

Join Date: November 10, 2001
Location: Bathurst & Orange, in constant flux
Age: 38
Posts: 5,452
Thanks, Djinni [img]smile.gif[/img]
Downunder - just wait until you see what 'boring' things this does

One other question... my program doesn`t like Object.SetFocus in one case, but does it properly when I use the same code elsewhere in the code...
The only two differences I can find between the one that does work and the one that doesn`t:
- The one that doesn`t is in a subprogram that fires on Form_Load
- The one that doesn`t work is at the End of that subprogram, ie. last thing before the End Sub.
Could either of those have anything to do with it ??
The error it returns is "Invalid Function".
LennonCook is offline