[dba-issues] [Issue 110675] Macros assigned to Base F orm's When Loading event doesn't work

2010-04-08 Thread mchris
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=110675 --- Additional comments from mch...@openoffice.org Thu Apr 8 06:04:32 + 2010 --- I couldn't replicate it on a MySQL database connected via unix ODBC under

[dba-issues] [Issue 104410] The command open to ope n a form in a directory doesn't work when you use ThisDatabaseDocument.

2009-08-21 Thread mchris
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=104410 --- Additional comments from mch...@openoffice.org Fri Aug 21 20:42:22 + 2009 --- This issue is true for linux too. But I think the whole service is

[dba-issues] [Issue 94033] Form controls are put on t he screen extremely slow

2009-04-30 Thread mchris
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=94033 --- Additional comments from mch...@openoffice.org Thu Apr 30 17:20:12 + 2009 --- I think this issue must be opened again for 3.1rc2.

[dba-issues] [Issue 100862] Macro assigned to Open Do cument for embedded forms is not called till t he db has been closed and reopened

2009-04-06 Thread mchris
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=100862 --- Additional comments from mch...@openoffice.org Mon Apr 6 15:42:48 + 2009 --- I can confirm this but on 310m7.

[framework-issues] [Issue 93815] Custom properties of Docum entInfo are not accessible by BASIC code

2008-10-07 Thread mchris
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=93815 --- Additional comments from [EMAIL PROTECTED] Tue Oct 7 15:44:03 + 2008 --- Please search the possibility that DocumentInfo service is depreciated in OOo 3.0

[framework-issues] [Issue 93815] Custom properties of Docum entInfo are not accessible by BASIC code

2008-09-15 Thread mchris
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=93815 --- Additional comments from [EMAIL PROTECTED] Mon Sep 15 07:06:25 + 2008 --- I made some tests and I found out that it is more complicated. hasPropertyByName

[framework-issues] [Issue 93815] Custom properties of Docum entInfo are not accessible by BASIC code

