| |
ActiveReports 2.0 (Visual Basic 6.0) Support
Started by Afy65 at 06-23-2009 10:17 AM. Topic has 14 replies.
 
 
 
|
|
Sort Posts:
|
|
|
|
06-23-2009, 10:17 AM
|
Afy65
Joined on 06-23-2009
Posts 8
|
|
|
Placing an image on the report causes this to happen (screenshot attached) when the text goes beyond the height of the image - is there a work around for this. Using ar2std2501314. Just as an afterthought - none of the controls in the report are touching or overlaying each other.
|
|
|
|
|
Report
|
|
|
|
06-23-2009, 2:08 PM
|
PrantikS
Joined on 12-11-2008
Posts 763

|
Re: Image causes field overlay
|
|
|
|
|
Hello,
I would like to inform that you would need to increase the height of the image control to match that of the image if you wish to render it entirely. Are you trying to render a document to the image control? If so, you can consider using the richedit control instead.
Regards, Prantik
|
|
|
|
|
Report
|
|
|
|
06-24-2009, 6:25 AM
|
Afy65
Joined on 06-23-2009
Posts 8
|
Re: Image causes field overlay
|
|
|
|
|
All fields in the report are standard text boxes and are fine all the time that i dont add the image control to the report. Adding the image control to the page just screws the formating. The image is a full size image. would you like the report file to look at?
|
|
|
|
|
Report
|
|
|
|
06-24-2009, 10:59 AM
|
PrantikS
Joined on 12-11-2008
Posts 763

|
Re: Image causes field overlay
|
|
|
|
|
Hello,
Please provide us the RPX of the report so that we may take a better look into the issue.
Regards, Prantik
|
|
|
|
|
Report
|
|
|
|
06-24-2009, 11:58 AM
|
Afy65
Joined on 06-23-2009
Posts 8
|
|
|
please find attached rpx file
many thanks
|
|
|
|
|
Report
|
|
|
|
06-25-2009, 10:21 AM
|
PrantikS
Joined on 12-11-2008
Posts 763

|
Re: Image causes field overlay
Attachment: image.zip
|
|
|
|
|
Hello,
In order to resolve the issue, I would suggest you to set the visible property of the image :-imagbodymap to false at design time. Then in the detail beforeprint event, set the visible property of the same to true. Please take a look at the attached sample in this regard.
Regards, Prantik
|
|
|
|
|
Report
|
|
|
|
06-29-2009, 8:23 AM
|
Afy65
Joined on 06-23-2009
Posts 8
|
Re: Image causes field overlay
Attachment: image2.zip
|
|
|
|
|
thank you for your reply - your suggestion goes some of the way to curing the problem. I have setup a small loop using the 'fetch data' event to highlight that fact that the feilds still overlay if the page count goes to more than two.
I look forward to your response. thanks ;-) - modified code attached.
|
|
|
|
|
Report
|
|
|
|
06-30-2009, 11:05 AM
|
PrantikS
Joined on 12-11-2008
Posts 763

|
Re: Image causes field overlay
Attachment: image2.zip
|
|
|
|
|
Hello,
You could set the visible property of the image to false in the detail format event and change it to true in the beforeprint event. Please check the modified sample in this regard.
Regards, Prantik
|
|
|
|
|
Report
|
|
|
|
07-06-2009, 7:38 AM
|
Afy65
Joined on 06-23-2009
Posts 8
|
Re: Image causes field overlay
|
|
|
|
|
Hi I still think there is a problem with the reporting component(s) as your last suggestion still does not work properly - everything is displayed on the report as expected, except for the last page where the text fields still overlap each other.
Couldnt wait further for a solution or fix to this problem so I have implemented a workround using the RichEdit control, although there are some issues when resizing a report - text seems to be displayed outside of the controls boundries to the left at 90% and 70% zoom - strange!
|
|
|
|
|
Report
|
|
|
|
07-06-2009, 10:46 PM
|
PrantikS
Joined on 12-11-2008
Posts 763

|
Re: Image causes field overlay
|
|
|
|
|
Hello,
Could you provide us the RDF of the report where you are facing the issue with the RichEdit control for further investigations?
Regards, Prantik
|
|
|
|
|
Report
|
|
|
|
07-15-2009, 6:37 AM
|
Afy65
Joined on 06-23-2009
Posts 8
|
|
|
Hi sorry for the delay in getting back to you - attached is screenshot of problems encountered with RichEdit control - on my next post I have attached the rdf file for u to look at.
Thanks
Daniel
|
|
|
|
|
Report
|
|
|
|
07-15-2009, 6:40 AM
|
Afy65
Joined on 06-23-2009
Posts 8
|
|
|
Hi Please find attached requested rdf file
Thanks
Daniel
|
|
|
|
|
Report
|
|
|
|
07-15-2009, 10:52 PM
|
PrantikS
Joined on 12-11-2008
Posts 763

|
Re: Image causes field overlay
|
|
|
|
|
Hello,
Thank you for sending the RPX of your report. But could you please provide us the RDF of the report as well. Please take a look at this link regarding saving RDFs.
Regards, Prantik
|
|
|
|
|
Report
|
|
|
|
07-16-2009, 6:08 AM
|
Afy65
Joined on 06-23-2009
Posts 8
|
|
|
Hi Please find attached rdf (zipped) as per your request - sorry for the confusion with the rpx file
regards
daniel
|
|
|
|
|
Report
|
|
|
|
07-20-2009, 6:51 AM
|
PrantikS
Joined on 12-11-2008
Posts 763

|
Re: Image causes field overlay
|
|
|
|
|
Hello,
I apologize for the delay in response. I have been trying to replicate the issue at my end using the RPX that you have sent and with images of different dimensions but unfortunately was unable to do so. Could you also send us the “body map” image that you have embedded into the report for further analysis? Also, you may try adjusting the sizemode and PictureAlignment properties of the image control to get the desired results.
Regards, Prantik
|
|
|
|
|
Report
|
|
|
|
|
GrapeCity » Product Support » ActiveReports 2... » Re: Image causes field overlay
|
|
|
|
|