Multiple select on grid

JMR

VIP Member
Hi all,

I am not much of a forms expert so here goes. I have a grid that I have set to 'Muliple Select'. I also have a row exit that, when pressed, I want to do some processing on each selected row. Is there a simple way to do this? I am hoping that the forms engine does the looping process for me, but have not been able to figure it out.

Thanks in advance
 
In the event rule for the row exit - Button is Clicked there is the option to Repeat for Grid under options. The Button is Clicked event will then repeat for each grid selected. You then use the Post Button is Clicked for any logic that you want to process after all selected rows have been processed. For instance, I'll quite often put a Press Button Find in the Post Button Is Clicked so that the grid refreshes.

Ben again
 
What is the processing that you wanna do. Simply put your code in the "Write
Grid Line Before" OR "Write Grid Line After" event and the processing will
happen for each line in the grid.


===================================
Siddhartha Arya
Business System Analyst
+65-90670625
===================================
In three words I can sum up everything I've learned about life: It goes on
-- Robert Frost
 
I think it is better to use the evens Repeat for grid check marked. And the selected lines repeat.
 
Thanks Kamal for your tips, the option: Repeat for Grid it's working very good.
Have a good day
Mo - Montreal
Developper OW Xe
 
Back
Top