Answered
I have a subformA with presence set to Hidden. I control the presence of the subformA from another button.
This which I like to accomlish is when the subformA is visible with Doc Ready event to alert the user with a message!
I try this but does not work properly:
if (form1.subformA.presence =="visible");
{
app.alert("Please check ......!\n\nThank You!",3);
}
Thanks
I removed the semicolon after the if expression, because it is no part of the syntax.
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs