I have a report with several parameters, and I want to load default values
from a table (this is no problem). But if a user change the default value, I
want this new one to be stored in the same table, so that when the user wants
to run the report later on, the last used default value shows up.
For example: Is there a way to hook an event to the 'View Report'-button
that would run an SQL to do this for me?This is not supported in the current viewer. You would have to write your
own viewer to accomplish this.
--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
"TryM" <TryM@.discussions.microsoft.com> wrote in message
news:943046C4-D681-4F20-BF81-E5CFA8429828@.microsoft.com...
> I have a report with several parameters, and I want to load default values
> from a table (this is no problem). But if a user change the default
value, I
> want this new one to be stored in the same table, so that when the user
wants
> to run the report later on, the last used default value shows up.
> For example: Is there a way to hook an event to the 'View Report'-button
> that would run an SQL to do this for me?
>
No comments:
Post a Comment