Prepare for your Next Interview
This is a discussion on How to retrive values in scroll area level2 within the PeopleSoft forums, part of the Enterprise Solutions category; How to retrive values in scroll area level2? What is the code Question asked by visitor nrsrinivasulu...
|
|||
|
Re: How to retrive values in scroll area level2
ScrollSelect(levelnum,
[RECORD.level1_recname, [RECORD.level2_recname,]] RECORD.target_recname, RECORD.sel_recname [, sqlstr [, bindvars]] [, turbo]) |
|
|||
|
Re: How to retrive values in scroll area level2
U can use the rowset method.
&RS0 = getlevel0(); &RS1 = &RS0(1).getrowset(scroll.record_name); for &i = 1 to &RS1.activerowcount &RS2 = &RS1(&i).getrowset(scroll.record_name); end-for; |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Retrieve values in different format | Geek_Guest | Oracle | 1 | 07-12-2007 07:02 AM |
| Retrive objects which are last accessed or updated | Bhavesh69 | Oracle | 0 | 04-17-2007 04:38 PM |
| How to retrive column from treegrid | Geek_Guest | QTP | 0 | 04-05-2007 06:22 AM |
| Area of Rectangle | jamesravid | Brainteasers | 4 | 10-09-2006 07:49 AM |
| Finding A Test Area for IT Certification | Lokesh M | Certification | 0 | 07-05-2006 05:31 AM |