Hello everyone,
I have just purchased a new computer that as Win 2000 Pro on it. My old PC has Win 98. What is the easiest way to move all my applications and documents from my Win98 PC to my the Win2000 Pro PC without having to install all the applications all over again on my new PC? Would...
Hello everyone. I have installed MSDE on a Windows 98 system and I have the database on the server set to use windows authentication for security. Every time I try connecting to the server (ADEL) it sends me an error message "Login failed for user null. Not associated with trusted SQL...
Hello everyone. I have installed MSDE on a Windows 98 system and I have the database on the server set to use windows authentication for security. Every time I try connecting to the server (ADEL) it sends me an error message "Login failed for user null. Not associated with trusted SQL...
Hello Everyone! I need some serious help here. I have a word mail merge document and in one of my macros I'm trying to set the data source to and SQL Server for the mailmerge. The code look something like this.
ActiveDocument.MailMerge.OpenDataSource
Does anyone know what the syntax would...
I have a asp page that reads data from a text file and assigns the data to a textarea field on my form using the following command on the window load event:
thisform.textarea1.value = "<%=aTxtA(1)%>"
This code works fine, but the problem I'm having is that I cannot assign the...
Hello everyone, Question I have an asp page that when you submit a form the information gets emailed to xyz company, but then I am trying to redirect the page to an html page using response.redirect and I keep getting the following error: HTTP Header already written to client browser. This is...
Hello everyone. Im a newbie. Can anyone tell me whats wrong with this code:
<%@ Language=VBScript %>
<%
Dim fso,f,datapath,rline,current
Dim aTxt(10)
Dim aTxtA(10)
datapath = Server.MapPath("events.txt")
'Response.Write datapath
Set f = fso.OpenTextFile(datapath,1)
Do...
Hello everyone. Im a newbie. Can anyone tell me whats wrong with this code:
<%@ Language=VBScript %>
<%
Dim fso,f,datapath,rline,current
Dim aTxt(10)
Dim aTxtA(10)
datapath = Server.MapPath("events.txt")
'Response.Write datapath
Set f = fso.OpenTextFile(datapath,1)
Do...
Hello everyone this is probably an easy one for you guys but Im a newbie. I am trying to debug my asp page in InterDev. I installed IIS 5 and it gave me a default web site and the status of it says running. When I go to create a project in InterDev it asks for a server name but does not give...
Ok can someone tell me how I can load a text file residing on the server using client VBScript from web page. The OpenTextFile opens a text file on your local drive. I would greatly appreciate the help.
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.