T.R | Title | User | Personal Name | Date | Lines |
---|
3145.1 | Yes, probably SET_DRAWER | IOSG::CARLIN | Dick Carlin IOSG, Reading, England | Fri Aug 13 1993 20:16 | 10 |
| Yes, you're right. Although CAB SET_DRAWER will establish OA$CURDOC (to
the last document accessed in that drawer) the OA$CURDOCxxx's won't be.
A simple CAB CURRENT would do that.
I don't know the Lotus scripts, could you give me a pointer to the ones
in question. It doesn't look like a big change is needed (famous last
words, the setting of drawer/document symbols in V3 did get a bit
complicated).
Dick
|
3145.2 | Files copied to IOSG:: | WAYOUT::CLARKE | | Mon Aug 16 1993 17:56 | 13 |
| Dick
Thanks for your attention to this, I have copied the following files to
IOSG::
123EFAIL.LOG - ALL-IN-1 trace of edit failure, note value of
OA$CURDOC_FORMAT.
L123A1_INIT.SCP
L123A1_MENU_E.SCP
Regards
Aston
|
3145.3 | Any progress? | KERNEL::SMITHERSJ | Living on the culinary edge.... | Thu Aug 19 1993 10:56 | 4 |
| Has anyone had a chance to look at the scripts at all?
Many thanks
julia
|
3145.4 | Try this | IOSG::CARLIN | Dick Carlin IOSG, Reading, England | Thu Aug 19 1993 12:17 | 19 |
| Aston, Julia
I don't have the "big picture" on the Lotus integration (what else
calls L123A1_INIT.SCP etc), but it would seem that the following change
to L123A1_INIT.SCP should help (add the CAB CURRENT line):
!
.IF $L123A1_DRAWER NES "" THEN CABINET SET_DRAWER $L123A1_DRAWER
.IF OA$CURDWR EQS "" THEN CABINET SET_DRAWER
.IF OA$CURDWR EQS "" THEN -
GET #L123A1_CURRENT_DRAWER =FILECAB:INDICATOR.NAME["1"] ELSE -
GET #L123A1_CURRENT_DRAWER = OA$CURDWR
CABINET CURRENT
!
Perhaps we should be doing that in code as part of the CAB SET_DRAWER,
but anyway the script change is easier for now.
Dick
|