Re: Column spacing on report 2.5

From: GLucas4189 <glucas4189_at_aol.com>
Date: 29 Mar 1999 17:24:55 GMT
Message-ID: <19990329122455.05005.00001926_at_ng142.aol.com>


You should draw a frame around each of the columns. Set up summary column variables, CS_1, CS_2, CS_3, CS_4 which have the count function on each of the 4 columns. . For each frame, put in the the following code ( on the format trigger for that frame ):-

if :cs_1 = 0 then

    return(FALSE);
else

    return(TRUE)
end if;  

if :cs_2 = 0 then

    return (FALSE);

etc..

Make all your column frames variable for horizontal and expand or variable for vertical. This way they will shuffle across into neat spaces from left to right, as is the normal push pull operation.

Hope this helps.. Received on Mon Mar 29 1999 - 19:24:55 CEST

Original text of this message