2008-09-12 Thread mchris
Priority|P3 Subcomponent|scripting Assigned to|ab Reported by|mchris --- Additional comments from [EMAIL PROTECTED] Fri Sep 12 08:42:22 + 2008 --- Try the following code in any OOo document (I've already tried it on Writer documents and on Base

[framework-issues] [Issue 93815] Custom properties of Docum entInfo are not accessible by BASIC code

2008-09-12 Thread mchris
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=93815 --- Additional comments from [EMAIL PROTECTED] Fri Sep 12 08:44:07 + 2008 --- Created an attachment (id=56467) A demo text file for this issue. Search the BASIC

[sw-issues] [Issue 87808] Writers changes paragraph styles in lists to Default

2008-04-03 Thread mchris
Assigned to|mru Reported by|mchris --- Additional comments from [EMAIL PROTECTED] Thu Apr 3 11:28:13 + 2008 --- Writer randomly changes paragraph styles of bulleted lists to Default. The effect is totally random and it repeats itself upon exiting

[sw-issues] [Issue 87808] Writers changes paragraph styles in lists to Default

2008-04-03 Thread mchris
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=87808 --- Additional comments from [EMAIL PROTECTED] Thu Apr 3 11:33:34 + 2008 --- Created an attachment (id=52495) Check out the lists of the first 31 pages.

[sw-issues] [Issue 87808] Writers changes paragraph styles in lists to Default

2008-04-03 Thread mchris
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=87808 --- Additional comments from [EMAIL PROTECTED] Thu Apr 3 15:40:08 + 2008 --- I use native builds on both OS. This time I opened the document I see different

[sw-issues] [Issue 87808] Writers changes paragraph styles in lists to Default

2008-04-03 Thread mchris
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=87808 --- Additional comments from [EMAIL PROTECTED] Thu Apr 3 21:00:07 + 2008 --- After two days of changing paragraph styles without success, finally I cut and

[tools-issues] [Issue 78503] ReplaceString and ArrayOut OfString Functions in Tools/String module refi nement

2007-10-18 Thread mchris
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=78503 --- Additional comments from [EMAIL PROTECTED] Thu Oct 18 08:39:24 + 2007 --- Here is the new code that can replace ReplaceString and ArrayOutOfString: '

[tools-issues] [Issue 78503] ReplaceString and ArrayOut OfString Functions in Tools/String module refi nement

2007-10-18 Thread mchris
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=78503 --- Additional comments from [EMAIL PROTECTED] Thu Oct 18 08:41:12 + 2007 --- I will continue with code for FileNameOutOfPath using these techniques and the

[script-issues] [Issue 82588] iif function seems to eval uate both possible return values before decidi ng

2007-10-13 Thread mchris
Subcomponent|code Assigned to|kr Reported by|mchris --- Additional comments from [EMAIL PROTECTED] Sat Oct 13 19:43:05 + 2007 --- iif function seems to evaluate both possible return values before deciding what to return. For example the following

[framework-issues] [Issue 82287] Can not create New Documen t based on a named Template (without knowing i ts URL)

2007-10-05 Thread mchris
Priority|P3 Subcomponent|code Assigned to|tm Reported by|mchris --- Additional comments from [EMAIL PROTECTED] Fri Oct 5 11:24:18 + 2007 --- The following code is supposed to create a new Writer document based on a custom some_template Template

[framework-issues] [Issue 82287] Can not create New Documen t based on a named Template (without knowing i ts URL)

2007-10-05 Thread mchris
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=82287 --- Additional comments from [EMAIL PROTECTED] Fri Oct 5 11:27:07 + 2007 --- Created an attachment (id=48709) This is a Wrieter document with a macro to

[dba-issues] [Issue 82110] MacroExecutionMode do not work when loading Base Forms

2007-10-02 Thread mchris
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=82110 --- Additional comments from [EMAIL PROTECTED] Tue Oct 2 06:08:00 + 2007 --- Created an attachment (id=48642) A demo ODB file for this issue

[dba-issues] [Issue 82110] MacroExecutionMode do not work when loading Base Forms

2007-09-30 Thread mchris
Assigned to|dbaneedsconfirm Reported by|mchris --- Additional comments from [EMAIL PROTECTED] Sun Sep 30 14:03:18 + 2007 --- Running a custom Base application with lots of forms, where a form loads others via BASIC and loadComponentFromURL method, I have

[dba-issues] [Issue 81932] Database Form Macros do no t execute the first time.

2007-09-25 Thread mchris
Assigned to|dbaneedsconfirm Reported by|mchris --- Additional comments from [EMAIL PROTECTED] Tue Sep 25 12:01:16 + 2007 --- The first time OOo will try to execute a Base Form Macro the following error occurs: A Scripting Framework error occurred while running

[dba-issues] [Issue 73021] Sub Form Fails to use IDEN TITY values of type INTEGER (MySQL 5.0)

2007-06-26 Thread mchris
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=73021 --- Additional comments from [EMAIL PROTECTED] Tue Jun 26 22:56:03 + 2007 --- With OOo 2.2.1 and latest versions of MySQL and MyODBC on Win XP the problem seem

[tools-issues] [Issue 78503] ReplaceString and ArrayOut OfString Functions in Tools/String module refi nement

2007-06-14 Thread mchris
Priority|P4 Subcomponent|configure Assigned to|rene Reported by|mchris --- Additional comments from [EMAIL PROTECTED] Thu Jun 14 20:28:46 + 2007 --- The SBASIC function ReplaceString in Tools/String module can be writen as: [CODE] Function

[dba-issues] [Issue 76066] Dissapearing dialogs after modifying date controls

2007-04-04 Thread mchris
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=76066 --- Additional comments from [EMAIL PROTECTED] Wed Apr 4 07:55:47 + 2007 --- I reproduced it with 2 computers so far. The date control must be on a dialog box,

[dba-issues] [Issue 76066] Dissapearing dialogs after modifying date controls

2007-04-04 Thread mchris
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=76066 --- Additional comments from [EMAIL PROTECTED] Wed Apr 4 08:54:45 + 2007 --- Some details for reproducing the bug: 1) Create a new database (no need to create

[dba-issues] [Issue 76066] Dissapearing dialogs after modifying date controls

2007-04-04 Thread mchris
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=76066 --- Additional comments from [EMAIL PROTECTED] Wed Apr 4 10:42:53 + 2007 --- I just reproduced it in my laptop, 3rd computer in a row. I'll spend the day (if

[dba-issues] [Issue 76066] Dissapearing dialogs after modifying date controls

2007-04-04 Thread mchris
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=76066 --- Additional comments from [EMAIL PROTECTED] Wed Apr 4 10:57:29 + 2007 --- Try to change a property 3 or more times (I prefer the Date Format) and after each

[dba-issues] [Issue 76066] Dissapearing dialogs after modifying date controls

2007-04-04 Thread mchris
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=76066 --- Additional comments from [EMAIL PROTECTED] Wed Apr 4 12:02:18 + 2007 --- I don't use any theme. I don't close OOo between each attempt. I just save the

[dba-issues] [Issue 76066] Dissapearing dialogs after modifying date controls

2007-04-04 Thread mchris
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=76066 --- Additional comments from [EMAIL PROTECTED] Wed Apr 4 17:01:48 + 2007 --- I uninstalled OOo 2.2 and installed a copy of OOo 2.1 (greek localization). Could

[dba-issues] [Issue 76066] Dissapearing dialogs after modifying date controls

2007-04-03 Thread mchris
Assigned to|dbaneedsconfirm Reported by|mchris --- Additional comments from [EMAIL PROTECTED] Tue Apr 3 23:06:06 + 2007 --- When a Base form has a dialog with a date control, every attempt to modify or delete it makes all the dialogs of this form

[dba-issues] [Issue 76066] Dissapearing dialogs after modifying date controls

2007-04-03 Thread mchris
To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=76066 User mchris changed the following: What|Old value |New value