problem with StiWebDesigner1_GetPreviewDataSet

Stimulsoft Reports.WEB discussion
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

problem with StiWebDesigner1_GetPreviewDataSet

Post by Vladimir »

Hello,

We have fixed the error, the update will be available in the next prerelease build.

Thank you.
sofiane
Posts: 43
Joined: Fri Jun 17, 2011 8:33 am
Location: france

problem with StiWebDesigner1_GetPreviewDataSet

Post by sofiane »

Ivan wrote:Hello,

Please modify your report: write the following code in the BeginRender event of the DataBand1 component:

Code: Select all

	Portfolio.Projet.Tache.OwnerBand = DataBand1;
and write the following code in the BeginRender event of the Data component:

Code: Select all

	Portfolio.Projet.Tache.OwnerBand = Data;
Also please set the EngineVersion property of the report to EngineV2.

Thank you.
I have retested the report wih StimulsoftReports.Web_2011.3 but I have problem :
I can not display delivrables in the componenent Data
The problem is the same when component have two children the report display only the first component
Thank in advance for your response
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

problem with StiWebDesigner1_GetPreviewDataSet

Post by HighAley »

Hello.

Sorry for the delay with response. We need some additional time to prepare the answer for you.

Thank you.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

problem with StiWebDesigner1_GetPreviewDataSet

Post by HighAley »

Hello.

Please check the attached report template.

If there is still any problem, please, send us detailed guide how to reproduce your issue with screen-shots and versions of our product.

Please, clarify what did you mean in this phrase: 'component have two children'

Thank you.
Attachments
1531.report.mrt
(526.61 KiB) Downloaded 319 times
sofiane
Posts: 43
Joined: Fri Jun 17, 2011 8:33 am
Location: france

problem with StiWebDesigner1_GetPreviewDataSet

Post by sofiane »

Hello Thanks For your repsonse,

I'm using the 22/12 version

Image

'component has two children' means that this component is Considered as Master Component of two "or more then two" other Compoenents (which I called Chikldren)

In the last version of attached report The component DataBand2 is master Component of DataBand1 and Data. So these two compoenents "DataBand1 and Data" are considered as children of DataBand2.

I have tested The report with StiWebViewerFx component and It's Work without Problem :-)

But When I'm using StiWebDesigner there are problems :-(

The Editor Opened the Report But when we clik on Preview there are firstly exception "Flash error" and secondly error message

The first error means its imposible to access to the properties or method of the reference of an object having null values

Image


the second error means that the format of xml is incorrect !!!!


Image
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

problem with StiWebDesigner1_GetPreviewDataSet

Post by Vladimir »

Hello,

We have improved the work of Preview tab, it will more accurately determine where the error occurs. The update will be available in the next prerelease build.

Also please try to increase the timeout response using the following options:

StiWebDesignerOptions.Connection.ClientRequestTimeout = 20; // seconds, 10 by default

If this does not help, follow these steps:
1. Set the StiWebDesignerOptions.Connection.EnableDataLogger option to True.
2. After the error message select the 'Save Log File' from the designer main menu.
3. This file will contain all of the sent and received data, please send it to us for analysis.

Thank you.
Post Reply