Ricky D Well-Known Member Licensed User Longtime User Sep 8, 2008 #1 I'm getting an object reference not set to an instance of an object from this bit of code Sub txtOwnerEdit_GotFocus Sip(True) End Sub txtOwnerEdit is a textbox any ideas? regards, Ricky Last edited: Sep 8, 2008
I'm getting an object reference not set to an instance of an object from this bit of code Sub txtOwnerEdit_GotFocus Sip(True) End Sub txtOwnerEdit is a textbox any ideas? regards, Ricky
M Mr_Gee Active Member Licensed User Longtime User Sep 8, 2008 #2 I've just tried it here and it works... have you checked the spelling on "txtOwnerEdit" ?
Erel B4X founder Staff member Licensed User Longtime User Sep 8, 2008 #3 I think he found the problem: Last edited by Ricky D : Today at 11:30 AM. Reason: my bad - other code was bad before this line. fixed now Click to expand...
I think he found the problem: Last edited by Ricky D : Today at 11:30 AM. Reason: my bad - other code was bad before this line. fixed now Click to expand...