Click here to Skip to main content
15,891,828 members

Comments by Winston_D (Top 29 by date)

Winston_D 29-Jun-12 8:09am View    
Thanks, I was curious if there was something like

StringList := CheckListBox.Items;

That could be done.. The above code doesn't work however, something in similar simplicity.

Tnx for the help though!
Winston_D 28-Jun-12 13:12pm View    
thanks for the help
Winston_D 28-Jun-12 11:20am View    
To clarify my situation. ResultForm is created only when it is needed for results and destroyed immedietly after it is closed. So it is temporary. Even if I declare ResultForm as a local object (locally declared variable), I still get the same error message.

If I use 'form.show' method instead of '.showmodal', I still have the same error message appearing. I use modal because that form needs to be a modal.
Winston_D 6-Feb-12 5:11am View    
Sorry, I have no other tricks up my sleeve
Winston_D 6-Feb-12 2:36am View    
Thanx for the help. We have the same OS problems it seems