A
Anisah
Hi,
I have a form with a number of fields that will be filled
out by the user; for example, first name, last name, birth
date, etc. (It's more complicated than that, but just for
an example).
When the user clicks an "Add" button, these fields are
used to create objects and records in a database behind
the sceens. That part works fine, no problem.
When finished creating all the object, I'd like to take
the fields filled in by the user, and populate a list box
with those values (first name, last name, etc.) for
display purposes only. And for the life of me I can't
figure it out.
I've tried putting all the values in a string and adding
the string to the listbox, but then the multiple strings
(one per person) don't line up at all.
Any suggestions?
Thanks in advance!!
- anisah
I have a form with a number of fields that will be filled
out by the user; for example, first name, last name, birth
date, etc. (It's more complicated than that, but just for
an example).
When the user clicks an "Add" button, these fields are
used to create objects and records in a database behind
the sceens. That part works fine, no problem.
When finished creating all the object, I'd like to take
the fields filled in by the user, and populate a list box
with those values (first name, last name, etc.) for
display purposes only. And for the life of me I can't
figure it out.
I've tried putting all the values in a string and adding
the string to the listbox, but then the multiple strings
(one per person) don't line up at all.
Any suggestions?
Thanks in advance!!
- anisah