Message de Thomas Krumbein date 2010-08-11 14:48 :
Hi,
This old version may not be able to guess the import filter and encoding of the
dBase document. Did you try to add this information?
dim arg(2) as new com.sun.star.beans.PropertyValue
arg(0).Name = "Hidden"
arg(0).Value = true
arg(1).Name = "FilterName"
arg(1).Value = "dBase"
arg(2).Name = "FilterOptions"
arg(2).Value = "IBMPC_850"
oCalcDoc = StarDesktop.loadComponentFromURL(sURL, "_blank", 0, arg())
Version 3.0.1 is an obsolete and buggy version, it should not be used anymore in
a professional (or even personal) environment.
Regards
Bernard
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]