Skip to main content

Is it possible to restrict the number of rows displayed in a ListBox

  • February 15, 2013
  • 0 replies
  • 0 views

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.

Old KB# 5017