I am working with the Abobe Acrobat in creating a PDF form which will
be use by other people to fill out data, which in turn will be
re-distribute onto a finish document, with embeded fonts, and
features.
I need to know the scrip that I need to accomplish the following:
Have the user enter data into a field (example: 265.60) This field
could be set to be a general field or a numeric field.
Then have the data entered by the user transfer to another field, in a
different format (Example: 0026500).
The original data entered by the user on the first field will be with
decimal places, like payment amount; and the data shown on the second
field will be without the decimal. This second field will be defined
to 7 digits, with leading zeros and no decimals. (The script will need
to figure out how to take out the decimal, and place leading zeros to
left)
The second field (result) will not be use after that for any other calculations.
265.50 will be converted to 0026550 in another field. Remenber that
the data (information) on the first field will be type by the user
(not static)
I will need the complete script for this sample, and where to place
the script (first field, second field, or other, etc, etc) ?
If any questions, please feel free to ask
Thank you! |