Previous | Next | (P-PDF) Forms & FDF
Topic: Auto-insert of date upon opening PDF file
Conf: (P-PDF) Forms & FDF, Msg: 123001
From: giddiup
Date: 11/30/2004 05:29 AM
I can't get this to work despite the fact that I've followed the instructions exactly as explained in this forum. The code I'm using is:
var a = this.getField("Date");
a.value = util.printd("mmmm dd, yyyy", new Date());
The error message I get is
TypeError: a has no properties
I'm working with version 5.0. Is this the problem?