[sw-issues] [Issue 51035] In a Mailmerge Document a conditional textfield doesn't work after tryi ng to send as pdf via email

2005-11-14 Thread hi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51035


User hi changed the following:

  What|Old value |New value

Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Mon Nov 14 03:42:58 -0800 
2005 ---
Still ok in master 680m139_8974.

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



[sw-issues] [Issue 51035] In a Mailmerge Document a conditional textfield doesn't work after tryi ng to send as pdf via email

2005-09-14 Thread os
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51035





--- Additional comments from [EMAIL PROTECTED] Wed Sep 14 00:41:43 -0700 
2005 ---
-helgekraak: 
When fields were evaluated there was alway an access to a database and always a
result of the evaluation. No matter if the database connection was valid (from a
merge to fields or a mail merge) or if it has just been created based on the
first database record. 

Now the field's expression is only evaluated if an active database connectino is
already available. 

p.s. It's sufficient to add the id to the CC field to copy the message 

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



[sw-issues] [Issue 51035] In a Mailmerge Document a conditional textfield doesn't work after tryi ng to send as pdf via email

2005-09-13 Thread helgekraak
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51035





--- Additional comments from [EMAIL PROTECTED] Tue Sep 13 18:13:19 -0700 
2005 ---
Hi Oliver,

today  I was also facing the problem, that only the ELSE-Condition of
Conditional Text Fields is being printed in a Mail Merge. Probably this won't
happen anymore when os64 is being released soon. Nevertheless I wanted you to
ask to again have a look on this issue regarding conditions which use a database
field which is not VARCHAR (I use HSQLDB). I tested an INTEGER field and a DATE
field which both behaved in a way that I got mistrustful whether your fix covers
all ways of using the Conditional Text feature in connection with database 
fields.

Before I come to my main concern, some introductory notes on the use of a normal
VARCHAR field as Conditional Text content:

Using VARCHAR fields I only experience the bug you were fixing in os64 when I do
a MailMerge. Also I can use EQ, NEQ, without problems. When I select a
dataset in the datasource and I choose Daten in Felder (probably data in
fields in the english version) also everything works alright. So the ELSE
condition bug only happens when you do a MailMerge. The test in the GUI doesn't
cause any mistakes.


Now the interesting part (at least for me :-)). The following things I noticed
using a DATE field:

Let's assume the date_field is not empty

1. Using IF (date_field NEQ ) THEN (date_field) ELSE  - data in fields
results in an empty field in the document (actually it should be filled)

2. Using IF (date_field NEQ ) THEN  ELSE date_field - data in fields
results in a not correctly filled field (it should be empty) in the document.

3. Using IF (date_field) THEN (date_field) ELSE  - data in fields results
in a correctly filled field in the document.

4. Using IF (date_field EQ ) THEN  ELSE (date_field) - data in fields
results in a correctly filled field in the document.

For me it was interesting to see the behaviour of 1. and 3.. 
- In my version (m122) in the GUI 1. does work with a VARCHAR field (as I also
mentioned in my introduction to the VARCHAR fields) but it does not work with a
date field.
- Using only the field name of the DATE field instead of EQ or NEQ as IF
condition does work (see 3.) in the GUI. This behaviour is contrary to the
VARCHAR fields.


Finally some regards on the INTEGER field (it uses AUTO_INCREMENT and IDENTY):

With this field type I experienced the same behaviour like the DATE field
showed. But there was one difference when I tested the 3. function from above:

Using IF (integer_field) THEN (integer_field) ELSE  - data in fields
results in an empty field in the document and not as in 3. above in a correctly
filled field!



I don't know whether my information are useful for you or whether they were not
nescessary at all. Only knowing that you definitely fixed at least a part of the
above mentioned issues but eventually not the issues I attached in this mail, I
had the feeling that I should inform you about my experiences. It appeared to me
that there is perhaps more work to do.

Best regards
Helge


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



[sw-issues] [Issue 51035] In a Mailmerge Document a conditional textfield doesn't work after tryi ng to send as pdf via email

2005-09-09 Thread hi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51035


User hi changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Sep  9 06:40:16 -0700 
2005 ---
My mistake. I've verified the second issue instead of the first one, which 
looks ok.

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



[sw-issues] [Issue 51035] In a Mailmerge Document a conditional textfield doesn't work after tryi ng to send as pdf via email

2005-09-09 Thread hi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51035


User hi changed the following:

  What|Old value |New value

   Assigned to|os|hi

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Fri Sep  9 06:41:29 -0700 
2005 ---
reassign to [EMAIL PROTECTED]

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



