view frame pagefoot at page-bottom

Sonja

New Member
I've a program which looks like following:
for each prh_hist :
if first-of(prh_receiver) then do:
...
end.
if last-of(prh_receiver) then do:
put prh_receiver .....
VIEW FRAME pagefoot.
end.
end.

How could it be that the very last record doesn't show FRAME pagefoot if it's working for all others ? Field prh_receiver is shown but not FRAME pagefoot ?
 
Top