PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/ __________________________________________________________________
After submitting the data from our online forms, we use the ActivePDF toolkit to create a new PDF. But We get the field as "30", so the resulting PDF shows that field as "30", and the formatting doesnt get done until a user enters that field. But that cant work for us because the new PDF will be a read-only file, and the values cant be changed. In my Delphi built ISAPI (http://www.blumberglegalforms.com/cgi-bin/BFOmain.dll/ViewData), all this script does is return the request content... Response.content := Request.Content; If you type "30", the formating fixes it to "$30.00". But only "30", in which you type in, gets submitted. If you type "30.00", you will get "30.00" that was submitted. I dont understand why the value after the validation doesnt get submitted. > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of MacNaughton, Rob > Sent: Tuesday, July 15, 2003 9:25 AM > To: '[EMAIL PROTECTED]' > Subject: RE: [PDF-Forms] submitting a formatted text field > > > > PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/ > __________________________________________________________________ > > Perhaps the configured data type in the database isn't correct for this > value. Do you want the number to be stored as a text string or as > a value? > > > -----Original Message----- > > From: Bill Vanselow [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, July 15, 2003 8:34 AM > > To: [EMAIL PROTECTED] > > Subject: [PDF-Forms] submitting a formatted text field > > > > I have a PDF with 2 text fields that are formated as category > "Number", 2 > > decimal places, currency symbol "$", and seperator style set as > > "1,234.56". Then I have a 3rd text field that is a calculation > of field 1 > > and field 2. > > > > If I put in "30" for field 1, the text shows as "$30.00", which is > > correct. When I submit the fields to my web server, the text > comes across > > as just "30". Does anyone know why it doesnt come as "$30.00"? > > > > To see this happen, goto... > > http://www.blumberglegalforms.com/forms/viewdata.pdf > > To change your subscription: > http://www.pdfzone.com/discussions/lists-pdfforms.html > > > To change your subscription: http://www.pdfzone.com/discussions/lists-pdfforms.html
