Geeks Talk

Prepare for your Next Interview




How to retrive values in scroll area level2

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...


Go Back   Geeks Talk > Enterprise Solutions > PeopleSoft

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 04-21-2007
Expert Member
 
Join Date: Feb 2007
Posts: 1,279
Thanks: 0
Thanked 153 Times in 133 Posts
Geek_Guest is on a distinguished roadGeek_Guest is on a distinguished road
How to retrive values in scroll area level2

How to retrive values in scroll area level2? What is the code

Question asked by visitor nrsrinivasulu
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 05-26-2008
Junior Member
 
Join Date: May 2008
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
vijayreddy80 is on a distinguished road
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])
Reply With Quote
  #3 (permalink)  
Old 06-14-2008
Junior Member
 
Join Date: Jun 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
makhijani_tarun is on a distinguished road
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;
Reply With Quote
Reply

  Geeks Talk > Enterprise Solutions > PeopleSoft


Thread Tools
Display Modes


Similar Threads

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


All times are GMT -4. The time now is 06:53 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved