To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=63866
------- Additional comments from [EMAIL PROTECTED] Mon Apr 3 01:28:09 -0700 2006 ------- sw->cheepee: the following OOo-Basic macro works like a charm, so there seems to be no general problem with that property ... xDoc = ThisComponent dim args(0) as new com.sun.star.beans.PropertyValue args(0).Name = "CopyCount" args(0).Value = 2 xDoc.print(args()) I noticed that you assign a String to the property instead of an Integer ... could that already be the problem ? ... If not, could you attach a working VB6 sample to this issue to make the behaviour reproducible ? --------------------------------------------------------------------- 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]
