Results 1 to 2 of 2

Thread: Default Value

  1. #1
    Dan Hendricks Guest

    Default Value


    Can I have the default value of a field be a session variable?
    Example:
    CaseInput=Session("aspdb_888_casenum&#34
    x.dbEditFlds = "CaseNum[caseinput'],notestech,notesdate[timestamp(mm/dd/yy)],notestime[timestamp(hh:mm)],notesdescription"

    This is what I have tried but it does not work. Any help would be great. Thanks.

  2. #2
    Frank Kwong Guest

    Default Value (reply)

    CaseInput=Session("aspdb_888_casenum&#34
    x.dbEditFlds = "CaseNum[" & caseinput & "],notestech,notesdate[timestamp(mm/dd/yy)],notestime[timestamp(hh:mm)],notesdescription"


    ------------
    Dan Hendricks at 3/16/01 7:41:53 PM


    Can I have the default value of a field be a session variable?
    Example:
    CaseInput=Session("aspdb_888_casenum&#34
    x.dbEditFlds = "CaseNum[caseinput'],notestech,notesdate[timestamp(mm/dd/yy)],notestime[timestamp(hh:mm)],notesdescription"

    This is what I have tried but it does not work. Any help would be great. Thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •