Hello,
I am trying to print listings (form listview) with Calculation Fields displayType HTML_AREA.
The Calculation is:
if ( !utils.hasRecords( data_to_data_image ) )
{
return null;
}
var img_string = “media:///servoy_blobloader?servername=” + currentcontroller.getServerName();
img_string += “&tablename=” + “data_image” + "&dataprovider=image_thum&rowid1= " + data_to_data_image.id_data_image;
var v_html = “ ” ;
return “” + v_html + “”;
In Browse Mode all pictures are shown well, but in the printing preview on
some records pictures are missing. Scrolling forward and back the printing sites, the pictures whitch will be shown are changing.
Any ideas want I am doing wrong?
Thanks for your help
Regards
Thomas
IT2Be
September 5, 2007, 12:40pm
2
Which Servoy?
Which Platform?
Which Java?
Scrolling forward and back the printing sites, the pictures whitch will be shown are changing.
Are you telling that the wrong pictures are shown?
IT2Be:
Which Servoy?
Which Platform?
Which Java?
Scrolling forward and back the printing sites, the pictures whitch will be shown are changing.
Are you telling that the wrong pictures are shown?
Servoy Developer
Version 3.0.2-build 373
Java version 1.5.0_11-b03 (Windows XP)
Not wrong pictures are shown, the pictures are missing at all on some records. Sometimes a picture is show, next time not.
IT2Be
September 5, 2007, 12:54pm
4
what will the latest 3.1 do for you? We are at 3.1.6 by now…
Hi Marcel,
yes I know … but the customer is still running 3.02 at this time.
I will try 3.1.6 and come back.
Thank you!
Thomas
with 3.1.6 it is working fine
Thank you!
IT2Be
September 17, 2007, 2:58pm
7
Glad it does, thank you for your feedback!