LISTBOX MANIPULATION

Does anyone know how to add items to an already created Listbox in ReportScripting ??

Any help will be greatly appreciated.

Thanks,

Venu Chakrapani
Project Leader
Lucent BusinessObjects Help-Desk
(w)(847) 673 0900 x129
venu@dunnsys.com


Listserv Archives (BOB member since 2002-06-25)

Hi:

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 ??

Any help will be greatly appreciated.

Thanks,


Listserv Archives (BOB member since 2002-06-25)

Venu,

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 ??

Any help will be greatly appreciated.

Thanks,

Venu Chakrapani
Project Leader
Lucent BusinessObjects Help-Desk
(w)(847) 673 0900 x129
venu@dunnsys.com

For old 3.1 info: Penn: Page not found
Search: Mail to listserv@listserv.aol.com, ‘search a_phrase in BUSOB-L’ Unsubscribe: Mail to listserv@listserv.aol.com, ‘unsubscribe BUSOB-L’


Listserv Archives (BOB member since 2002-06-25)