Run-time error '2115':

morlan

Registered User.
Local time
Today, 08:23
Joined
Apr 23, 2003
Messages
143
I'm getting this error when I run the following code:


Code:
    txtMyTextField.SetFocus
    txtMyTextField.Text = "Hello"


Run-time error '2115':

The macro or function set to the BeforeUpdate or ValidationRule propery for this filed is preventing Estroli Data Input v1.1 from saving the data in the field.

Any ideas?
 
What event is running that code?

The BeforeUpdate of which object?
 

Users who are viewing this thread

Back
Top Bottom