Displaying 6 results from an estimated 6 matches for "activedocument".
2006 May 04
0
native xml db for rails
...a spare supercomputer to parse xml documents to
compete with a relational database on speed but it would have some
cool features.
Not being as familar with the activerecord source as I should be...
would it ever be possible to write an xmldb adaptor for activerecord
or is it just too SQL. Prehaps ActiveDocument? ...If only I was mark
shuttleworth.
-h
2011 Aug 08
0
Print-quality output from R: some questions about R2wd
...s it possible to write output directly to a word file, end to produce high-quality tables.I have two problems with R2wd, however.1. The documentation says it is possible to open an existing doc file in R2wd (wdGet(filename="hoepedepoep.doc")). This does not work (Error in if (!(tmp[["ActiveDocument"]][["Name"]] == filename)) tmp$Open(paste("path", : argument is of length zero).Does anyone know what could be wrong?2. R2wd uses rcomm. After starting R2wd in the standard (windows) interface, the help system of R does not work freezes. Within rstudio this problem does n...
2011 Feb 18
0
R2wd
Hi all,
I'm currently trying to get accustomed to R and some of its packages, thus
need some help for a package called R2wd. As I am trying to use the wdGET()
function I'm getting the following message:
Error in if (!(tmp[["ActiveDocument"]][["Name"]] == filename))
tmp$Open(paste("path", :
argument is of length zero
Does anybody know what that means?
Best,
--
View this message in context: http://r.789695.n4.nabble.com/R2wd-tp3313527p3313527.html
Sent from the R help mailing list archive at Nabble.com.
2002 Oct 24
0
[2] Re: How Samba let us down
...command MS office
products (Word/Excel/Powerpoint) to open a file and close it which
loops for 1000 iterations.
var i;
var myApp = new ActiveXObject("Word.Application");
myApp.Visible = true;
for (i = 0; i < 1000; i++)
{
myApp.Documents.Open("G:\\Test.doc");
//myApp.ActiveDocument.SaveAs("G:\\Test.doc");
myApp.Documents.Close();
}
myApp.Application.Quit();
Further scripts can be downloaded from
http://www.beyondlogic.org/consulting/oplocks/testoplocks.htm
Now I will admit that the test is only as good as the M$ products and I
find it interesting to see someo...
2010 Jun 25
6
Export Results
Hi R users,
How can I automatically export results and graphs to a file?
Thanks in advance
Pedro Mota Veiga
--
View this message in context: http://r.789695.n4.nabble.com/Export-Results-tp2268622p2268622.html
Sent from the R help mailing list archive at Nabble.com.
2007 Apr 11
5
WIN32OLE MS Word Help
Hi all,
I am trying to create word document in ruby using WIN32OLE.
as..
require ''win32ole''
word = WIN32OLE.new("Word.Application")
word.visible = true
word.documents.add
selection = word.selection
word.Selection.TypeText "This is some text."
...
..
.
Can we set header and footer to document? I want to generate a
document such that its header contains an