This topic also concerns IBM® Informix® 4GL migration, see
the I4GL Migration page
for mode details.
By default with Four Js Business Development Suite (BDS), fields of a screen array were rendered
as listviews: Figure: Four Js BDS listview rendering for screen arrays
To split such listview into individual field cells, Four Js BDS provided the
OPTIONS="-nolist" attribute, to be specified for each field of the screen
array:
Figure: Four Js BDS screen array with fields using OPTIONS="-nolist"
With Genero BDL, consider using a SCROLLGRID container, to render a list of records in separated field cells.
The SCROLLGRID container allows to position field tags on several grid lines, by
repeating the same layout for each row:Figure: Genero BDL SCROLLGRID container