PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/
__________________________________________________________________

Although you have identified the subject as 'tricky calculations', I
think there is a chance you may be intimidating yourself.  The
calculation itself shouldn't be very tricky, it is just
incrementing(adding 1 to) the variable that you define to hold the field
count.  The trickiest part may be to come up with a scheme to step
through each of your 100 fields without skipping any or visiting any
twice.  This can be as simplistic as creating a string array that
contains the field names of every field that you want to test, and then
stepping through them with a for loop,  using the array value as the
argument to getField, applying your test to the field value obtained, and
then incrementing your count variable if appropriate.

It's not the actual calculation that's hard, it is making sure you create
the necessry supporting variables for creating and stepping through your
fields.

Good Luck!

To change your subscription:
http://www.pdfzone.com/discussions/lists-pdfforms.html

Reply via email to