i think i solved my problem, at least i dont wait about 2 minutes from ftp server answer.....
easy...
on module add
Public Const INTERNET_OPTION_CONNECT_TIMEOUT = 2
Public Const INTERNET_OPTION_RECEIVE_TIMEOUT = 6
Public Const INTERNET_OPTION_SEND_TIMEOUT = 5
before call InterConnect
Dim...
sorry....i'm found lot of information but no pratical usefull ones..i'm lost....
i search on http://builder.com.com/5100-6373-1045308.html but only found some description..i found some information to use assynchrono comunication, other saying that MS sont expect work fine with that kind of...
hi,
i find and use fine class described on thread708-970319, thanks BobRodes.
i would like to know how to configure time-out to ftp connection and define time-out to ftp request(put).
thanks 4 your time.
(y)
Hello,
when using an application with an active treeview,in winnt/windows98 it works, but dont works well in 2000, the tree appears, but the labels dont....
anyone have a idea to solve that.
T.Y.
Hello,
i made a small application in access2000, and in my computer it works fine, but, if i run same application when making a select i have no results.
Public Function getOpGrava(d, o)
Dim conDatabase As ADODB.Connection
Dim rstGrav As ADODB.Recordset
Dim strSQL As String
Dim...
Hello,
i have 2 queries (one return fields: a,b ;and other returns: a,c) i make a macro to run both queries, but now i would like that result to use in a new form(to see fields : a,b,c), is it possible to set form RecordSource to my macro?
T.Y.
hello,
i make several runtime selects to my database, and got a string with final result, and give listbox recordsource to that string, but when having lot of results i got a error message:
"The setting for this property is too long"
there is any way to avoid this, or should thing in...
i tried setting the Column Widths property of the list box as follows 1";0";2", in run time (Me.List1.ColumnWidths="1.0;0;2.5"), but no expected results...
make listbox invisible is not what y want
thanks for your help.
good luck
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.