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





------- Additional comments from [EMAIL PROTECTED] Wed Apr  2 13:18:00 +0000 
2008 -------
> Now with ver 2.4.0 I can still open the Form but all macros are "lost",
> I can't see them at all as the Form doesn't contain them anymore.

Are you saying that you do not see the form's macros in the Macro organizer
(Tools/Macros/Organize/Basic) anymore? Or are you saying they just do not work
anymore?

> oParms(0).Name = "ActiveConnection"
> oParms(0).Value = oCon
> oParms(1).Name = "OpenMode"
> oParms(1).Value = "open"

As a workaround, try adding
  oParms(2).Name = "MacroExecutionMode"
  oParms(2).Value = com.sun.star.document.MacroExecMode.ALWAYS_EXECUTE_NO_WARN
here (of course you need to "Dim Parms(2) ..." then).

---------------------------------------------------------------------
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