Procedure print report with memo
var mylist : tstringlist;
Lines : integer;
begin
mylist := tstringlist.create;
mylist.assign(Abstable1.fieldbyname(‘emp_address’);
For lines := 0 to mylist.count – 1 do
begin
printtab(mylist.strings[ lines]);
end;
mylist.free
Prints out memo’s just fine.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.