Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: Invalid object name

    All the database and table permissions seem to be the same in the two databases. All are "Public".

  • RE: NULL and dates

    I am using Cold Fusion and MS-SQL, and will just have to edit the field before display.

    function blankdate(a){

     var xdate = null

     a.value=xdate

    }

    <input name=StartDate    size=12

      onclick = "blankdate(this)" ondblclick = "newdate(this)"

      value = '#dateformat(tempdate,"dd-mmm-yyyy")#'

      ondblclick="newdate(this)">...

  • RE: NULL and dates

    Thanks AJ

    That is what I do now but I then have to edit the redisplay of the field as the users are confused when they see the 1900-01-01 date.

    Just wanted...

Viewing 3 posts - 1 through 4 (of 4 total)