| Author |
Message |
PP1
Guest
|
Posted:
Wed Apr 14, 2004 3:52 pm Post subject:
Attach reference; go directly to the path as specified in MS |
|
|
When I want to attach a reference file, I always start (in reference
dialog) in the map which I last used. But I want to start in the map
specified in the MS_RFDIR.
Is there a Keyin that I can put behind a functionkey that does the
trick!
For example something like "reference attach $MS_RFDIR"
Thanks,
Peter
|
|
| Back to top |
|
 |
Thomas Voghera
Guest
|
Posted:
Wed Apr 14, 2004 5:34 pm Post subject:
Re: Attach reference; go directly to the path as specified i |
|
|
Have a look at the " attach reference" dialog. There is a "directory" drop
down.
--
regards / Thomas Voghera
"PP1" <peter.bekkers@oranjewoud.nl> wrote in message
news:bbc47a7b.0404140352.71b63bd8@posting.google.com...
| Quote: | When I want to attach a reference file, I always start (in reference
dialog) in the map which I last used. But I want to start in the map
specified in the MS_RFDIR.
Is there a Keyin that I can put behind a functionkey that does the
trick!
For example something like "reference attach $MS_RFDIR"
Thanks,
Peter |
|
|
| Back to top |
|
 |
b0bik
Guest
|
Posted:
Thu Apr 15, 2004 1:53 pm Post subject:
Re: Attach reference; go directly to the path as specified i |
|
|
U can manage it using simple macro :
Sub main
MbeSendCommand "REFERENCE ATTACH"
MbeSendCommand "MDL COMMAND MGDSHOOK,fileList_setDirectoryCmd " +
MbeGetConfigVar("MS_RFDIR")
End Sub
(tested on SE)
peter.bekkers@oranjewoud.nl (PP1) wrote in message news:<bbc47a7b.0404140352.71b63bd8@posting.google.com>...
| Quote: | When I want to attach a reference file, I always start (in reference
dialog) in the map which I last used. But I want to start in the map
specified in the MS_RFDIR.
Is there a Keyin that I can put behind a functionkey that does the
trick!
For example something like "reference attach $MS_RFDIR"
Thanks,
Peter |
|
|
| Back to top |
|
 |
|
|
|
|