Page 2 of 3

problem with StiWebDesigner1_GetPreviewDataSet

Posted: Wed Nov 02, 2011 3:46 am
by sofiane
We are using the 27/10 version.

The filter do not work with second and third level of Business Object.
For example : in my example

Company is an object composed from portfolios
Portfolio is an object composed from projects
Project is an object composed from Tasks

When we apply the filter into tasks type thats not work !


thanks in advance for your response







problem with StiWebDesigner1_GetPreviewDataSet

Posted: Thu Nov 03, 2011 8:56 am
by Alex K.
Hello,

We are working on the problem. We will let you know about the result.

Thank you.

problem with StiWebDesigner1_GetPreviewDataSet

Posted: Tue Nov 15, 2011 4:08 am
by Alex K.
Hello,

We made some improvements in that direction.
Please check the latest build when it will be available.

Thank you.

problem with StiWebDesigner1_GetPreviewDataSet

Posted: Thu Nov 17, 2011 4:14 am
by sofiane
The filter do not work when the component has two children.

DataBand1 is master component for DataBand2 and DataBand3

DataBand1 is related to Company.Portfolio.Project

DataBand2 is related to Company.Portfolio.Project.Task
and
DatBand3 is related to Company.Portfolio.Project.Task

DataBand2 and DataBand3 are brother. These two components are children of the same Component DataBand1

When We apply two different filter (Type of task is equal 1 on the first component and equal 2 in the second) on DataBand2 and DataBand3 , thats not work it return the same data.


Thanks in advance for your response


problem with StiWebDesigner1_GetPreviewDataSet

Posted: Thu Nov 17, 2011 7:07 am
by Alex K.
Hello,

Please send us a report which reproduces the issue for analysis.

Thank you.

problem with StiWebDesigner1_GetPreviewDataSet

Posted: Thu Nov 17, 2011 11:33 am
by sofiane
Here the same example


problem with StiWebDesigner1_GetPreviewDataSet

Posted: Fri Nov 18, 2011 9:13 am
by sofiane
Here Example.

Its to be noted that the filter work when we use one child. In this example the Filter donot work.


problem with StiWebDesigner1_GetPreviewDataSet

Posted: Tue Nov 22, 2011 4:00 am
by Alex K.
Hello,

Thank you for sent files.
We need some additional time for check the issue.

Thank you.

problem with StiWebDesigner1_GetPreviewDataSet

Posted: Tue Nov 22, 2011 6:29 am
by Ivan
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.

problem with StiWebDesigner1_GetPreviewDataSet

Posted: Tue Dec 13, 2011 9:37 am
by sofiane
Hello,

I I currently use StimulsoftReports.Web_2011.3

But when I work with Business Object I have the exception below

This exception appears when we try to associate the first level of business Object to the dataBand.

You can test that with the file above : test_BusinessObject18Novembre.rar

ReferenceError: Error #1065: the variable * is not defined.

at global/flash.utils::getDefinitionByName()
at stimulsoft.flex.serialize::StiClassProperty/set typeName()
at stimulsoft.flex.serialize::StiSerializeCache$/fillProperties()
at stimulsoft.flex.serialize::StiSerializeCache$/getClassSchema()
at stimulsoft.controls.propertyGrid.model::StiSchemeHelper$/getClassesScheme()
at stimulsoft.controls.propertyGrid.model::StiSchemeHelper$/getObjectsSchemePrivate()
at stimulsoft.controls.propertyGrid.model::StiSchemeHelper$/getObjectsSchemePrivate()
at stimulsoft.controls.propertyGrid.model::StiSchemeHelper$/getObjectsSchemePrivate()
at stimulsoft.controls.propertyGrid.model::StiSchemeHelper$/getObjectsSchemePrivate()
at stimulsoft.controls.propertyGrid.model::StiSchemeHelper$/getObjectsSchemePrivate()
at stimulsoft.controls.propertyGrid.model::StiSchemeHelper$/getObjectsScheme()
at stimulsoft.controls.propertyGrid.model::StiAdapter/create()
at stimulsoft.controls.propertyGrid::StiPropertyGrid/set objects()
at stimulsoft.report.design::StiDesignerFx/onComponentsSelectionChange()
at stimulsoft.report.design.actions::StiSelectedComponentsActions/changeComponentsSelection()
at stimulsoft.report.design.tools::StiSelectToolService/onMouseDown()
at stimulsoft.controls_old.visual::StiSelectionLayer/onMouseDown()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.core::UIComponent/dispatchEvent()
at mx.managers::SystemManager/mouseEventHandler()



, PLease Help