Page 1 of 1

add/edit data source event

Posted: Sun Oct 07, 2012 12:57 am
by hardingja
When a user creates a new datasource I would like to take them to a gui query builder tool so they can construct their sql statement and return the constructed sql back to the "query text" on the report's datasource. Is there an add/edit datasource event which I could handle? My users are not going to know table names, how to join tables, etc. The gui query builder will provide the list of associated tables/views available to them and there they will pick what columns and conditions they want.

Re: add/edit data source event

Posted: Mon Oct 08, 2012 1:13 pm
by HighAley
Hello.

There is no such event. But you could show your query builder before running and then register it in a new report.
You could read about it in our knowledge base http://stimulsoft.helpserve.com/index.p ... ticleid=69

Thank you.