Re: forms - commit?

From: Herbert Fukerider <herbert.fukerider_at_rfn.de>
Date: Thu, 16 May 2002 15:19:33 +0200
Message-ID: <3CE3B1E5.1906AA6D_at_rfn.de>


Rachel Pevtzow wrote:
Hi,

I have a form with several data blocks.  I find that if I only insert data
using one, it won't commit the data.  As far as I can tell, what it tries to
do is commit the data sequentially, and on the first block that doesn't have
data (i.e. nothing to commit), it fails, giving me either FRM-40508,
FRM-40600, or FRM-40657 (depending on what bit of code i've changed).

Shouldn't it only try to commit blocks with data in them?  Help!!

Rachel

Hi,
do your blocks have control items, i.e. items not associated to database columns.
If the get changed, the block will be marked as changed.
If this is true, you can to an SET_ITEM_PROBERTY(item_name,ITEM_IS_VALID,PROPERTY_TRUE)
to avoid this behaviour.
-- 
  _/  _/_/_/ Herbert Fukerider Architekt BDA
 _/_/_/_/    Landgrabenstr. 52 90443 Nuernberg
_/  _/       Email: herbert.fukerider_at_rfn.de
  Received on Thu May 16 2002 - 15:19:33 CEST

Original text of this message