Hi
The problem : I have a Global variable set with type option and Value A,B
now i want to use the outcome of the selection as a mean to hide a Group
in the property of the group (visible) i used this variable = variable::"A"
it does not give me an error with the save but at runtime it throws an error
'The option identifier 'Label::"A" is not valid' what am i doing wrong?
0
Answers
"myboolean := (myoptionvariable = myoptionvariable::A);"
in the onopenpage and the onvalidate-youroptioncontrol triggers, then set editable or enabled property of the controls you want with your boolean variable
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!