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 Exit While statement occurs outside a While block. Exit While is valid only between a While statement and a corresponding End While statement.
Error ID: BC30097
To correct this error
Make sure a valid While statement precedes the Exit While and a valid End While statement appears after it.
Verify that other control structures within the While block are correctly terminated.