Since RC8 we have a print preview bug, ALL records are shown.
Method:
if ( printchoice == “Letter” )
{forms.mail_p.controller.showPrintPreview(true);
}
if ( printchoice == “Fax” )
{forms.mail_p_fax.controller.showPrintPreview(true);
}
worked fine in RC7.
TIA,
Stef