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.
#Else is a conditional compilation directive. An #Else directive is not preceded by a corresponding #If or #ElseIf directive.
Error ID: BC30028
To correct this error
Check that a preceding #If or #ElseIf is not separated from this #Else by an intervening conditional compilation block or an incorrectly placed #End If.
Check that #Else is preceded by another #Else directive. If it is, either remove #Else or change it to an #ElseIf.
If everything else is in order, add an #If directive to the beginning of the conditional compilation block.