Skip to main content

Why is the data from this SQL Query not showing up in the form field?

Comments

5 comments

  • Prajakta

    Hi Bret,

    Please replace:

    y.resultSet.Date_of_Incident = DateofIncident.value ;

    with:

    DateofIncident.value = y.resultSet.Date_of_Incident ;

     

    Thanks.

    0
  • Bret McGaughy-LEFT COMPANY

    I made the suggested change and know I am getting an error.....

    [line 107] Cannot set 'value' as 'undefined' (SourceFile#107)



    Capture.PNG
    0
  • Bret McGaughy-LEFT COMPANY

    I made the suggested change and know I am getting an error.....

    [line 107] Cannot set 'value' as 'undefined' (SourceFile#107)



    Capture.PNG
    0
  • Prajakta

    Please see this form post which discusses how to resolve that error.

    0
  • Bret McGaughy-LEFT COMPANY

    That got it! Thanks!

    0

Please sign in to leave a comment.