[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

3171.0. "Auto-SELECT in INDEX FORM" by ZPOVC::LCLEE () Fri Aug 20 1993 04:36

    Hi there,
    
    1. How to have auto-selection of records in an index form if the
    primary keys of these records are known, ie users do not have to use
    the "SELECT" key these records are marked with "x" as selected. I've
    tried to use the primary key on the phatom dataset using OA$SCL_SELECT
    #RFA where RFA is the primary key. This didn't work & I don't know how
    to get the OA$SCROLL_ADDRESS with the primary key known.
    
    2. Are NEW & NOV reserved words? My customer happens to have these two
    as account names in ALL-IN-1. This gave very inconsistent results when
    mails are sent to these two accounts. Mails can be sent successfully
    when done interactively. However, when mails are sent to these two
    accounts in batch in a DO script by using temporary symbols, the
    addressees becomes unknown.
    
    Thanks in advance for any suggestion and info for the above problems.
    
    Regads,
    Lee
T.RTitleUserPersonal
Name
DateLines
3171.1Date? Details of failure please!IOSG::PYEGraham - ALL-IN-1 Sorcerer's ApprenticeFri Aug 20 1993 11:185
    I wonder if NOV is being translated as if it was part of the month name
    "NOVEMBER"? Other than that, I can't see why this should be a problem.
    Do you have details of what happens with the NEW and NOV accounts.
    
    I can't find #NEW, #NOV, $NEW or $NOV being used anywhere.
3171.2months translated, but ...PAULUS::HOFMANNStefan Hofmann, LC Frankfurt, ISEFri Aug 20 1993 12:419
    For mails as well as for time management entries, the date fields allow
    translated names of month. eg. Nov[ember] = Mar[raskuu] in Finnish.
    
    But I can't see what date (and time) fileds have to do with account names
    in mail addresses.
    
    
    	Stefan
    
3171.5Need %addressIOSG::MAURICEDifferently hirsuteFri Aug 20 1993 18:037
    To get an RFA for a record with known key do:
    
    get dataset.%address[#known_key]
    
    Cheers
    
    Stuart