Forum: ColdFusion Nov 17th, 2005 |
| Replies: 3 Views: 2,933 Re: efax The short answer is no. It does not look like the tag works with the new email-to-fax format supported by eFax.
From the looks of the eFax site the 2002 version of cf_efax may no longer work unless... |
Forum: ColdFusion Nov 14th, 2005 |
| Replies: 3 Views: 2,933 Re: efax I have not used eFax specifically but I have integrated with systems that send email by using the cfpop features of ColdFusion. This works best if you have an email address that is dedicated to... |
Forum: ColdFusion Nov 8th, 2005 |
| Replies: 8 Views: 5,075 |
Forum: ColdFusion Nov 8th, 2005 |
| Replies: 8 Views: 5,075 Re: Cold Fusion Loop problem Would you export the data as xml or txt for me? There is something about your data that I am sure will be obvious by seeing the raw data. Either that or make a page that does a CFDUMP of the data so... |
Forum: ColdFusion Nov 8th, 2005 |
| Replies: 8 Views: 5,075 Re: Cold Fusion Loop problem I see now, the number_students is a calculation, not a column. Here is the query modified to include the calculation. Hopefully this works for you. The 'AS' clause will not work for all database... |
Forum: ColdFusion Nov 7th, 2005 |
| Replies: 1 Views: 2,012 Re: cold fusion administrative access What kind of database are you using. All databases have some table or function available that allow you to query table names, field names, etc. If you provide the database type that will help to... |
Forum: ColdFusion Nov 7th, 2005 |
| Replies: 1 Views: 2,672 Re: Page title Here is a simple cfswitch that uses a default title but easily handles custom titles for pages where you want a different title. The second snippet seems more organized. Your call how you would... |
Forum: ColdFusion Nov 7th, 2005 |
| Replies: 3 Views: 4,794 Re: Admin Login Check out the structure they offer over at cfmsource:
http://www.cfmsource.com/pages/cfwebsite.cfm |
Forum: ColdFusion Nov 7th, 2005 |
| Replies: 8 Views: 5,075 Re: Cold Fusion Loop problem Without your database I am not certain of exactly what all the data you have looks like. But I think you may be able to simplify the output using one query and using the GROUP attibute on the... |