Expand my Community achievements bar.

DrDave6
DrDave6
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi Adobe_Learning (I'm learning too!) :-)I too have developed a LC form using JS. I just tested with Acrobat Read 9 by turning off JS, as described in this post. When I went to open my form, the reader gave a warning and asked if I wanted to turn JavaScript on.This tells me that YOU don't have to do...

    Type

    Questions

    Views

    13.8K

    Likes

    0

    Replies

    0
  • I figured this out...and it's pretty easy too.

    Type

    Questions

    Views

    3.0K

    Likes

    0

    Replies

    0
  • It's a good idea to start setting a coding standard for this stuff. Good suggestion.Perhaps I should start another thread for this, but....I have to use the following function 12 times in my form.var iImage = xfa.resolveNode("NA-Image-1");var nSize = iImage.value.image.value.length ;var nMB = nSize ...

    Type

    Questions

    Views

    2.9K

    Likes

    0

    Replies

    0
  • Thank you ocent12 -- your suggestion worked.I though I can to convert the number value to a string, before I could use it in text...but that is not the case.To understand what I'm doing, I have an ImageField and the user can add a JPG file. I'm then calculating the size of the JPEG to make sure that...

    Type

    Questions

    Views

    2.9K

    Likes

    0

    Replies

    0
  • I'm using the following in a validation eventvar MBn = (iSizeN / 1383.27)/ 1024;The result is a digit with around 10 decimal places.1) What do I need to do so that the result is only 2 decimal places?2) How do I then convert the 2-decimal place number to a text string so that I can use it in a messa...

    Type

    Questions

    Views

    4.4K

    Likes

    0

    Replies

    6
Top badges earned by DrDave6
Customize the badges you want to showcase on your profile