Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
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.
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.
View solution in original post
Views
Likes
Replies