Options

RTC Reports-Borders not shown when image is not available

brijeshvaidyabrijeshvaidya Member Posts: 50
edited 2010-08-06 in NAV Three Tier
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

Comments

  • Options
    mihail_kolevmihail_kolev Member Posts: 379
    You hide the cell and everything that belongs to it. What I would do is to add a blank Embadded image and show it instead of hide the cell.
    -Mihail- [MCTS]
  • Options
    brijeshvaidyabrijeshvaidya Member Posts: 50
    thank you,

    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.
    Brijesh Vaidya
    Sr. Software Engineer
    India
Sign In or Register to comment.