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

  • Users: ishalem
  • Order by date
  1. ishalem

    Permission Denied in COM+

    Hi I have a similar error: my workstation (nt4) and my server (2000 adv server) are not in a domain and when i try to use my dll i get the object but when i try to pass any data in/out i get "No Permission". how should i configure the security for that error without the soulution of...
  2. ishalem

    How To find if a file exists

    hi <br>use the file scripting object to return a boolean value<br><br>Set fso = CreateObject(&quot;scripting.filesystemobject&quot;)<br>blnIsexist =&nbsp;&nbsp;fso.FileExists(&quot;c:\command.com&quot;)<br><br>have fun<br>ilan

Part and Inventory Search

Back
Top