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

Conference bulova::decw_jan-89_to_nov-90

Title:DECWINDOWS 26-JAN-89 to 29-NOV-90
Notice:See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit
Moderator:STAR::VATNE
Created:Mon Oct 30 1989
Last Modified:Mon Dec 31 1990
Last Successful Update:Fri Jun 06 1997
Number of topics:3726
Total number of notes:19516

2704.0. "prompts at login time ?" by WELWEL::GRAHAM (Hopelessly Hopeful ! ) Thu May 03 1990 09:11

    
    YANCP - yet another customer problem !
    
    The (VMS) systems that are implemented on this site require a user
    to give a job/project code at login time.  This is solicited via a
    piece of code.  As the users use both VT300's and VAXstations
    and the input of data from SYS$SYLOGIN or DECW$SYLOGIN doesn't
    appear to work is there any other way of doing it ?
    
    Could the job code program simple create a DECterm and run a command
    procdure to do this ?
    
    They need to do this from each DECterm creation and if possible
    from FileView startup ?
    
    	Regards,
    		Dave
T.RTitleUserPersonal
Name
DateLines
2704.1manage a modal dialogTOWNS::RUFFIEUXMon May 07 1990 21:1021
    If the job/project code that you need is NOT a security measure, doing
    this on the VAXstations should be easy.  You could write a simple
    program that would create and manage a modal dialog box that would
    prompt the user for the code.  The user would enter the code and press
    O.K.  and the code could be saved as you want.  
    
    You could manage the modal dialog in two places. By altering (this is
    probablly not a good idea to do) sys$manager:decwstart.com like so:
    
    $do_session:
    $define decw$doing_session T
    $!Next line is line you would ADD
    $run directory:getcode.exe
    
    With this method, the dialog would come up before the session manager.
    
    The other method would be to add the line in the users decw$login.com
    file.
    
    
    CeR
2704.2decw$login.com only runs once.SCAM::DIALTue May 08 1990 11:217
    If you must solicit the information for every DECterm or Fileview
    session, the program for getting it would have to run from login.com. 
    If this is the case, only Fileview would need something special for the
    windows environment, A DECterm session could use the character-cell
    environment program.
    
    Barry