[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

301.0. "modifying OA$MAIL_NUM_ADDRESSES" by PRIAM::OESTREICHER (Lloyd - DTN 352-3251) Mon Mar 23 1992 16:50

IS there a way to change the value that ALL-IN-1 uses 
for OA$MAIL_NUM_ADDRESSES via a script.  For example,
I want to use the default value for reading and then another
value for some other operation.  Just changing the logical
doesn't change the behavior of the code.  Is there some
other function that can be invoked after the logical is changed
so that the change takes effect?

Thanks
T.RTitleUserPersonal
Name
DateLines
301.1With a small customisation...IOSG::PYEGraham - ALL-IN-1 Sorcerer's ApprenticeMon Mar 23 1992 17:127
    You could try doing OA$INI_LOGICALS to reread the new logical value.
    
    Or chnage the .BLP to use something else other than a logical, perhaps
    a value in the SYSTEM.PST (get SYS$mumble = 10) or even in the user's
    PST if you had some default to fall back on.
    
    Graham
301.2OA$INI_LOG won't do it, I'm afraidIOSG::SHOVEDave Shove -- REO-D/3CTue Mar 24 1992 14:118
    I'm afraid there's no way to get the code to re-read the logical. It's
    actually done in the mail header action routine, which uses the fact
    that a global variable is zero to know that it has to read the logical.
    
    So you'll have to use Graham's other suggestion.
    
    Sorry,
    Dave.