Button to call stored procedure

(2 posts) (2 voices)
  1. thewah, Member

    I'm wondering what is going to be the easiest/best way to create a button that calls a procedure that updates some tables.

    Basically I'm making a stored proc that projects certain metric out through the end of the month. I need a simple way to call that stored proc on demand (i.e. not when the report loads). Can I just toss in a button that calls it, or is there another way?

  2. myDBR Team, Key Master

    You can use dbr.button for this. See example from demo.

    --
    myDBR Team


Reply

You must log in to post.