Page 1 of 2
Web Form
Posted: Wed Mar 04, 2009 12:47 pm
by marco_vinicio
Hi!
How to use a "Data from other datasource" like data source in my StiComboBoxControl?
Please help me.
Web Form
Posted: Thu Mar 05, 2009 10:21 am
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.
Web Form
Posted: Thu Mar 05, 2009 12:12 pm
by marco_vinicio
It seems that events like selectedindexchanged don't work. Is true?
Thanks...
Web Form
Posted: Thu Mar 05, 2009 2:34 pm
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.
Web Form
Posted: Fri Mar 06, 2009 6:47 am
by marco_vinicio
There are other event?
Web Form
Posted: Fri Mar 06, 2009 9:20 am
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.
Web Form
Posted: Fri Mar 06, 2009 9:21 am
by Jan
Hello Marco,
marco_vinicio wrote:There are other event?
Only events of dialog buttons.
Thank you.
Web Form
Posted: Thu Mar 12, 2009 7:48 pm
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!
Web Form
Posted: Fri Mar 13, 2009 5:23 am
by Edward
Hi Marco,
Sorry we do not have the functionality to relate comboboxes in the Web dialogue forms.
Thank you.
Web Form
Posted: Fri Mar 13, 2009 5:59 am
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).