Re: Help about validation in Forms 4.5

From: Gary Cole <cole_at_ici.net>
Date: 1997/10/25
Message-ID: <01bce0d9$fdd8cc20$120cb4cf_at_Cole.ici.net>#1/1


I hope this helps.

The WHEN-VALIDATE-ITEM trigger fires when the cursor is between the item being validated and the item the cursor is to go. Therefore it should fire whenever you leave an item. If all else fails use the POST-TEXT-ITEM (something like that) triggers to perform your validation when using the keyboard to navigate.

NOTE: If you use POST-TEXT-ITEM trigger you will want to make sure whenever the user commits, that you programmatically move the cursor from the current item to a dummy item or something so the validation fires on the last item the user was one.

Massimiliano Bellifemine <m.bellifemine_at_pride.it> wrote in article <01bcdd5a$3ced21a0$e202020a_at_C-96-38.prirm.pride.it>...
> Does someone know if the When-Validate-Item trigger fires during the
> process of previous-item?
[Quoted] > In my case the trigger doesn't fire (for example if I press Shift+Tab).
 Do
> you know if exists some property to set?
> Thanks
> Massimiliano Bellifemine
> m.bellifemine_at_pride.it
> Pride S.p.A. - Italy
>
Received on Sat Oct 25 1997 - 00:00:00 CEST

Original text of this message