Answered
Hy,
I need a script to display in the field True or False.
Example:
In a field i want to be displaied TRUE or FALSE, in function by another field.
TRUE when value is 100 and FALSE when value is different by 100.
Thanks!
if (Textfield1.rawValue = "100")
{
Textfield2.rawValue = "TRUE";
}
else
{
Textfield2.rawValue = "FALSE";
}
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs