[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

330.0. "$SAVE_P symbol" by CSC32::J_FORREST (Jill Forrest) Wed Mar 25 1992 19:45

    Hi,
    
    I have a user who would like to modify the default value for
    the $SAVE_P symbol, used on the OA$DESK form.  When you create
    a new user, the default value in this symbol is "F", and she
    would like it to be "2".  I heard this is done in the Bliss
    code, which would mean we are out of luck.  Is this true?
    
    Thanks in advance,
    Jill Forrest
    CSC/CS  VAST-AMT
    DTN 592-4594
T.RTitleUserPersonal
Name
DateLines
330.1Modify DEFAULT???HYTIDE::CREAMERKeep a low profileWed Mar 25 1992 21:5216
    
    Well, one way would be to modify your default form so that the 
    OA$_MO_DESK_CALCULATOR option looked like:
    
;;OA$_MO_DESK_CALCULATOR;;

.IF $SAVE_P EQS "" THEN GET $SAVE_P = '2'\
DECLARE_METER #FORM, OA$_INT_DESKCALC\START_METER #FORM\FORM OA$DESK\
STOP_METER #FORM

    
    Hope this helps...
    
    Jack