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 |
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.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
330.1 | Modify DEFAULT??? | HYTIDE::CREAMER | Keep a low profile | Wed Mar 25 1992 21:52 | 16 |
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 |