Results 1 to 3 of 3

Thread: How to retrive values in scroll area level2

  1. #1
    Geek_Guest
    Guest

    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


  2. #2
    Junior Member
    Join Date
    May 2008
    Answers
    5

    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])


  3. #3

    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;


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact