User Exit on Session
User Exit on Session
(OP)
In reference to thread
User Exit on Save 2
thread561-329094: User Exit on Save
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: User Exit on Save
! 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: User Exit on Save
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: User Exit on Save
! 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





RE: User Exit on Session
LABEL My Exit
ACTIONS/PRE <user dll path>
RE: User Exit on Session
All credit goes to active user at this forum.
Thanks