Help with 2 records in a page
Hi, in design mode how i can display 2 records per page? I have a file with 1200 records and i want to show 2 per page (first in a top of page and other in a half down page).
Thanks.
Thanks.
Comments
in the obp event of the master band write code to set the engines cury prop
ie
if (<line#> MOD 2 = 0) THEN ENGINE.CURY := VALUE YOU WANT ELSE ENGINE.CURY := ENGINE.CURY;