When I do a search to a related record from a portal, the contents from RTF fields stays empty...
This is the method I use:
var x = softw_rapporten_status.rapportenid;
forms.rapport_details.controller.show();
forms.navigate.setBackground();
forms.navigate.elements.bttn_rapport.bgcolor = "#ff0033";
forms.rapport_details.controller.find();
forms.rapport_details.rapportenid = x ;
forms.rapport_details.controller.search();
forms.rapport_details.controller.showRecords();
I noticed that Windows users have the same problem, too...
Servoy Developer
Version R2 2.1rc2-build 306
Java version 1.4.2-38 (Mac OS X)[/quote]