Hello,
i am customizing the sales quote report with showing the item pictures associated with the item,
but when item does not have any picture then i conditionally hide the image control using the visibility property of the image control:->>iif(recitempicture.value="",true,false)
But when i run the report and if the above case occurred, the top and bottom border of the cell where the image control is placed is not showing. i attached the image of the report.
can any body help to solve this problem?
thanks in advance..
Brijesh Vaidya
Sr. Software Engineer
India
0
Comments
it is solved,
my solution is that:
i provided facility to upload the blank image / "image not available" image to one page,
once this is filled by client, then in the sales quote report, it shows all the item detail with image associated with it.
so, when any item does not have image then, it is take blank image from the specified page.
Sr. Software Engineer
India