Terry Valladon
|
| Posted: 07/25/2002, 4:28 PM |
|
For a user management screen I would like to list all of the security groups
in a listbox, the format for a list box is 0;Guest;1;User;9;Admin.. is there
a way to propagate this into the dropdown without having to hard code it for
each one?
Thank you,
Terry Valladon
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 07/31/2002, 4:55 AM |
|
1) You must have a security table that already contains those pairs, so you
should
simply specify this table in "List Data Source" property of listbox
2) You can set "List Source Type" property to List Of Values and populate it
in LOV window.
--
Alex,
Support Engineer
CodeCharge Team
"Terry Valladon" <tvalladon@eicn.com> wrote in message
news:ahq1ib$7s9$1@news.codecharge.com...
> For a user management screen I would like to list all of the security
groups
> in a listbox, the format for a list box is 0;Guest;1;User;9;Admin.. is
there
> a way to propagate this into the dropdown without having to hard code it
for
> each one?
>
> Thank you,
> Terry Valladon
>
>
|
|
|
 |
|