Previous | Next | (P-PDF) JavaScript
Topic: Re: Invalid or Unkown Property... (Via Email)
Conf: (P-PDF) JavaScript, Msg: 28917
From: dug
Date: 10/23/2001 12:29 AM
Check the JavaScript reference documents at developer.netscape.com for the =try-catch function.
Without seeing your code, I'm guessing that the problem is in the loop. =Probably you're looping one more time than you want to, or something like =that. Because obviously if you ask for the multiline property from a =non-existent field, you'll get that message.
Good luck.
--Doug