Modify data from a button in a report
Last Post 01/22/2015 6:32 PM by Joseph Craig. 1 Replies.
Author Messages
Mark
Nuke Newbie
Nuke Newbie
Posts:1


--
01/22/2015 12:22 PM
    I have a custom table containing rows of data and a DNN report that shows those rows. The data source of the report is a SQL Stored Procedure.

    I'm actually inserting some html into the report in that stored procedure, including the code to see buttons on each row.

    I want a button that will run a stored procedure that would delete the row of data when clicked.

    Does anyone have a suggestion on how to wire up that button to do that?

    Thank you, Mark Buelsing
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    01/22/2015 6:32 PM
    Are you using the DNN Reports module to do this?

    Normally, I would recommend that you use the SGSV module from tressleworks.ca. Unfortunately, they aren't distributing the module at the moment. If you want to contact me privately using the form at patapscorg.com, I can put you in touch with the developer who will likely give you a copy ...

    SGSV is one of my favorite modules, and can easily be configured to display a table with Create, Update, and Delete buttons for each and every row. (It can also do a few hunderd thousand other cool things ...)

    Joe Craig, Patapsco Research Group
    Complete DNN Support


    ---