Hello,
We're using Genero 5.00.02 and GBC 5.00.10 on Windows Server.
We have quite a number of screens that open and display a list of data items. Because we don't know the height of the table in the browser we use:
DISPLAY ARRAY p_mess TO s_mess.* ATTRIBUTE( COUNT = p_arr_count )
BEFORE DISPLAY
EXIT DISPLAY
END DISPLAY
That displays all the rows that we've taken from the database into the table. But it displays the bottom rows squashed together. See screenshot:
https://www.dropbox.com/scl/fi/ti3biyuawjwfkpnx0h8nf/Screenshot-1.jpg?rlkey=1wms9alnagsrdamx49pofdlj1&e=1&dl=0When we browse all the rows in the table, just using DISPLAY ARRAY, it renders the bottom rows correctly. See screenshot:
https://www.dropbox.com/scl/fi/5rgzoq88a1nnim0ieqcwj/Screenshot-2.jpg?rlkey=gfm05mvidgn5cdpydejzeyslc&e=1&dl=0I've tried this using the latest version of Firefox and Chrome with the same result.
Is there a way around this problem or will it need to be fixed in GBC?
Thanks,
Carl