Re: Problem - WeOnlyDo Discussion board

Re: Problem (General questions)

by woddrazen, Saturday, November 22, 2008, 20:02 (5640 days ago) @ celtik

Celtik,


This obviously is issue with your code because if it works with textbox it must work with listbox. Most probably you didn't pass some data correctly from listbox to wodHttpDLX code.

Also if you are doing this in some loop. Connecting new user over and over again. Maybe you should reload wodHttpDLX reference.

----------------------
Set http1 = Nothing

and then

Set http1 = new wodHttpDLXCom
----------------------

So you can be sure that all data is clear before next request with server.


Drazen


Complete thread:

 

  • Problem - celtik, 2008-11-22, 17:34 [*]
    • Re: Problem - celtik, 2008-11-22, 17:36
      • Re: Problem - woddrazen, 2008-11-22, 20:02