Is there a JavaScript command in LiveCycle to capture version of Acrobat that the user is using?
Eg "Acrobat 9 Pro" or "Reader 7.05"
Thanks,
Issa
Solved! Go to Solution.
Views
Replies
Total Likes
It's the same for Javascript or Formcalc - xfa.host.version; (Formcalc without the semicolon).
So you could do this.rawValue=xfa.host.version; to have the value in a field.
There is also xfa.host.appType; which will return the application.
Views
Replies
Total Likes
It's the same for Javascript or Formcalc - xfa.host.version; (Formcalc without the semicolon).
So you could do this.rawValue=xfa.host.version; to have the value in a field.
There is also xfa.host.appType; which will return the application.
Views
Replies
Total Likes