I want to be able to attach several pages of text to output after each record on a report ie. terms & conditions printing after each sales invoice & store these pages in NAV if possible in BLOB fields?
So I added a BLOB field to a new table which has "Report ID,Line No." as its key (to allow more than one page (BLOB) to be stored against each report).
I set the BLOB SubType property to 'Memo' and copied the Import function from Form 1 (Company Info.) to import the text file.
Then I put a PictureBox onto the report and a CALCFIELDS command in there but all I see printed is '*'.
What did I do wrong... :?
0
Comments
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Following the example coding elsewhere in the forum, it is quite easy to use this method.
http://mibuso.com/blogs/davidmachanick/