NetTalk Central

Author Topic: look up without validate  (Read 1665 times)

terryho

  • Newbie
  • *
  • Posts: 20
    • View Profile
    • Email
look up without validate
« on: April 21, 2011, 08:14:49 PM »
Hi All,

    In a web form, I want a field which allow user to input some text, to help the user I want the user can pick some value in a lookup table, so they can select the value from the lookup form. So I check the lookup button and fill the lookup table in the web form procedure. The web form is work, but the problem is it did not allow the user to input some text which not exist in the lookup table.

     How can I disable the validation rule in the lookup table, or is there an option in the web form to make such option.

     Regards

Terry Ho


Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11194
    • View Profile
Re: look up without validate
« Reply #1 on: April 22, 2011, 01:02:35 AM »
There's not currently an option for this Terry - but I'll see what I can do.
In the meantime you could put some embed code in the Validate::fieldname routine -
look at the code that its there, and omit the "GetDescription" call.

cheers
Bruce

terryho

  • Newbie
  • *
  • Posts: 20
    • View Profile
    • Email
Re: look up without validate
« Reply #2 on: April 24, 2011, 04:02:42 AM »
Hi Bruce,
     Thanks. I will put some code in it to omit the validation.

     Regards

Terry Ho