Hi
There is trigger on Sales order entry window on start up script as show below on version GP 9.0, how can I change to the same to GP 10.0 for compilation. I am not able to see DEX.INI file on GP 10.0, how we can test without this
l_result = Trigger_RegisterFocus(anonymous('Void Button NONE' of window SOP_Entry of form SOP_Entry),TRIGGER_FOCUS_CHANGE
, TRIGGER_BEFORE_ORIGINAL, script AFT_SOP_DEL_PRE_VOID);
if l_result <> SY_NOERR then
warning "Trigger registration failed.";
end if;
In GP 10 Void button was added to Action button drop list.
Regards,
Noushad
*This post is locked for comments