Hi. I just registered a Domain name. They have sent me an IP address. I have XP Pro and installed IIS. Now how do I configure IIS? Where do I put this IP address. My ISP is Rogers High Speed. Am I supposed to call them for anything such as a static IP address. Appreciate your response.
What is happening is if i do not put in the "vbback" it looks like this:
001001,
001002,
001003,
001011,
001012,
001021,
001022
I need it to be all on one line like this:
001001,001002,001003,001011,001012,001021,001022,
Thanks
Here is my code:
Do While test_cell <> ""
Print #filenum, Worksheets(wrksht_in).Cells(x, 1).Value & ","; vbBack;
test_cell = Worksheets(wrksht_in).Cells(x, 2).Value
x = x + 2
Loop
Result:
001001,001002,001003,001011,001012,001021,001022,
I have a string "00:E0:E4:F2:98:77" and i want to delete the colons. With the code it replaces the string with "00E0E4F29877" which is the back space. How do i get rid of these squares. These numbers are being sent to a text document. Here's how I want it to look...
I want to display a message to tell the user to wait while the computer connects to the database. Sometimes it can take up to 15 seconds. The user does not have to respond. It is just a message to the user that the program is doing something, and thats why the program is not responding.
Timeout property doed not seem to work for connection timeout. I set it to 1 second but actually it takes about 20 seconds. I am using Reference Active X Data Objects 2.6.
Dim cnn As New ADODB.Connection
Dim cnstring As String
cnstring = "Provider = SQLOLEDB;" & _...
i SET MY CONNECTION TIMEOUT FROM A DEFULT VALUE OF 15 TO 1 SECOND, BUT WHEN THE CONNECTION IS MISSING TIMEOUT ACTUALLY TAKES ABOT 20 SECONDS, NOT 1 SECOND THAT IT WAS SET TO.
Public Sub Write_to_server()
Dim cnnConnection As New ADODB.Connection
Dim cmdCommand As New ADODB.Command...
Jitter...
This works fine, but when you scroll down the DataGrid, the rows number will always reset to the number your on in the DataGrid, therefore never getting a true position in the recordset.
Thanks
I have a windows NT question if anyone can help me? I have over 1000 user accounts and I want to copy them to another system. Any help would be appreciate it.
Thanks
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.