What can i limit with the source code ?
Using the Professional Version of Report Builder 6.02 would it be possible
for me limit the views available to the End User in the following ways.
When in the DataTab and you hit new can i only display the Query Wizard and
not the Query Designer option ?
These are the sorts of things i would need to prevent the users from getting
access to.
If i get the source code can i change things like this or do i need to get
the Enterprise version.
Do you have any other wizards than the ones you get when in the Design Tab
and i select new. This wizard is OK but you cannot setup a search or link 2
tables together.
Many thanks
John
for me limit the views available to the End User in the following ways.
When in the DataTab and you hit new can i only display the Query Wizard and
not the Query Designer option ?
These are the sorts of things i would need to prevent the users from getting
access to.
If i get the source code can i change things like this or do i need to get
the Enterprise version.
Do you have any other wizards than the ones you get when in the Design Tab
and i select new. This wizard is OK but you cannot setup a search or link 2
tables together.
Many thanks
John
This discussion has been closed.
Comments
designer is what allow creating/modification of the queries. If you simply
want to limit the functionality of the data views you could create a
descendant which disables functionality and register it instead. You do not
need the Enterprise verstion to be able to modify the source. You can in
fact use the existing wizard tp setup a search, perform joins, and so
fourth. There are also options for automating joining of tables (see
RBuilder\Demos\End User\AutoJoin). Of course you could always create your
own wizards also.
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com