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.
Either you tried to call the Friend procedure of a class, or you tried to access a Friend property or method either cross-process or cross-thread. A Friend procedure is callable from a module outside the class, but is part of the project in which the class is defined.
To correct this error
- Ensure that you are calling or accessing the procedure from a module that is part of the project in which the class is defined.