What is scroll select, etc?

Showing Answers 1 - 1 of 1 Answers

vijayandhri

  • Sep 4th, 2005
 

ScrollSelect function selects records from a table and loads them into the scroll buffer area of a page. In parent/Child relationships, scrollSelect chooses all corresponding child rows and inserts them under the next higher level row. The function requires the specification of the target scroll area, a source record from which to select rows and an optional SQL string. The parameters passed to ScrollSelect vary based on the scroll level at which the function is targeted. 
Level 1 
ScrollSelect (1, RECORD.target_recname, RECORD.sel_recname); 
Level 2 
ScrollSelect (2, RECORD.level1_recname, RECORD.target_recname, RECORD.sel_recname); 
Level 3 
ScrollSelect (3, RECORD.level1_recname, RECORD.level2_recname, RECORD.target_recname, RECORD.sel_recname); 
 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions