To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=52509





------- Additional comments from [EMAIL PROTECTED] Thu Jul 28 06:13:32 -0700 
2005 -------
setFormula takes a string as argument. However, you provida a Variant containing
a Date. The OleAutomation bridge uses VariantChangeType to convert the Date to a
BSTR. This string must already contain a wrong version format. The string must
contain the date in ISO format (jjjj-mm-dd) or in us-eng (mm/dd/jjj) in order to
be recognized. Maybe the VariantChangeType depends on a locale that is not
properly set in your application. What you could do is convert your Date with
VariantChangeType into a BSTR in your appliccation and check if the string has
the proper format.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to