This is a currently legal way to do it.
I do not expose it in the documented interface because I do now want
to promise that it will stay this way.
I also think that there are not too many situations where you wout
want to change the server as part of the application.
And there is a much mor
Hi Ryan,
Im not sure if this is really allowed(!) but the following VBA code selects the
local background server option:
Call SaveSetting("RExcel", "Server", "ServerType", 3)
Make sure R server is not running before executing this command.
To resume with local foreground server use:
Cal
Is there a feature request list I could add this too?
Erich Neuwirth <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
07/23/08 10:55 AM
Please respond to
"R \(D\)COM and RExcel server related issues"
To
"R \(D\)COM and RExcel server related issues"
cc
Subject
Re
You can start foreground mode an hide the GUI window,
but you cannot change the server you will use easily.
This is a configuration issue.
It probably could be done, but there is no plan to make this available
through the API.
On Jul 21, 2008, at 11:40 PM, [EMAIL PROTECTED] wrote:
Is it po