NetTalk Central

Author Topic: Form wants a value when update  (Read 3634 times)

rjolda

  • Sr. Member
  • ****
  • Posts: 329
    • View Profile
    • Email
Form wants a value when update
« on: March 24, 2010, 02:05:24 PM »
Hi,
I have a browse update form - it only does UPDATES.
When I try to Accept it it comes back with another field ( which is in the table but not being used by the browse or form and really has no place here) needs a value. It is a Field with Several Options.  How do I tell the form to Ignore this field on Change?
Thanks,
Ron Jolda

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Form wants a value when update
« Reply #1 on: March 24, 2010, 02:28:27 PM »
Try to prime that field with a value in Pre-Update Embed

rjolda

  • Sr. Member
  • ****
  • Posts: 329
    • View Profile
    • Email
Re: Form wants a value when update
« Reply #2 on: March 24, 2010, 03:14:07 PM »
Two answers:
1. Can Prime with a value before update - that works.
2. I found the Validation Tab on the Form - Setting "Auto Dict Validate" to NO stops the validation that is not necessary for me!
Ron Jolda

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11251
    • View Profile
Re: Form wants a value when update
« Reply #3 on: March 25, 2010, 06:03:08 AM »
Hi Ron,

When saving a record it applies the dictionary validation to the whole record.
This is necessary because the backend will also apply validation to the whole record - not just the fields that are changing.
So when you update, or insert, a record all fields must have legal values - not just the ones actually on the form.

Use the priming tab, or the embed point you mentioned, to prime any fields which may, or may not, be on the form.

cheers
Bruce