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 End While statement occurs without a corresponding While statement. End While must be preceded by a corresponding While statement.
Error ID: BC30090
To correct this error
If this While block is part of a set of nested While blocks, make sure each block is properly terminated.
Verify that other control structures within the While block are correctly terminated.
Ensure that this While block is correctly formatted.