Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. termid0g3

    Problem trapping nulls in onload script.

    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
  2. termid0g3

    Problem trapping nulls in onload script.

    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...
  3. termid0g3

    determining most recent date field

    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 &quot;employee&quot;.&quot;employee&quot;, &quot;employee&quot;.&quot;eff_dt&quot;, &quot;employee&quot;.&quot;timekeep2&quot...
  4. termid0g3

    determining most recent date field

    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} = &quot;1504670&quot; and {employee.eff_dt} = Maximum ({employee.eff_dt}) The eff_dt field is a date field that is updated each...

Part and Inventory Search

Back
Top