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 wOOdy-Soft 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 AkronBoy

  1. AkronBoy

    CFMail

    I unchecked the box & added SpoolEnable="No" without success. I did copy the email test to another directory (IT Support) and it did get sent. Very confusing. Seems as though it has something to do with the directory in which it is located. Another interesting thing occured a few hours ago...
  2. AkronBoy

    CFMail

    The box for "Spool mail messages for delivery" in CF Administrator is checked. Speed interval is 15.
  3. AkronBoy

    CFMail

    We are using MS Exchange as our mail server. Am experiencing a weird problem using cfmail. There are several different work areas that require interaction via email (IT Support, Customer Support, etc). What we are seeing is mail will not go from ONE of the work areas. Others go just fine. The...
  4. AkronBoy

    Developing CF Sites

    Thanks everyone for your responses. Will download Eclipse and give it a try. Web articles appear to be positive and you can't beat the price.
  5. AkronBoy

    Developing CF Sites

    I have to admit, I'm confused. My company has CF MX server installed and I've been using Homesite 5 to develop templates. If I want to upgrade to the latest CF developer software, do I have to purchase Dreamweaver MX? I believe that Macromedia's Coldfusion MX is now the server. Anyone out...
  6. AkronBoy

    SQL Server Tables

    Thanks to everyone for responding. I finally figured it out. When I added the SQL datasource using CF Administrator (Add new ODBC Source) I did not enter the DB name in the box next to Login Info. CF could not find the table info because of this omission. I also had to check the "Use Trusted...
  7. AkronBoy

    SQL Server Tables

    I have all rights to the databases. They were written by me to start with. When I originally did the data import a while back, I inadvertently put them in the <default> database. The tables did actually show up at that point. I was told by our SQL experts that I shouldn't have done that, so...
  8. AkronBoy

    SQL Server Tables

    I recently upgraded from Access to SQL Server and have successfully imported my databases into SQL using the import function. I can view the tables and their contents in Enterprise Manager. I have also reset CF Adminstrator databases to the new sources and verified. My problem: The tables do...
  9. AkronBoy

    Outlook 2000

    Suddenly I cannot send or receive email using Outlook. I get error message 'A TCP/IP error occurred while trying to connect to the server (Account 'mail.comcast.net', POP 3 Server, Error number 0x800ccc15)'. Internet connections are OK. Comcast says I have to rebuild my TCP/IP stack. Do I...
  10. AkronBoy

    Suppress browser page headers and footers

    Thanks for the prompt reply. I do indeed have a captive audience. Only one or two people in HR will have access to this. I'll go with your suggestion and work with their browser controls.....
  11. AkronBoy

    Suppress browser page headers and footers

    I have a H.R. database that a user updates using CF and, when the task is completed, CF loops thru the db and automatically sends &quot;boilerplate&quot; (using HTML)letters to unsuccessful job applicants. Everything works great except as letters are being printed when looping thru the data, I...
  12. AkronBoy

    Textarea Problem

    I didn't have spaces or feeds between <textarea> and </textarea>. Went back and removed the code for this section and retyped it. It now works properly. Don't know why it indented in the first place, but I'm happy with it now. Thanks for the prompt response.....
  13. AkronBoy

    Textarea Problem

    I use a Textarea box on my form for comments. When the user reaches this box, the cursor is indented approx. 6 spaces. In order to get to the correct starting point (no indent) I have to backspace. How can I prevent this from happening?
  14. AkronBoy

    Text in a numeric field

    How do I put &quot;TBD&quot; into a numeric field when the value is 0. Example of report fields would look like: 8 5 TBD 6
  15. AkronBoy

    Query Problem

    My query Company name contains a &quot;&&quot; in the title. When I do a search, nothing is is returned. How do I get around this problem. If I substitute a &quot;-&quot; in the title everything works. <CFQUERY NAME=&quot;ActionQuery&quot; DATASOURCE=&quot;ResourceCenter&quot;> SELECT...

Part and Inventory Search

Back
Top