To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83160
                 Issue #|83160
                 Summary|creating a text document in hidden mode don't initiali
                        |ze fixed field values
               Component|api
                 Version|OOo 2.3
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|definition
             Assigned to|jsc
             Reported by|mroe





------- Additional comments from [EMAIL PROTECTED] Wed Oct 31 13:41:48 +0000 
2007 -------
I create text documents with

aArg(0).Name = "AsTemplate"
aArg(0).Value = TRUE
aArg(1).Name = "Hidden"
aArg(1).Value = TRUE
oDoc = StarDesktop.LoadComponentFromURL( sPath, "_default", 0, aArg() )

But fixed fields located in the document (e. g. Date (fixed)) will not be
initialized. The field Date (fixed) shows always the date when the template was
created.

With
aArg(1).Name = "Hidden"
aArg(1).Value = FALSE
it works fine.

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