Re: FORMS 4.5: Can't escape from a NEW record with required fields

From: Margot <mlev_at_NOSPAM.club.tip.nl>
Date: Sat, 26 Jun 1999 06:14:28 GMT
Message-ID: <37746c9c.1338425_at_news.tip.nl>


Are you sure the block status is NEW, or is it CHANGED?

In case it's CHANGED and you don't want to commit the changes, you can put in your find button something like:

clear_field;
clear_record;
clear_block;
enter_query;

HTH,
       Margot


On Thu, 24 Jun 1999 16:54:47 -0700, Sean McMurray <smcmurr_at_admin.dce.utah.edu> wrote:

>Sean McMurray wrote:
>
>> I have a form which opens into a new record, but has a find button.
>>
>> When I click the find button in a NEW record, I get an FRM-40202 error
>> because I haven't filled in a required field.
>>
>> How can I escape from the new record without having to enter values in
>> required fields?
>
>Here's the answer to my own question (just in case anyone else was
>interested).
>Set the Form property DEFER_REQUIRED_ENFORCEMENT to True.
>
>
Received on Sat Jun 26 1999 - 08:14:28 CEST

Original text of this message