Page 1 of 1

Filling table

Posted: September 30th, 2016, 1:28 pm
by LOKOSSOU DURAND
Hi
I want to writte controls one two table.
I the number of line in the first table should be the same into the second.

Re: Filling table

Posted: October 3rd, 2016, 9:42 am
by Gregory Martin
I'm not sure if I'm understanding your question correctly, but if you want to control the number of rows in your second table based on the number of rows in your first table, you could write something like this:
PROC FIRST_FIELD_ON_SECOND_ROSTER

preproc

    
if curocc() > totocc(FIRST_ROSTER_NAME) then
        
endgroup;
    
endif;