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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by NiteCrawlr

  1. NiteCrawlr

    Link to Access 2000 in HTML page

    if you want to show the data in the access file, you could use ASP to get this info...
  2. NiteCrawlr

    Error Question

    you have to put everything in the same line..
  3. NiteCrawlr

    Error Question

    could you post the code from your page?? line 155 - 170???
  4. NiteCrawlr

    Reference Excel fields over ADODB

    try this link: http://www.asp101.com/samples/xl_data.asp
  5. NiteCrawlr

    Error Question

    try this line..... objconexao.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="&Server.Mappath("DBase/databasenew.mdb")&";"
  6. NiteCrawlr

    Error Question

    please post the conn string
  7. NiteCrawlr

    email with offline images

    ... Mail.AddEmbeddedImage &quot;c:\dir\bk.gif&quot;, &quot;My-Image&quot; Mail.Body = _ &quot;<HTML><BODY BACKGROUND=&quot;&quot;cid:My-Image&quot;&quot;>...</HTML>&quot; or Mail.AddEmbeddedImage &quot;c:\dir\ring.wav&quot;, &quot;My-Sound&quot; Mail.Body = _ &quot;<HTML><BGSOUND...
  8. NiteCrawlr

    email with offline images

    but do you know what this src means? src=&quot;cid:000601c0c94e$02dddb60$5e02050a@myemail.com&quot; this is from an e-mail I got from my sister, this src is in the <img> tag
  9. NiteCrawlr

    email with offline images

    Hi, I having a problem, I'm using ASPMAIL to create and send some e-mail's. I want to send a HTML body message with an image. How can I send the email with the image but I don't want to put: scr=http://www.somewhere.com/image.jpg I want it to be able to be seen offline. I've received a...
  10. NiteCrawlr

    Smart ASP pages?!?!

    Hi, I would like to know if there is anyway I could create a &quot;smart&quot; ASP page, I have a site where the index page is a frame page which is divided in three. My question is, can I make the the ASP page detects if it is being called from within the index page or if it is being called...
  11. NiteCrawlr

    Check if file exists

    Hi, I have an ASP page which has a form, and when the user clicks on submit, all the information is saved in a text file, after that, a &quot;robot&quot; created in Automate takes the information in that file and send it to a PComm emulator, after the robot receive the answer from the Pcomm, it...
  12. NiteCrawlr

    Updating an application

    I want something like Liveupdate, so I don´t have to ask everyone to stop using it, the next time they use it, it will be updated.
  13. NiteCrawlr

    Updating an application

    But there will be about 700 people using it, and they will be in different buildings in different States.
  14. NiteCrawlr

    Updating an application

    Hi, I´m having a litle problem, There is an application which is installed in a server. I´ve created a shortcut (calling the application) on the desktop of some client computers. the problem is when I want to update the application, I have to ask everybody who´s using it to stop, and after...
  15. NiteCrawlr

    identify weekend in VBA

    How can I make a VBA code in Excel that identify weekends in a Date type cell. When it identify a weekend I want it to change the color of the whole line. Help please, TKS Nite

Part and Inventory Search

Back
Top