harishtrivedi
Automotive
- Mar 3, 2015
- 3
In reference to thread
User Exit on Save 2
thread561-329094
I am looking for event similar to Form.Closing Event in Windows.
We do have User Exit for Open, Save As and many other but I am not able to see something I need.
JohnRBaker mentioned an example for User Exit in thread561-329094
! Add custom menu items or customizations
! Revised: 20 Feb 2004
! Note: Actions lines are 132 chars max.
!
VERSION 120
EDIT UG_GATEWAY_MAIN_MENUBAR
MODIFY
BUTTON UG_FILE_SAVE_AS
ACTIONS/PRE <path to executable program>
END_OF_MODIFY
I tried to modify the Exit command through menu item but NO ACTION is triggered.
May I am missing something here.
Appreciate your help on this.
Thanks,
Harish
User Exit on Save 2
thread561-329094
I am looking for event similar to Form.Closing Event in Windows.
We do have User Exit for Open, Save As and many other but I am not able to see something I need.
JohnRBaker mentioned an example for User Exit in thread561-329094
! Add custom menu items or customizations
! Revised: 20 Feb 2004
! Note: Actions lines are 132 chars max.
!
VERSION 120
EDIT UG_GATEWAY_MAIN_MENUBAR
MODIFY
BUTTON UG_FILE_SAVE_AS
ACTIONS/PRE <path to executable program>
END_OF_MODIFY
I tried to modify the Exit command through menu item but NO ACTION is triggered.
May I am missing something here.
Appreciate your help on this.
Thanks,
Harish