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 TouchToneTommy 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 mjarredondo

  1. mjarredondo

    CFCOOKIE: trouble with DOMAIN & PATH

    Did you ever resolve this issue? I am having a similar problem and would like to get it to work.
  2. mjarredondo

    cfobject to load a dll - asp vs cfm

    I made sure the dll was registered, and did fix the code to Create and still nothing: <cfobject action=&quot;create&quot; class=&quot;msado15.dll&quot; name=&quot;MyDll&quot;> Error trying to create object specified in the tag. COM error 0x800401F3. Invalid class string
  3. mjarredondo

    HELP COM object please

    Thanks for your input, but I figured it out: <cfobject type=&quot;COM&quot; name=&quot;MyConn&quot; class=&quot;ADODB.Connection&quot; action=&quot;CREATE&quot;> <!--- Open the new connection ---> <cfset dsn = &quot;DRIVER={SQL...
  4. mjarredondo

    cfobject to load a dll - asp vs cfm

    I tried the connect also and it doesn't work: <cfobject action=&quot;CONNECT&quot; class=&quot;msado15.dll&quot; name=&quot;adodll&quot;> Error trying to connect to object. COM error 0x800401F3. Invalid class string
  5. mjarredondo

    CF 5 Stability?

    We are having the same problem, did you find a solution to this problem?
  6. mjarredondo

    cfobject to load a dll - asp vs cfm

    In ASP I use the following code to get the ado to enable absolutepage: <!-- METADATA TYPE=&quot;TypeLib&quot; FILE=&quot;C:\Program Files\Common Files\System\ado\msado15.dll&quot; --> I tried to use: <cfobject type=&quot;COM&quot; action=&quot;Connect&quot; class=&quot;C:\Program...
  7. mjarredondo

    HELP COM object please

    I am trying the same code: <cfobject class=&quot;ADODB.Connection&quot; type=&quot;COM&quot; action=&quot;CREATE&quot; name=&quot;conn&quot;> But when I try to call the source, I get the following error: Error building an argument list for: OPEN Here are the settings I provide: <cfset...
  8. mjarredondo

    Not print Header and Footer

    I had a form that users can print from the browser but don't want it to print the url and date when I send it to the printer. I know there is a page setup on the browser, but is there a way to do it within the html?<br>

Part and Inventory Search

Back
Top