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.
A While statement occurs without a corresponding End While statement. An End While statement must be used to end the While block.
Error ID: BC30082
To correct this error
If this While block is part of a set of nested While blocks, make sure each block is properly terminated.
Add an End While statement to the end of the While block.