These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Logical Operator

rcwip
Registered: Oct 30 2010
Posts: 13

Hi there. I got the following script to determine the contents of the two fields before the next action.
 
if (("TextField1[0]").rawValue <> "" & ("DateTimeField1[0]").rawValue <> "") {
oTargetField = this.resolveNode(" form1.#subform[0].Button1");
oTargetField.access = "open";}
 
However, it seems there has been some syntax error. Can anyone please advise?
Thanks.

gkaiseril
Online
Expert
Registered: Feb 23 2006
Posts: 4307
What is the error being displayed?

The error message usually list a line number and location.

You could also use the 'HasValue()' function to test if a field is not empty.

George Kaiser

sanket3042
Registered: Oct 25 2011
Posts: 1
hii
i m having a problem with using acrobat reader..
My all programmes like mozila,IE,VLC,AUTOCAD r opening with adobe reader...and icon is also showing of acrobat reader...
i can cot understand my problem plz help me...
gkaiseril
Online
Expert
Registered: Feb 23 2006
Posts: 4307
Sounds like an OS problem with file association has been reset.

Have you upddated your anti-Virus software?

You can try to repair for each appliction or reinstall each appliction.


George Kaiser