Previous | Next | (P-PDF) JavaScript
Topic: Sort in Combo does not Sort
Conf: (P-PDF) JavaScript, Msg: 28209
From: george
Date: 10/6/2001 04:18 AM
> When I .insertItem, the items do not sort, even
> though the sort option is checked in the ComboBox
> properties.
The sort flag does not cause Acrobat to sort a combo or list box as items are added programmatically, but rather only when you're manually doing so. If you want the list items to be sorted, perform the sort yourself before adding the items.
George