[Libreoffice-bugs] [Bug 118391] Image Control in Mail Merge Document only displays first result.

2018-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118391

Drew Jensen  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |NOTABUG

--- Comment #13 from Drew Jensen  ---
(In reply to Xisco FaulĂ­ from comment #12)
> @Drew Jensen, should it be closed as RESOLVED NOTABUG ?

I would think so.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118391] Image Control in Mail Merge Document only displays first result.

2018-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118391

--- Comment #12 from Xisco FaulĂ­  ---
@Drew Jensen, should it be closed as RESOLVED NOTABUG ?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118391] Image Control in Mail Merge Document only displays first result.

2018-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118391

--- Comment #11 from de...@roosoft.ltd.uk  ---
(In reply to Drew Jensen from comment #10)
> > 
> > Maybe if I carry on trying to work on it I can eventually get a template to
> > work but at this stage starting to look like a massively more complex
> > problem and I might need to resign myself to using webforms and php and
> > accessing the DB directly.
> 
> Actually, I wouldn't mind helping you with this, and can post up an example
> of what I am talking about, but at this point the conversation should leave
> the bug tracker and move over ask.libreoffice.org site.
> 
> Would that work for you?

Yeah I should really. But not sure I have time to write it all down as another
post now. Already behind on a PBX I need to set up. 

Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118391] Image Control in Mail Merge Document only displays first result.

2018-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118391

--- Comment #10 from Drew Jensen  ---

> 
> Maybe if I carry on trying to work on it I can eventually get a template to
> work but at this stage starting to look like a massively more complex
> problem and I might need to resign myself to using webforms and php and
> accessing the DB directly.

Actually, I wouldn't mind helping you with this, and can post up an example of
what I am talking about, but at this point the conversation should leave the
bug tracker and move over ask.libreoffice.org site.

Would that work for you?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118391] Image Control in Mail Merge Document only displays first result.

2018-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118391

--- Comment #9 from de...@roosoft.ltd.uk  ---
(In reply to Drew Jensen from comment #8)
> (In reply to de...@roosoft.ltd.uk from comment #7)
> > > Debug: are you happy with this answer?
> > 
> > Not especially. Base reports don't allow page size restrictions in the same
> > way that Documents does. That is to say I am trying to print out on an
> > industrial label printer and it will not let me set zero margins nor let me
> > make sure the text lines are x far apart to fit in constricted space. 
> > 
> > As it is not I have to print the Document as a PDF form and let people fill
> > out what they need by hand before printing out. 
> > 
> > Not ideal.
> 
> Well, in the past I used to print product labels on a single wide label
> printer for ceramics shipment. In that case it also had an image for
> scanning and text, what I did is used a base form, which is just a writer
> file and laid it up in print view. Feed the form from a query with results
> for the print run, walked down the result set, while print the form for each
> record. Sounds close to what you want to do.

Broadly I suppose. Essentially we have products with different logos that must
be attached to them. 

The labels are just the last part of an auditable printing system I am trying
to write. This is because it is to do with food stuffs and so duplicate labels
should not be printed unless authorised by someone signing off on that. You
don't want today's labels being places on yesterdays good for example. 

I thought at first it would be pretty easy to just generate a preview in a LO
Base form and then print it straight from there, flagging the print as it went.
But like I say Base reports are not so easy to work with and trying to
constrict them to a concise layout where everything had to be in the same place
every time is frustrating to say the least. 

Maybe if I carry on trying to work on it I can eventually get a template to
work but at this stage starting to look like a massively more complex problem
and I might need to resign myself to using webforms and php and accessing the
DB directly.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118391] Image Control in Mail Merge Document only displays first result.

2018-08-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118391

--- Comment #8 from Drew Jensen  ---
(In reply to de...@roosoft.ltd.uk from comment #7)
> > Debug: are you happy with this answer?
> 
> Not especially. Base reports don't allow page size restrictions in the same
> way that Documents does. That is to say I am trying to print out on an
> industrial label printer and it will not let me set zero margins nor let me
> make sure the text lines are x far apart to fit in constricted space. 
> 
> As it is not I have to print the Document as a PDF form and let people fill
> out what they need by hand before printing out. 
> 
> Not ideal.

Well, in the past I used to print product labels on a single wide label printer
for ceramics shipment. In that case it also had an image for scanning and text,
what I did is used a base form, which is just a writer file and laid it up in
print view. Feed the form from a query with results for the print run, walked
down the result set, while print the form for each record. Sounds close to what
you want to do.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118391] Image Control in Mail Merge Document only displays first result.

2018-08-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118391

--- Comment #7 from de...@roosoft.ltd.uk  ---
> Debug: are you happy with this answer?

Not especially. Base reports don't allow page size restrictions in the same way
that Documents does. That is to say I am trying to print out on an industrial
label printer and it will not let me set zero margins nor let me make sure the
text lines are x far apart to fit in constricted space. 

As it is not I have to print the Document as a PDF form and let people fill out
what they need by hand before printing out. 

Not ideal.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118391] Image Control in Mail Merge Document only displays first result.

2018-08-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118391

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #6 from Buovjaga  ---
(In reply to Drew Jensen from comment #5)
> If you want to do just what you want to do there is a totally different way
> to go. Create a report in Base.

Debug: are you happy with this answer?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118391] Image Control in Mail Merge Document only displays first result.

2018-07-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118391

--- Comment #5 from Drew Jensen  ---
First, you aren't doing what you think you are doing, I think.

As you saw mail merge fields do not include image fields. 

The two mail merge fields and the three individual image controls are not
linked to each other in any way. The fact that the two types of items (fields
and controls) are from the same datasource is of no relevance.


If you want to do just what you want to do there is a totally different way to
go. Create a report in Base.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118391] Image Control in Mail Merge Document only displays first result.

2018-06-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118391

--- Comment #4 from de...@roosoft.ltd.uk  ---
Created attachment 143153
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143153=edit
LogoTest Database

The sameple Database.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118391] Image Control in Mail Merge Document only displays first result.

2018-06-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118391

--- Comment #3 from de...@roosoft.ltd.uk  ---
The example db file can be found at this link.

https://www.file-upload.com/et5kznil7c2e

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118391] Image Control in Mail Merge Document only displays first result.

2018-06-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118391

--- Comment #2 from de...@roosoft.ltd.uk  ---
Created attachment 143128
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143128=edit
Document Template

Template Document to generate Mailmerge document.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118391] Image Control in Mail Merge Document only displays first result.

2018-06-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118391

--- Comment #1 from de...@roosoft.ltd.uk  ---
Created attachment 143127
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143127=edit
Output Document

This is the output doc

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs