B
Brian P. Hammer
All - I have the need to make my app multi threaded for those long running tasks. Some of them are not a problem but the question I have is with SQL and populating items on a form. If I create a new thread, connect to my SQL, run a long query and then populate a combobox within this new thread; I am guessing I should not do this. Somewhere I read that items created on one thread should not be manipulated on another.
How does one go about doing this? I have read through the help and examples but didn't see anything that jumped out as an answer.
Thanks,
Brian P. Hammer
How does one go about doing this? I have read through the help and examples but didn't see anything that jumped out as an answer.
Thanks,
Brian P. Hammer