Retrieve the existing items using the DlgListboxArray function. Expand the array just retrieved using the ReDim Preserve statement and add your new items to the array. Then usr the DlgListboxArray statement to fill the box with your new values.
Robert
Schmidt Interactive Software, Inc.
Does anyone know how to add items to an already created Listbox in ReportScripting ??
Base your listbox on an array, then you can manipulate it’s items at will!
e.g. - In the dialog definition:
ListBox 63, 139, 84, 56, listarray(), .ListBox1
From: Venu[SMTP:Venu@DUNNSYS.COM]
Sent: 27 July 1998 20:30
Does anyone know how to add items to an already created Listbox in ReportScripting ??