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 SkipVought 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
  • Order by date
  1. Telsa

    Corrupted SubKey in Registry

    Thank you Linney! That worked perfectly!!! It fixed my corrupted key and I was able to install SP2 successfully!! That was the perfect solution!!!! [2thumbsup] Mary :-) ~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~* Earth is my home and animals are my family. Life is my religion and love is...
  2. 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...
  3. Telsa

    Preformatted ASCII file

    Thank you! That is EXACTLY what I was looking for. It's been so long since I've seen it *G* Mary :-) ~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~* Earth is my home and animals are my family. Life is my religion and love is my example. Peace and freedom belongs to us all.
  4. 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...
  5. Telsa

    EOF kills procedure instead of continuing to next line

    I figured it out. I just needed to add If recBatch.EOF Then Exit Do after my recbatch.movenext line It's the simple things that drive me the battiest! Mary :-) Violence begets Violence Let's Give Peace a Chance!!
  6. 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 &...
  7. Telsa

    Text problem

    Great! That worked perfectly! Thanks! Mary :-) Violence begets Violence Let's Give Peace a Chance!!
  8. 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...
  9. Telsa

    INSERT INTO syntax error

    I'm using Access 2000, not SQL Server (I wish!). I'll hunt around for it. Thanks! Mary :-) Violence begets Violence Let's Give Peace a Chance!!
  10. Telsa

    INSERT INTO syntax error

    Thanks Cheyney, Where would I find the query analyzer? Mary :-) Violence begets Violence Let's Give Peace a Chance!!
  11. Telsa

    INSERT INTO syntax error

    Removing the comma (which actually comes before another date field) didn't make any difference and neither does placing brackets around title and description. BTW: if there is no date in the field (it's the last field), what would be a good placeholder?? Would having, say, NULL work? All I'm...
  12. 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...
  13. Telsa

    Curious Problem on Internet/Intranet Networking

    Addendum to the above: A few more facts: In the one cubicle with one of the problem PCs is another PC and both are coming off the same hub. The other PC works and the one doesn't. That is why I am thinking IP address. Login doesn't matter. So simply the problem PCs cannot access Internet...
  14. 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...
  15. 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...
  16. Telsa

    Merge docs with Word???

    I had the same problem a couple of years ago and found a neat solution in a book from Wrox. Here is a sample of what needs to be done... Generating Word Doc from Access without using Merge WORD TEMPLATE Create your Word document with a template format. Save it as a template file (.dot)...
  17. Telsa

    Can this be done?

    Unfortunately, I'm required to use winzip. I want this to look/work slick because I could get some added benefits from it. Mary :-) Rule 1: Don't sweat the small stuff. Rule 2: EVERYTHING is small stuff!! X-)
  18. Telsa

    Word 2000 Mail Merge

    Here is a sample of what I did. Bet you can figure out how to make it work for you! You will need to add the Word Object via Tools-References. I found the info to develop this in Access 2000 Beginning VBA by Wrox. Between that and the Word 2000 VBA book by Wrox, I have successfully made an...
  19. 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...
  20. Telsa

    Button doesn't work... use to.

    Nevermind... I figured it out. Quotes around @ works and removing the len statement in instr. Mary :-) Rule 1: Don't sweat the small stuff. Rule 2: EVERYTHING is small stuff!! X-)

Part and Inventory Search

Back
Top