Multiple Select

sanps

Member
Hi List
I want to develop application with functionality same as posting (Invoice) application.
User can select multiple rows in grid from Find N Browse screen & when clicks on any of row exit / Select button next form opens (I want to open header less detail in which user can modify record). Now when user finishes with editing & clicks on OK, same form should get opened with next record selected in grid.
Now everthing is ready in my case except opening header less detail form for multiple times for multi select of grid records in find n browse. I dont know how to do this.

Pl help.

Thanks in advance.

Sandeep
OneWorld XE SP 21, Win 2K
Oracle 9i
 
Hi,
To work with multiple select you need to check in Grid Properties the (Multilpe Select ) options, and in the event (event rules) where you want repeats the action to all select lines you need to check in the menu options the options "repeat for grid".
I hope that this hellps you.
 
Back
Top