How to retrive the data from 3rd scroll, using traversing.
any one can help with the clear syntax
Answer Posted / kaerthikeyan
Local Rowset &rs, &rs1,&rs2;
&rs = GetLevel0()(1).GetRowset(Scroll.record(LEVEL1));
For &i = 1 To &rs.ActiveRowCount
&rs1 = &rs(&i).GetRowset(Scroll. Record (LEVEL2));
For &j = 1 To &rs1.ActiveRowCount
&rs2=&rs1(&j).getrowset(scroll.record (LEVEL3));
For &k=1 to &rs2.activerowcount
&year = &rs2(&k). Record(LEVEL3).FieldName.Value;
WinMessage(&year);
End-For;
End-For; End-For;
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What is the difference between traction table and setup tables?
What is regulatory region?
What are effective dates and what are the benefits of it?
How do you allow workers to update their own data?
How do you modify security trees?
What are prompt tables in peoplesoft hrms?
explain about hr business transactions?
Which method should you use person or position?
How do you setup person of interest types?
Explain the difference between transaction table and setup tables?
How to retrieve the data from 3rd scroll, using traversing?
Explain the scenario where we have to use Component Interface Statndard methods and Session methods.
What’s the difference between person or position?
What is job family?
In which situation will an employee need to have more than one employee instances with an organization?