Is there any way you could help me convert this from FormCalc to
JavaScript?if ((Sum(CheckBox1[*]) lt 1) or Todays_Date.isNull or
JobNumber.isNull) thenxfa.host.messageBox("Please complete all required
fields in Highlight YELLOW area to print.")elsexfa.host.print(1, "0",
"0", 0, 1, 0, 0, 0)endifI'm going to replace the xfa.host.print(1, "0",
"0", 0, 1, 0, 0, 0) with "app.execMenuItem("SaveAs")I'm lost. Nothing I
do seems to work.. Any help you could provide would be greatly
appreciated! I'm new ...