If have a modal dialog that I'm able to resetdialogaction every value in EXCEPT the listbox items (the memos, etc. all reset fine, I can even successfully reset the pre-selected ItemIndex, but the actual values of the items in the listbox will not reset).
Any known problems?
Modal Dialog Listbox Items Not Resetting
Moderators: JRL, Dorian (MJT support)
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
This is how you set the list box items:
Let>Dialog1.msListBox1.Items.Text=Fred%CRLF%Harry%CRLF%Sally
Use DialogName.ListBoxName.Items.Text and set to a CRLF delimited list.
Let>Dialog1.msListBox1.Items.Text=Fred%CRLF%Harry%CRLF%Sally
Use DialogName.ListBoxName.Items.Text and set to a CRLF delimited list.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?