Struggling a bit to find a solution here...
I have a table that displays a list of projects, and I am using the select box feature to allow one or more projects in the list to be selected.
The goal is to be able to delete multiple projects at once, based on the selection.
Using the standard toolbar button, I have no problems grabbing the gcb array and deleting the selected projects or performing other actions based on the selection list.
However, I really need to have a popup to confirm the delete. Unfortunately the toolbar button does not have any built-in provisions for creating a popup.
Though I could vector off to an intermediate form, I lose the table display. So, a popup over the table is the best solution.
I have looked at using a task button instead of a toolbar button, but I cannot seem to find a way to get the posted gcb array from my selection list via the task button.
Any ideas as to how this could be accomplished using the existing tool set in v6?
I have a table that displays a list of projects, and I am using the select box feature to allow one or more projects in the list to be selected.
The goal is to be able to delete multiple projects at once, based on the selection.
Using the standard toolbar button, I have no problems grabbing the gcb array and deleting the selected projects or performing other actions based on the selection list.
However, I really need to have a popup to confirm the delete. Unfortunately the toolbar button does not have any built-in provisions for creating a popup.
Though I could vector off to an intermediate form, I lose the table display. So, a popup over the table is the best solution.
I have looked at using a task button instead of a toolbar button, but I cannot seem to find a way to get the posted gcb array from my selection list via the task button.
Any ideas as to how this could be accomplished using the existing tool set in v6?