Go_Item...; Execute_Trigger(...);
sgalaxyMay 6 2006 — edited May 7 2006Hi , everybody
When a trigger is attached to a block item and I want to execute that trigger , I write:
GO_ITEM('BLOCK_NAME.ITEM_NAME');
EXECUTE_TRIGGER('TRIGGER_NAME');
Equivalently , what should I write when I want to execute a trigger , let's say 'WHEN-VALIDATE-RECORD' , which has been defined at form level?
Thanks , beforehand
Simon