Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rondavid

    New Computer

    Can't I just format the new PC's hdd and then clone the Win 98 PC to the New PC. Reboot the new PC and Win 98 should come up. Except most the hardware will be incorrect in the registery. But then run an upgrade to Win 2000. Isnt that possible.
  2. rondavid

    New Computer

    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...
  3. rondavid

    Connection

    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...
  4. rondavid

    MSDE

    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...
  5. rondavid

    ODBC & MailMerge

    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...
  6. rondavid

    Assigning values from variables to textarea field on form

    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 = &quot;<%=aTxtA(1)%>&quot; This code works fine, but the problem I'm having is that I cannot assign the...
  7. rondavid

    Redirecting

    thanks for all the help guys, but the server is running IIS 5. I like your ideas !!!
  8. rondavid

    Redirecting

    Thanks for the help everyone. But when I use Server.Transfer I property or method doesnt exist for the object. Maybe there was a misunderstanding. My server script is written is VBScript. But Server.Transfer always gives me the above error. Thanks
  9. rondavid

    Redirecting

    Palbano thanks for the help but What is server.transfer(), there is no method called transfer for the server object. If there is MS InterDev does not display it and what are the arguments you pass to the method.
  10. rondavid

    Redirecting

    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...
  11. rondavid

    Read a text file

    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(&quot;events.txt&quot;) 'Response.Write datapath Set f = fso.OpenTextFile(datapath,1) Do...
  12. rondavid

    Read a text file

    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(&quot;events.txt&quot;) 'Response.Write datapath Set f = fso.OpenTextFile(datapath,1) Do...
  13. rondavid

    Debugging

    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...
  14. rondavid

    Debugging ASP

    Thanks for the reply but Im new to all this. I have installed IIS and I enabled debugging now Im creating a new project in interdev and its asking for the server name, usually I would put ??????.com but what do I put in this case since I want to test my pages locally.
  15. rondavid

    Debugging ASP

    Hello everyone. I have IIS running on my machine and I am using MS InterDev to write my asp. Can someone tell me how I can debug my asp code.
  16. rondavid

    Read a text file

    Thank you very much for your help. You're absolutely right it's an asp thing. I finally figured it out obviously using ASP. Sorry about wasting your time, like I said I'm kind of new to this thing. But learn quickly. Thanks again for all the help.
  17. rondavid

    Read a text file

    Here's what I have. It's an events page and they want to be able to modify the contents of the page from the page so they can update the events. So what I did was create a table that has 10 rows and 2 columns. Each row contains a text field and a textarea field. The text field for the event...
  18. rondavid

    Read a text file

    Thanks but I'm a little confused. So you're saying that I would have to use the Tabular Data Control. What is that and where could I find it. I'm kind of new to this stuff. Couldnt I just use some kind of FTP command to read the file and write to it from the browser. I looked up something...
  19. rondavid

    Read a text file

    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.

Part and Inventory Search

Back
Top