Hi
I don't know if I can achieve this in Navision 4 sp3.
I've got a report that shows a picture that is stored in a BLOB type field of a table.
The thing is that this company prints 2 type of checks, and both are the same. The only thing that changes is the background image.
So in the sourceexpr for the picture control field I've got my BLOB type field: BankAcc2.Picture
I've create BannkAcc2.Picture2
I see I can't define a BLOB type Global Variable. I need to dynamically change the SourceExpr of the control. something like If CheckType = 1 then SourceExpr = BannkAcc2.Picture2 else BannkAcc2.Picture
Any ideas?
0
Comments
I tried this approach of having two sections.
The thing is that the section is the report footer. So now I have two footers. The property PrintOneverypage is set to No, and PlaceInbottom is Yes.
The problem is that now even when I don't print one of the footers, it's like if the space occupied by it is "consumed" by the hidden footer, so there is a big white gap in the report.
How can I avoid this??
Thanks for posting. Actually I thought of that solution after posting. But the problem is that now I need to take 2 section approach, because apart from the Picture, also other fields are going to be different in each footer section.
I think anyway the problem is with NAV 4 SP2. It seems like sp2 version "reserves" space for all footers, even when not displayed. I'm going to try and migrate to SP3 at least.
Or otherways I will create 2 different reports and get it done #-o
Thanks for helping guys!