[sw-issues] [Issue 51035] In a Mailmerge Document a conditional textfield doesn't work after tryi ng to send as pdf via email

2005-09-09 Thread hi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51035


User hi changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Sep  9 06:41:45 -0700 
2005 ---
reset resolution to FIXED

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



[sw-issues] [Issue 51035] In a Mailmerge Document a conditional textfield doesn't work after tryi ng to send as pdf via email

2005-09-09 Thread hi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51035


User hi changed the following:

  What|Old value |New value

Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri Sep  9 06:42:30 -0700 
2005 ---
Set to verified.

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



[sw-issues] [Issue 51035] In a Mailmerge Document a conditional textfield doesn't work after tryi ng to send as pdf via email

2005-09-08 Thread hi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51035


User hi changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Thu Sep  8 08:00:11 -0700 
2005 ---
Verified with cws os64 = Still occurs.

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



[sw-issues] [Issue 51035] In a Mailmerge Document a conditional textfield doesn't work after tryi ng to send as pdf via email

2005-09-08 Thread hi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51035


User hi changed the following:

  What|Old value |New value

   Assigned to|hi|os

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Thu Sep  8 08:02:21 -0700 
2005 ---
Back to OS

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



[sw-issues] [Issue 51035] In a Mailmerge Document a conditional textfield doesn't work after tryi ng to send as pdf via email

2005-09-01 Thread os
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51035


User os changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Thu Sep  1 07:12:27 -0700 
2005 ---
Reassigned for verification

re-open issue and reassign to [EMAIL PROTECTED]

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



[sw-issues] [Issue 51035] In a Mailmerge Document a conditional textfield doesn't work after tryi ng to send as pdf via email

2005-09-01 Thread os
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51035


User os changed the following:

  What|Old value |New value

   Assigned to|os|hi

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Thu Sep  1 07:12:42 -0700 
2005 ---
reassign to [EMAIL PROTECTED]

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



[sw-issues] [Issue 51035] In a Mailmerge Document a conditional textfield doesn't work after tryi ng to send as pdf via email

2005-09-01 Thread os
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51035


User os changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Thu Sep  1 07:12:55 -0700 
2005 ---
reset resolution to FIXED

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



[sw-issues] [Issue 51035] In a Mailmerge Document a conditional textfield doesn't work after tryi ng to send as pdf via email

2005-08-05 Thread os
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51035


User os changed the following:

  What|Old value |New value

Status|STARTED   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Aug  5 02:03:26 -0700 
2005 ---
Fixed in cws os64 in 
sw/inc/calc.hxx
sw/inc/dbmgr.hxx
sw/source/core/bastyp/calc.cxx
sw/source/core/doc/docfld.cxx
sw/source/ui/dbui/dbmgr.cxx


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



[sw-issues] [Issue 51035] In a Mailmerge Document a conditional textfield doesn't work after tryi ng to send as pdf via email

2005-08-04 Thread os
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51035


User os changed the following:

  What|Old value |New value

Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Thu Aug  4 03:56:00 -0700 
2005 ---
These are two different scenarios. The initial version is about exporting a
document that still contains a (conditional) field when it is exported to PDF. 

The reason here is the calculator of the Writer that is not able to skip
processing of statemenents that cannot be evaluated because of a missing
database connection. 

The second one is about a page field that (sometimes) loses it's correct value
when it is processed in the mail merge wizard. (The 's' is gone _before_ it's
exported to pdf.)

The reason is currently unknown.

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



[sw-issues] [Issue 51035] In a Mailmerge Document a conditional textfield doesn't work after tryi ng to send as pdf via email

2005-06-21 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51035


User mru changed the following:

  What|Old value |New value

   Assigned to|mru   |hi





--- Additional comments from [EMAIL PROTECTED] Tue Jun 21 03:47:46 -0700 
2005 ---
Reassigned to HI.

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



[sw-issues] [Issue 51035] In a Mailmerge Document a conditional textfield doesn't work after tryi ng to send as pdf via email

2005-06-21 Thread hi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51035


User hi changed the following:

  What|Old value |New value

   Assigned to|hi|os

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Target milestone|---   |OOo 2.0.1





--- Additional comments from [EMAIL PROTECTED] Tue Jun 21 05:44:28 -0700 
2005 ---
- Open fax template (faxmodern.ott) from ../share/template/lang/officorr
- Expand to 2 pages
- On first page you will see This fax consists of 2 pages...
- Run mailmerge via pdf mail attachment
- Load the created pdf file
- The s from pages is away = This fax consists of 2 page...
Note: It doesn't occur by direct pdf-export.

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