Hi,
I'd like to change the form format and the form help at runtime.
Example :
Form skip(1)
"Yes/no" User.Answer
FORMAT if language = 1 then "Yes/No" else "Oui/non"
HELP if language = 1 then "Yes/No" else "Oui/non"
with row 5 column 1 no-attr overlay no-label title tit#
The compiler says that it need to be a constant that is define before runtime? Someone can help me with this ?
I'd like to change the form format and the form help at runtime.
Example :
Form skip(1)
"Yes/no" User.Answer
FORMAT if language = 1 then "Yes/No" else "Oui/non"
HELP if language = 1 then "Yes/No" else "Oui/non"
with row 5 column 1 no-attr overlay no-label title tit#
The compiler says that it need to be a constant that is define before runtime? Someone can help me with this ?