[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference iosg::all-in-1_v30

Title:*OLD* ALL-IN-1 (tm) Support Conference
Notice:Closed - See Note 4331.l to move to IOSG::ALL-IN-1
Moderator:IOSG::PYE
Created:Thu Jan 30 1992
Last Modified:Tue Jan 23 1996
Last Successful Update:Fri Jun 06 1997
Number of topics:4343
Total number of notes:18308

3728.0. "Retaining current form/menu" by ANGLIN::HARRISA (lost in the jungle of doubt) Tue Jan 04 1994 22:40

    ALL-IN-1 3.0-1, VMS 5.5-2, 6.0
    
    i have 2 UDP (they'll become menu options eventually.
    
    BB
    	.function get #a = oa$form_name
    	EM SDR [manager]ALL_USERS{CR}
    	I  {CR}{CR}
    
    HOME
    
    	EM SDR MAIN{CR}
    
    what i'd like to do is have #a (or some symbol) retain the menu/screen
    that the user is on when they enter BB. then when they enter HOME, have
    them put to their MAIN drawer and then to the form in #a.
    
    is this even possible?
    
    	ann
    
T.RTitleUserPersonal
Name
DateLines
3728.1late, but this should workIOSG::BILSBOROUGHSWBFSTue Jan 04 1994 23:179
    
    At a guess
    After setting drawer.
    
    .FX GET OA$FUNCTION = "FORM " #a
    
    Hope this helps.
    
    Mike