| 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 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.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 3171.1 | Date? Details of failure please! | IOSG::PYE | Graham - ALL-IN-1 Sorcerer's Apprentice | Fri Aug 20 1993 10:18 | 5 |
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.2 | months translated, but ... | PAULUS::HOFMANN | Stefan Hofmann, LC Frankfurt, ISE | Fri Aug 20 1993 11:41 | 9 |
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.5 | Need %address | IOSG::MAURICE | Differently hirsute | Fri Aug 20 1993 17:03 | 7 |
To get an RFA for a record with known key do:
get dataset.%address[#known_key]
Cheers
Stuart
| |||||