3/16/2026 3:27:39 AM
|
| |
| slxdeveloper.com Community Forums |
|
| |
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
|
|
|
|
DataGrid Return Deleted Row
Posted: 26 Oct 07 5:48 AM
|
Hi folks,
I have a datagrid that returns one field with the option to delete any of the entries. If an entry is deleted I want to be able to return that value within a msgbox. Any ideas how? It has to be returned within the OnDeletedRow event as oppose to the OnDeleteRow event as a cofirmation box occurs within between so they may decide they did not want to delete the entry.
All help appreciated.
Cheers Kev |
|
|
|
Re: DataGrid Return Deleted Row
Posted: 27 Oct 07 6:59 AM
|
| On the WhenClick of the row - store the value into a global variable. Then you can do what you like. |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|