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

  1. CyberPat

    String Content Value

    Hi all, I have a string containing the name of a variable : '--------------------------- Dim strVarName as string Dim intNeedValue as integer intNeedValue = 1234 strVarName = "intNeedValue" '--------------------------- This is sort of a bad exemple but you get the point. I want to...
  2. CyberPat

    Reference in an ASP file

    Hi all, How can i insert a reference to an non-COM librairy. I wish to use some functionnality of the tlbinf32.dll librairy but I can't do a server.createobject on it and I can't find out how to include a reference to that librairy. Thanks.
  3. CyberPat

    COM / ASP

    Hi all, Does anyone knows if i can loop through the properties of an object without hardcoding the name of the properties (Example that doesnt work : FOR EACH properties IN object.properties ... NEXT) And this object is a COM object. So I know how to do it with ADO object but not with a COM...

Part and Inventory Search

Back
Top