This topic is locked
[SOLVED]

 User defined button

2/19/2011 6:15:19 PM
PHPRunner General questions
S
shep author

Is there a way I can get a user defined button that operates on the "selected" items in a list? I.e. in a list, there can be a checkbox which is normally used by "Edit selected" and/or "Delete selected". I have an application where I'd like a button press do some function defined by me other than delete or edit against all the selected items. Ideally, the button press would pop up a dialog window into which the user can type some additional information and that, along with the result of the selections, be passed to a php function of my making.
I'd do a search for this in the forums since it may already be answered but I don't know exactly how to phrase a search.
In this case, there never is a need for a delete on any of the listed items, so I was thinking of hijacking the inner workings of delete button to cheat, but that seems rather clunky.
Thanks in advance.

Sergey Kornilov admin 2/19/2011
S
shep author 2/20/2011



Check this example for inspiration:

http://xlinesoft.com/phprunner/docs/update_multiple_records.htm


Excellent. That will work perfectly. Thanks again.