I am new to the product and am testing to see if it will do what I need.
So far, I have not been able to get a simple process to work.I am
attempting to conditionally control the appearance of a subform with
FormCalc script. I have added script to the ready:form event. The script
is very simple: form1::ready:form - (FormCalc,
client)xfa.host.messageBox(Concat("FlexField36 = ", form1..FlexField36),
"Debug", 0)if (HasValue(form1..FlexField36)) then
form1..Loan2Data.presence = "visible"endifif
(Has...