RichEdit Print / PrintPreview - Append Virtual Lines
Posted: Thu Dec 30, 2010 11:52 pm
Hi, I have a need to Append Lines to the output on Print and PrintPreview but leave the original rve contents unchanged.
RVPrint1.AssignSource(rve);
add new lines here ?
RVPrint1.FormatPages(rvdoALL);
RVPrint1.Print('', 1, False);
Thanks
Andy
RVPrint1.AssignSource(rve);
add new lines here ?
RVPrint1.FormatPages(rvdoALL);
RVPrint1.Print('', 1, False);
Thanks
Andy