Got problem... Finally wrote some semi-multithreaded application using
HTTPCli and GetAsync, but it doesn't seem to work and i dunno why ;-(
Generally on OnDocData i got some procedure that changes something on
ListView (changes are based on what the HTTPCli Buffer is)... but it doesn't
work ;-( It does work on single request, but not on multiple GetAsync...
what am i doing wrong? How do i fix it?

For example when i got only
Memo1.Lines.Add(strpas(buffer)) everything works fine....

...but when ill add some procedure:

ChangeListViewValues(DataFromUrl(THttpCli(sender).URL),strpas(buffer),#1,#1,
#1,datetostr(now),#1,#1);

(procedure finds the substring[0] that contains
DataFromUrl(THttpCli(sender).URL) and changes the values of next
substrings... (if its not #1))

Help?
Ann




-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to