Problem:
Is it possible to restrict the number of rows displayed in a Dialog System ListBox?
For example, the CUSTOMER demo supplied with Net Express shows order lines with no data i.e. all zeros.
Resolution:
This issue is easily resolved with the SET-DATA-GROUP-SIZE function. You simply pass the name of the group associated with the ListBox and a variable containing the number of rows.
This functions needs to be actioned before the refresh and displaying of the listbox.



