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 Mike Lewis 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: mrjts
  • Order by date
  1. mrjts

    How to get mail to AOL using CFMAIL?

    I have this problem with different applications running on different servers where anything emailed from our applications doesn't reach AOL people. We don't spam. These are usually registration notices or password reminder emails that people NEED to be receiving. I've looked around on...
  2. mrjts

    Nested cfoutput in a table structure

    The problem is that you don't need the second <cfoutput>. The outter <cfoutput query=...> tag will allow you to use #variable# anywhere between them. If you want to output multiple queries inside a cfoutput, use <cfloop query=...>
  3. mrjts

    Ordering based on 4 values

    I am working on a latitude/longitude distance search and am having trouble finding the closest results. The issue is that I do 4 calculations and if I &quot;ORDER BY&quot;, I get them sorted by first, then second, then third, then fourth value, as to be expected. What I need to do is find the...
  4. mrjts

    Making a web photo album without fireworks

    Check out www.jasc.com. They have a program called Media Center Pro 3.0 that does a great job. It was designed to use templates, but never got implemented. If you poke around with it, you can find the template files and images and alter to give it your look. Here is the page I did with it...
  5. mrjts

    Compiling Old DOS Program written in C into VB6

    You could just shell out to it, couldn't you?
  6. mrjts

    display a list of dates for the year, but do not include weekends?

    Can't you just format the date to give back the day of the week and then compare it to &quot;Saturday&quot; and &quot;Sunday&quot;. If true, then add &quot;Weekend&quot; to the array every time you hit &quot;Saturday&quot;, but do nothing on &quot;Sunday&quot;.
  7. mrjts

    Can a prompt be centered?

    What about NS4?
  8. mrjts

    Can a prompt be centered?

    Is there a way to center a javascript prompt in the window without having to write my own popup?
  9. mrjts

    Run-time Error '48' DLL not found

    What am I missing? I have declared a function in a module that references a DLL. When I call the function, I get this error (the file name is included in the error message). The DLL resides in the same directory as the project. I am new to using DLLs in my programs, so I am sure I am missing...
  10. mrjts

    Basic DLL help...new to this

    Sorry, that didn't get it. That was talking about how to include one in a C++ program.
  11. mrjts

    Basic DLL help...new to this

    Ok, I have an application that I am writing that accesses some external hardware. The hardware came with a DLL written in C++. I have used the manufacturer's test application and have confirmed that everything is working fine. I need to know the basics of how to integrate this DLL into my...

Part and Inventory Search

Back
Top