To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69865
User hark changed the following:
What |Old value |New value
================================================================================
Status|UNCONFIRMED |RESOLVED
--------------------------------------------------------------------------------
Resolution| |INVALID
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Tue Sep 26 03:29:12 -0700
2006 -------
I'm sorry, this bug report is wrong. In the mail merge listener function I do
have some string functions. If the string is 3 or more characters the toolbars
appear. I don't know why, but I'll sort that out using the the forum, I don't
think its a bug in OOo.
for those interested, this is the loop in the listener function that makes the
toolbar appear if number_in is 100 or greater:
For i = 1 To Len( number_in )
c = Mid( number_in, i, 1 )
If Instr('0123456789', c) > 0 Then
number = number & c
EndIf
Next
---------------------------------------------------------------------
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]