|
-
May 9th, 2006, 11:25 AM
#1
Thread Starter
Lively Member
Having trouble with the "Lost_Focus" command
I have a form that will multiple the unit price by the quanity when the quantity textbox loses focus.
eg:
Private Sub txtPart3Quantity_LostFocus()
CalculateOrder
End Sub
But when i tab off the quantity textbox, an error comes up saying there was a problem with MS communicating with the OLE server or ActiveX Control.
What does this mean?
Do I have to set the textbox to some certain setting or something?
I thought lost_focus meant when I tabbed off the textbox my function would calculate.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|