Hi
When i call the report i get above error
MyRec is Record Datatype with SubItem Item
MyRec.RESET;
MyRec.SETRANGE("No.","No.");
IF MyRec.FINDFIRST THEN
REPORT.RUN(795, TRUE, TRUE, MyRec);
Thanks
*This post is locked for comments
I have the same question (0)