Kbase 15878: using the preprocessor in validation expressions
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
using the preprocessor in validation expressions
If you have a validation expression with preprocessor &IF...&THEN
statements, you need to make sure you include an &ELSE in the
statement. If you do not, you will get an error similar to the error
below if you attempt to dump the schema.
Ex. the validation expression is something like this.
&IF OPSYS = DOS &THEN VIEW-AS COMBO-BOX
Invalid VIEW-AS phrase defined for field <field-name> in the schema.
(3590)
_rundump.i Could not understand line 72
You need to add &ELSE <some other action> to avoid the error.
Progress Software Technical Support Note # 15878