I'm a newbie to Gambas and very impressed. Managed to solve all my 
queries and port apps from VB. However I have one problem that has me beat:)
I have a GridView with Mode = Multiple and can select multiple rows; 
either sequentially or at random. So far so good as similar to VB.
I want to loop through the selected items and take some action on each 
item. eg: Delete the row.
I cannot find a way to read the selected row. The Gridview.Row property 
only returns the last selected row.
Typically my grid may contain 1000 rows and I use this function to 
delete old records. It would be tedious one at a time. I could get 
around it by asking the user to enter a cutoff date or range of row 
numbers to delete but this raises the question "What is the point of 
having a Multiple mode attribute?"
Thanks
Mike

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to