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 biv343 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: *

  • Users: Telsa
  • Content: Threads
  • Order by date
  1. Telsa

    Corrupted SubKey in Registry

    Hey Registry Hacks! I've been trying to install SP2 on my machine (Dell Inspiron 1100 with XP Pro) and been running into difficulties because some of the subkeys didn't have Admin permissions (can you believe that!!!) ANYWAY... after I got those figured out, I went through it one more time...
  2. Telsa

    Preformatted ASCII file

    I have a preformatted ASCII file that needs to be put into html. I seem to remember a tag that would keep the formatting so I wouldn't have to do a lot of rework with bullets and such. Can anyone remember that tag. Mary :-) ~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~* Earth is my home and...
  3. Telsa

    EOF kills procedure instead of continuing to next line

    I have this loop statement that when it reaches the end of the recordset it exits the total procedure process. What I want it to do is just go to the next line. What do I need to do to have it not exit the procedure once EOF is reached? Do While recBatch!INF <= 3 strColVar = strColVar &...
  4. Telsa

    Text problem

    I don't know Oracle but am working on a SQL file created that has INSERT INTO statements. These files build webforms. My predecessor had added a line where the text field needs to have an & in it. The & is part of a link. How do I keep Oracle from flipping out with the & in it? I think...
  5. Telsa

    INSERT INTO syntax error

    I have an ASP page that builds a SQL statement. But when I run it, I get a syntax error on the INSERT INTO. INSERT INTO tblpds_projects (title, description, deliverables, scope, cdrom_dvd, ews, firmware, iadd, iftw, os_bundles, pcl, point_print_bundles, postscript, printing_system...
  6. Telsa

    Curious Problem on Internet/Intranet Networking

    Have a unusual problem at work. Some insight would be helpful. Have four computers that CANNOT access the web via the proxy server access the Intranet CAN access the web WITHOUT a proxy server (still cannot access Intranet) can log into the domain access the servers in the company get email...
  7. Telsa

    32bit Checksum Program Recommendation

    I need to find a checksum program that will check long filenames (need a 32bit program). I create these files via Winzip for downloading off the internet. They used to be short, 8.3 files but now requirements have changed, and I must now first run a checksum on a short version of the...
  8. Telsa

    Can this be done?

    I will need to create code that will look at a certain file in a zipped file so I can have it compare against the original file to be sure I've zipped and named the right one. Our current process is to write batch files that uses winzip to zip files into .zip files before we make them...
  9. Telsa

    Button doesn't work... use to.

    Button doesn't work... use to. Only change I made was the reference to @ code requirement. Can anyone tell me what is going on here??? <SCRIPT LANGUAGE=vbscript> Sub btnSubmit_onclick() If Len(frmNewUser.custemail.value) = 0 THen Alert &quot;Please enter your email address!&quot...
  10. Telsa

    Querystring object errors

    I keep getting this error: Microsoft VBScript runtime error '800a01b6' Object doesn't support this property or method: 'Response.form' For this code and I am not seeing the problem (the address field does show the custid value): <% Dim intCustID intCustiD =...
  11. Telsa

    New Worm??

    This article states there is a new worm out that looks like it is being sent from Microsoft... can anyone verify this other than this article? I need to alert several people. http://www.theregister.co.uk/content/56/21376.html Mary :-) Rule 1: Don't sweat the small stuff. Rule 2: EVERYTHING...
  12. Telsa

    Java ... where does it go?

    I'm pretty green to Linux. Just recently installed Red Hat 7.1 because Mandrake 8 was giving me difficulties (my fault for trying to tweak and change things). Anyway, there is a chat site I'd like to go to but can't use because it requires Java. I've downloaded the required file because the...
  13. Telsa

    Duplicate Data in Variable

    I've a curious problem. I have a page with a form and submit button. The data captured to be carried forward is a simple number that is part of the recordset. However, when it reaches the next page, the number has a duplicate of itself in the variable. For instance, say the value for the...
  14. Telsa

    PWS to IIS

    I've moved my pages to the server... so moved from PWS on my PC to the IIS 4 on our web server. I get this error and wondering what is wrong with my SQL that IIS doesn't like but PWS does... Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Microsoft Access Driver]...
  15. Telsa

    Querystring not working

    Okay gang... going nuts here... I'm trying to make a page redirect and hold onto the form data. So in my redirect code I have this response.redirect &quot;pds_reviewexisting.asp?pdsid=&quot; & pdsid Then my output page has this intPDSID = Request.Form(&quot;pdsid&quot;) If...
  16. Telsa

    Querystring not working

    I'm trying to capture the values in the URL that is the result of redirection. The values are in the URL but when I do the following code, I get nothing. strPDSID = Request.Form(&quot;pdsid&quot;) If isempty(&quot;strPDSID&quot;) Then strPDSID = request.querystring(&quot;pdsid&quot;) End...
  17. Telsa

    What is wrong with this code? Altho

    What is wrong with this code? Although I key password in correctly, it still redirects me to my relogin (intro2)page rather than the other. <%@ Language=VBScript %> <% response.buffer = true %> <% Dim oMRST Dim Password Dim Username Password = Request.form(&quot;password&quot;) Username =...
  18. Telsa

    Hidden Input Field problems

    I've created a hidden field to transfer the customer ID to the next page. It was working yesterday. But doesn't seem to be working today! Here is the input code: <input type=&quot;hidden&quot; name=&quot;CustID&quot; value=&quot;<% Request.form(&quot;CustID&quot;) %>&quot;> <input...
  19. Telsa

    Reload adds new record to db

    I'm trying to build this internal site and the user has a form to fill out. When they click submit, it adds to the info to the database and then shows on the screen what was entered into the database. However, since my database add and update code is on the same response page, everytime a...
  20. Telsa

    Kylix Open Edition is Free

    Kylix Open Edition is available for free download now! http://www.borland.com/kylix/openedition/ Mary :-) Rule 1: Don't sweat the small stuff. Rule 2: EVERYTHING is small stuff!! X-)

Part and Inventory Search

Back
Top