Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setfocus
Message
From
04/05/2004 19:09:26
 
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00900776
Message ID:
00900998
Views:
20
Where do you call the MoveRec procedure? in the Form_Load() Event?

If you are doing that, then that might be the problem, when u call function within this event(Form_Load), the form is loading and therefore there is no controls drawed on it yet, that might be the problem, it will be good if u post an snippet of code of this thing for I can have an idea of what u have there, dont u think my friend?
(Posting code helps a lot when trying to get help in threads, u know?)


SetFocus to the txtName goes like:
Private Sub Form_Activate()
txtName.SetFocus
End Sub

however, this Event takes place every time the form gets the focus, therefore u might think about how to use it, cus when form get the focus again it will go directly to the txtname text box again.

post some code to see what is the problem and find a way to help u out man!

later!
Previous
Reply
Map
View

Click here to load this message in the networking platform