C
CS Hayes
I need to store a list box's source in code (or a hidden table? I don't
know.) The list grows. The user can add an item via form to the list.
I have a form and on the add click I want to add a 5 column entry to the
listbox
I know of the "additem" key word but how do I add the 5 items to one row
My items are like this: start (string), finish (string), difference
(integer), multiplier (double), total (double)
know.) The list grows. The user can add an item via form to the list.
I have a form and on the add click I want to add a 5 column entry to the
listbox
I know of the "additem" key word but how do I add the 5 items to one row
My items are like this: start (string), finish (string), difference
(integer), multiplier (double), total (double)