Hi everybody,
I have a problem with pictures in my report RTC. On each print of the sales invoice, I display a picture in header. This picture depends of the invoice.
If i print sales invoice one by one, no problem, the good picture appears.
But if i try to print 2 sales invoice (select 2 lines in page "Posted Sales Invoices" and click Print button ), it's the same picture on my 2 sales invoice.
Do you have an idea please ?
Thanks
0
Answers
It seems that the design of the Report need to be modify.
If its a standard Sales Invoice Report Copy then check -
1. Where is the image added in dataset, under Sales Invoice Header or it is under Page Loop.
2. What is the source expression for Image. Is it something like - =Convert.ToBase64String(Fields!CompanyInfoPicture.Value)
3. If it is something like above, it should be something need to be mapped with Code.GetData(x,x) as per your requirement. Because header information changes for each document using Code.Getdata and SetData approach.
Let me know if any issues.
Thanks & Regards,
Saurav Dhyani
Do you Know this About NAV?
Connect - Twitter | Facebook | Google + | YouTube
Follow - Blog | Facebook Page | Google + Page
Carsten
==> How To Ask Questions The Smart Way
This post is my own opinion and does not necessarily reflect the opinion or view of my employer.
Hey blood25,
I too belief you should play either with GetData SetData OR ReportItems!Textbox.Value to make it work dynamically.
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/
So a workaround could be to not use Database images or to update NAV and RV.
Carsten
==> How To Ask Questions The Smart Way
This post is my own opinion and does not necessarily reflect the opinion or view of my employer.