Okay, I solved the problem. CTL is assigned a value in the datagrid prerender and it's NEVER blank or null.
I added a length check to CTL (if ctl.length > 9) and tested again. It works perfectly.
Thanks to everyone for all of your help.
Paul
I have the following tidbit of script that runs in the body onload of an ASP.NET page.
Document.forms errors out every time ctl is null or blank:
document.forms(...).elements(...) could not be found
Am I doing something wrong syntactically?
Thank you!!
Paul
<!DOCTYPE HTML PUBLIC...
I followed your advice and met the same error described above.
Perhaps a SQL version of my formula will help clear things up.. check this out:
SELECT "employee"."employee", "employee"."eff_dt", "employee"."timekeep2"...
I am using the following formula to pull the most recently updated records from a db:
{payout.ppend} = DateTime (2003, 05, 31, 00, 00, 00) and
{employee.timekeep2} = "1504670" and
{employee.eff_dt} = Maximum ({employee.eff_dt})
The eff_dt field is a date field that is updated each...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.