Hi everyone,
in a report suppose we have to print a picture in report. We have to use code like
create a variable as
Name DataType Subtype
Companyinfo record company information (table)
Companyinfo.get;
Companyinfo.calcfields(picture) ;
if u write like we can get a picture . but
why we are using Companyinfo.calcfields(picture) ;
can anybody tell me why this above line executed?