Monday 17 September 2012

Difference between POST-TEXT-ITEM and WHEN-VALIDATE-ITEM?




Post-text-item will fire every time your cursor moves out of the field. It doesn't matter whether a value is newly entered or is being queried from database. This will fire in both cases.

When-validate-item will fire only when you have entered new value or you change an exixting value of an item. This means that you this will fire only when the status is CHANGED or NEW.

1 comment:

  1. Wrong , create 2 item as x1 and x2 , write in x1 in When-validate-item :x2 := 10 ; and run form , just prees enter you will see trigger will fire and put in x2 10 , so When-validate-item fire when live item whether changed or new just get out item

    ReplyDelete