Skip to main content

Search

Search

Check for empty data entry field

Comments

2 comments

  • Avatar
    Peter Thane

    Hi Christopher,

    I believe it is you are calling the Object and not the Named sub-string.

    Here is my VB which populates a text string after a Data Entry/Prompt value has been entered

     

    Value = "Hello"
    If Format.NamedSubStrings("TagNumberInput").Value = "" then
    Value = "Nowt there"
    else Value = "Summat there"
    end if

    Value = Value

     

    This is set as an Event Controlled Script > Post Prompt so that it is processed after the value has been entered into the TagNumberInput text field.

    Pete

    0
  • Avatar
    Christopher Purl

    Thank you for your reply!

    Didn't realize I needed to bridge the template data with the label output by using a named data source.

    That looks like it solved it!

    0

Please sign in to leave a comment.