NetTalk Central

Author Topic: Default Form Action causes validation problem  (Read 3042 times)

CaseyR

  • Sr. Member
  • ****
  • Posts: 448
    • View Profile
    • Email
Default Form Action causes validation problem
« on: July 04, 2012, 10:10:42 AM »
Hi, Bruce

When you use Default Form Action in the Advanced tab of the Form template  if a field fails validation on Save the p_stage reverts to StagePre + InsertRecord.  This clears any other entries that have been made on the form.

The problem can be replicated in the W1 Basic Browse and Form example.  I have only tried Insert as the Default Form Action.  Using 6.35, but I noticed the problem first in 6.31 after updating from 6.18.

I am assuming this is unintended behavior.  If not, could you confirm and I will go back to passing the Action as a parameter for these procedures.

Thanks.


Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Default Form Action causes validation problem
« Reply #1 on: July 04, 2012, 11:22:17 PM »
>> I am assuming this is unintended behavior.  

correct. fixed in 6.36.

cheers
Bruce
« Last Edit: July 04, 2012, 11:55:23 PM by Bruce »

CaseyR

  • Sr. Member
  • ****
  • Posts: 448
    • View Profile
    • Email
Re: Default Form Action causes validation problem
« Reply #2 on: July 05, 2012, 08:48:55 AM »
Thanks, Bruce.