M
Mike Fechner
Guest
Good morning, Someone has an explanation why the compiler is unhappy with this: IF 1 = 0 THEN @SomeAnnotation . MESSAGE "true" VIEW-AS ALERT-BOX . ELSE @SomeAnnotation . MESSAGE "false" VIEW-AS ALERT-BOX . The error I receive on 11.6.3 is: ** Unknown Field or Variable name - @SomeAnnotation. (201) ** Could not understand line 2. (196) If I surround the Annotation and the Message with a DO END block it works. Must be a bug - right?
Continue reading...
Continue reading...