Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An attempt has been made from inside a form to refer to that form as a default instance. This can cause the form to call itself recursively.
In most circumstances, you should use Me to when referring to the current instance of the form, instead of using the default instance.
Error ID: BC31139
To correct this error
- Use
Meto refer to the object.
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.