| Julie,
i have noticed (on v2.4, but the same is probably true for v3.0) that the
_order_ in which you do the form pre-processing stuff makes difference.
There are normally two "kinds of thing" that get done when you enter the
EM menu, there is the /GET form qualifiers, and the /PRE form pre-processing.
The effect of the /GET depends on exactly what document has been loaded as
OA$CURDOC et-al, but OA$CURDOC can be different from OA$CURMES, and the
OA$CURDOC_TITLE symbols may not correspond to the OA$CURDOC document unless
a CAB CURRENT has been performed, and this depends on what happens in the
/PRE_processing.
Thus it is very easy to upset the fine balance between ALL-IN-1 doing what
you would expect, and doing a random shuffle!
What i did was to move all the /GET form qualifiers into the /PRE_processing,
perform the mail initialise first, then get the UNSENT count, then select
the CURMES and then load up the context block. (At least i think it was in that
order, the mods are on customer site an i am currently not!) It will almost
definitely require XOPing, but you can make it very readable and more
importantly, very modifiable, without side effects like you mentioned in .0.
mb
|
| Hello,
I do not know if I did not make myself very clear (it was late in
the day!!), but....
In v2.4 , you could go into WP , type in
<get oa$mail_unsent_count
and then go back into EM and oa$curmes (the correct EM meesage, not the
WP one) was displayed.
In v3.0, by following exactly the same steps, when you go back into
EM , the wps-plus doc is displayed instead of the mail message. This
involves no customisation at all, all it requires is getting the symbol
above. As this used to work in v2.4, I see no reason why it should not
work in v3.0
Thanks for any help,
Julie
|
| To add to .3,
One thing I noticed was that if :
From WP, I had selected Drawer XYZ
FROM EM, I had selected Drawer MAIN, Folder READ
Then at WP I do the <get oa$mail_unsent_count
Then go to EM
The First document in the first Folder of Drawer Main is now selected!
This of course is not a answer, but maybe it will help those how know
find one.
Regards,
Darryl
|