Home
Manage Your Code
Snippet: Displaying Picture in NAV Report (Other)
Title: Displaying Picture in NAV Report Language: Other
Description: To display picture in NAV Report, where picture is stored in customer information table Views: 54
Author: Andy Yong Date Added: 3/10/2010
Copy Code  
// g_rec_ComInfo is refering to company infor record
// Put this on OnInitReport

g_rec_ComInfo.GET;
g_rec_ComInfo.CALCFIELDS(Picture);
Usage
In report screen, add a picture box control. 
Set the SourceExpr := g_rec_ComInfo.Picture