Hi to all. I've a problem converting my application from Nav5.0 to NAV2009 version.
I have to insert, into several subforms, the item picture (eg. Sales Order Subform I need to show the Item). The problem is that in classic client I put a picture box with sourceExpr "Item.Picture" but it seems impossible to do that int RTC client. If I try to insert a field with same BLOB sourceExpr it's shown like a textbox (as you can see into attached bmp). I can't put a picture into every single Order/Invoice/CrMemo Line because of Database management.
Another question is: How to import a picture in RTC using C/AL code? (eg On open Page I load a picture and on closing page I delete it)
Thanks in advance
Damiano
0
Comments
Try to use separate fact box for showing picture of item.
You can use this fact box for several pages.