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 derfloh 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 elguapo71

  1. elguapo71

    vpscan.exe

    Hi, I'm trying to scan a file with vpscan.exe through asp with the following code but unfortunately it does not work. Can anyone help me? dim oScriptShell Set oScriptShell = CreateObject("WScript.Shell") oScriptShell.Run "C:\MyFolder\VPScan.exe C:\MyFolder\File.txt"
  2. elguapo71

    vpscan.exe

    Hi, I'm trying to scan a file with vpscan.exe through asp with the following code but unfortunately it does not work. Can anyone help me? dim oScriptShell Set oScriptShell = CreateObject("WScript.Shell") oScriptShell.Run "C:\MyFolder\VPScan.exe C:\MyFolder\File.txt"
  3. elguapo71

    SSL/PCT is not installed/enabled on your system...error?!?!

    I have a site with a certificate in addition to get to the Admin pages we use the NT/Domain to verify the user has admin rights. The problem lies that when the users password expires it redirects to a page that allows them to change their password but at the top it states this error: SSL/PCT...
  4. elguapo71

    Order in Data Shapes

    I have a select statement with several joins. I use the SHAPE 3 times because I want to group by 3 different fields. I want to order everything by a specific date. One of the groups is that specific date. The problem is that within the groups I want to continue to order by that same specific...
  5. elguapo71

    Grouping in a Data Report

    Becuase I was having problems in creating a Data Environment I decided to use an ado recordset for my data report. Problem is that I would like to group certain fields but do not know how. I've tried inserting a group header/footer but I keep getting an error stating how it does not match with...
  6. elguapo71

    Check Boxes

    I'd like to create checkboxes dynamically, depending on how many reords I have in a database table. How do I do this?

Part and Inventory Search

Back
Top