Avatar

Level 10

Hi,

One aspect: this.getField("Today").value is javascript that is used in AcroForms (forms developed in Acrobat).

When working in LC Designer the javascript is slightly different. The equivalent would be:

varStr Today = Today.rawValue; 

Haven't looked at the rest, but give that a try.

Niall