Previous | Next | (P-PDF) Forms & FDF
Topic: Re: Auto-insert of date upon opening PDF file (Via Email)
Conf: (P-PDF) Forms & FDF, Msg: 32065
From: dug
Date: 12/29/2001 04:24 AM
The code you included is incomplete. It does not populate any field. To
do that, the line that starts with "util" should read as follows:
getField("Datum").value=util.printd("mm/dd/yyyy HH:MM:ss", new
Date());
The error about having no properties is probably a separate issue.
Compare the exact spelling of your field name with your code. Pay
special attention to capital letters, since JavaScript is
case-sensitive.
Hope that helps.
--doug
>>> listmanager@forum.planetpdf.com 12/28/01 12:13PM >>>
From: "Christiane"
--- Planet PDF Forum | http://forum.planetpdf.com ----
I was trying to find the tread where Nicholas gave the following code:
if (this.getField('date_field').value =="") {
//if the field already has a value for some reason, we do not want to
insert today's date
util.printd("mm/dd/yyyy HH:MM:ss", new Date());
}
in order to fill in a field with the current system date. I used the
script but I get an error message that says that my date_field (in my
case, the field is called Datum) has no properties. Whether I insert
the script in the field, on as an event on the document/open, the date
field does not get filled.
Anyone can tell me what I may possibly be doing wrong?
Thx in advance!
Christiane
--------- ePublish Store's Top 10 List for November ----------
ARTS Split and Merge Wizard - StampPDF - Win2PDF
ARTS PDF Workshop - Gemini - ARTS Import - BatchPrint
Mapsoft Impress - Jaws PDF Creator - Crackerjack
Find out why these were the best-selling products last
month. Free demos of most at the ePublish Store!
http://www.epublishstore.com/
(formerly known as the Planet PDF Store)
------- Powered by BinaryThing.com & www.PlanetPDF.com -------