Web Form

Stimulsoft Reports.WEB discussion
marco_vinicio
Posts: 7
Joined: Wed Mar 04, 2009 11:55 am
Location: Brazil

Web Form

Post by marco_vinicio »

Hi!
How to use a "Data from other datasource" like data source in my StiComboBoxControl?
Please help me.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Web Form

Post by Edward »

Hi Marco,

For now we support this feature only in Windows Forms. We have added support of this feature in Web in our to do list.

We will post a message in this topic when the solution is available.

Thank you.
marco_vinicio
Posts: 7
Joined: Wed Mar 04, 2009 11:55 am
Location: Brazil

Web Form

Post by marco_vinicio »

It seems that events like selectedindexchanged don't work. Is true?
Thanks...
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Web Form

Post by Jan »

Hello Marco,
marco_vinicio wrote:It seems that events like selectedindexchanged don't work. Is true?
Thanks...
SelectedIndexChanged event don't work in web.

Thank you.
marco_vinicio
Posts: 7
Joined: Wed Mar 04, 2009 11:55 am
Location: Brazil

Web Form

Post by marco_vinicio »

There are other event?
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Web Form

Post by Jan »

Hello Marco,
marco_vinicio wrote:Hi!
How to use a "Data from other datasource" like data source in my StiComboBoxControl?
Please help me.
Problem fixed. Patch will be available in build from 9 March. Also you can do following steps to avoid this bug. Please enter following code in ReportConnect event of StiWebViewer:

Code: Select all

e.Report.Dictionary.Connect();
e.Report.Dictionary.ConnectVirtualDataSources();
Thank you.
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Web Form

Post by Jan »

Hello Marco,
marco_vinicio wrote:There are other event?
Only events of dialog buttons.

Thank you.
marco_vinicio
Posts: 7
Joined: Wed Mar 04, 2009 11:55 am
Location: Brazil

Web Form

Post by marco_vinicio »

Ow...
There's some way to build progressive (relational) filters?
e.g After select the first value in a combo, the second combo recieve a bind based in the first combo or other thing like this?
Remeber that i will use web forms...
If there is no way, there's a prevision for do this?
Thanks!
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Web Form

Post by Edward »

Hi Marco,

Sorry we do not have the functionality to relate comboboxes in the Web dialogue forms.

Thank you.
marco_vinicio
Posts: 7
Joined: Wed Mar 04, 2009 11:55 am
Location: Brazil

Web Form

Post by marco_vinicio »

Ok,
This is in your to do list?

"Only events of dialog buttons."
How it works?
All buttons that the componet insert in my form, perform like submit.
I Need use some filter before print the report, some suggestion? (Please).
Post Reply