|
Karen,
Try building the LAUNCH command with variables. I don't
remember what problem I had but I ended up doing this:
SET VAR vLaunchProg TEXT =
NULL
SET VAR vLaunchParams TEXT = NULL SET VAR vLaunch TEXT = NULL SET VAR vLaunchProg = 'c:\progra~1\irfanview\i_view32.exe' SET VAR vLaunchParams = + ('d:\almanac\_' + (sget( (ctxt(.vLastEdit)),3,1)) + '99\fle' + + (ctxt(.vLastEdit)) + '.snd/thumbs') SET VAR vLaunch = (.vLaunchProg & '|' & .vLaunchParams) LAUNCH .vLaunch (vLaunchParams simply defined the sub-directory and the
filename)
If your client is using double quotes in R:Base then
using this method should avoid sending any quotes with the launch command as all
you need to change above is the SET VAR commands.
Regards,
Alastair.
|
- [RBASE-L] - RE: LAUNCH command Troy Sosamon
- [RBASE-L] - RE: LAUNCH command MikeB
- [RBASE-L] - Re: LAUNCH command KarenTellef
- [RBASE-L] - RE: LAUNCH command Troy Sosamon
- [RBASE-L] - RE: LAUNCH command Alastair Burr
- [RBASE-L] - Re: LAUNCH command KarenTellef
- [RBASE-L] - Re: LAUNCH command Alastair Burr
- [RBASE-L] - Re: LAUNCH command Troy Sosamon
- [RBASE-L] - Re: LAUNCH command MikeB
- [RBASE-L] - Re: launch command MikeB

