09-21-2007 12:19 AM
09-21-2007 01:01 AM
09-21-2007 01:03 AM
Sorry, forgot to answer your 2nd que...
Use the Itemnames property to update the values of the Multicolumn listbox at run-time.
09-21-2007 01:06 AM
09-21-2007 01:22 AM
09-21-2007 02:58 AM
Hi
Thanks for ur reply,
I am having Add button.Once the user press the add button it will open one dialog with user id and password string control.
That entered data has to be get update in the list box.
Please tell me the way to do
Regards
Meenatchi
09-21-2007 04:25 AM
@Meenatchi wrote:
I am having Add button.Once the user press the add button it will open one dialog with user id and password string control.
That entered data has to be get update in the list box.
Pass your User ID & Password out of the 1-button dialog VI as a Str Arr. Take this & append it to the Itemnames property of the Listbox in the Main VI.