RC8 - Print current record only

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

Will be fixed in Servoy 2.0 rc9