View Full Version : Forms
Bruce
02-03-2004, 11:02 AM
Hello everyone,
I am trying to use some forms that are 8x10 the prob is I need to scroll the page up and down then print it... any sugguestions?
Sorry Bruce, I don't quote understand what you are asking. Are you talking about a form in a web object?
Bruce
02-03-2004, 01:06 PM
I'm sorry...
I scanned some forms and am trying to use AMS to fill in the blanks. they are bitmaps (an image) their to involved to reproduce so I scanned them. Just wasn't sure how I should go about this.
sferguson
02-04-2004, 05:51 AM
Have you considered importing the scans into Acrobat and using the PDF forms tool? If that fits the bill, you could then display the PDF in a webobject.
Bruce
02-04-2004, 04:02 PM
Yeah sure did, but it requires that you use Java as a means of basic math. :huh Does anyone else and a handle on that? Otherwise that would fit the bill::D
Bruce
02-05-2004, 04:06 PM
Does anyone know how to do basic math in Java to then be used in a PDF?
Bruce
02-16-2004, 03:32 PM
Ok, let’s resurrect this beast!
I am trying to do some basic math in a PDF (Java) that’s running in a AMS project.
I have three fields. I want to times field 1 by field 2 and put the answer in field 3.
As an example:
The code below would be put in field 2 and shows the results of what ever was in field 1 times the number 2.
var f = this.getField("1")
event.value = f.value * 2
Any one into Java? :huh Please help!
Bruce
02-16-2004, 04:05 PM
I think I got it!
var a = this.getField("1")
var b = this.getField("2")
event.value = a.value * b.value
This should be a big help!
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.