Forum: ColdFusion Oct 7th, 2005 |
| Replies: 2 Views: 2,357 Re: dynamic td's not tr's I don't see any logic in your code that accounts recordcounts from the database that are not divisible by 4. Am I reading it right?
Try the MOD command, on for size. |
Forum: ColdFusion Aug 10th, 2005 |
| Replies: 16 Views: 6,966 |
Forum: ColdFusion Aug 8th, 2005 |
| Replies: 16 Views: 6,966 Re: Posting News according to today's date Great News!!!
Anytime... so glad I could help...
Actually you allowed me to shake some of the web's of my ColdFusion skills, I haven't programmed in CF in almost 1 1/2 years...although I really... |
Forum: ColdFusion Aug 1st, 2005 |
| Replies: 16 Views: 6,966 Re: Posting News according to today's date Honestly not sure... like i said, Access has some wierd little quirks with the way it reads SQL statements, in certain situations.
I would say... give it a shot... try any combination of... |
Forum: ColdFusion Jul 29th, 2005 |
| Replies: 16 Views: 6,966 Re: Posting News according to today's date Okay... that's how I thought you were using it.
SO my thought would be that outlook is having issue with the >= & <=
I have performed queries like this in mysql but can't recall doing it in access. ... |
Forum: ColdFusion Jul 27th, 2005 |
| Replies: 16 Views: 6,966 Re: Posting News according to today's date Okay...
Question... why is the end date significant are you attempting to syndicate.
IF StartDte and EndDte are both #CreateODBCDate(NOW())# Then it seems like the ENDDte is not necessary.
Try... |
Forum: ColdFusion Jul 27th, 2005 |
| Replies: 16 Views: 6,966 |
Forum: ColdFusion Jul 27th, 2005 |
| Replies: 16 Views: 6,966 Re: Posting News according to today's date I see it appears to be an issue with the data type in the database. What field type is beginDate and EndDate? I did something very similar with another application, and ran into issue with ACCESS... |
Forum: ColdFusion Jul 26th, 2005 |
| Replies: 16 Views: 6,966 |
Forum: ColdFusion Jul 1st, 2005 |
| Replies: 10 Views: 2,998 Re: Developer's Opinion about CF? Techniner,
My repsonse was in now way a Microsoft Endorsement... I was just saying the CF works fine if you have to use it in a microsoft setting... Just a well as any other product running on... |
Forum: ColdFusion Jul 1st, 2005 |
| Replies: 10 Views: 2,998 Re: Developer's Opinion about CF? I have to disagree with the windows observation, I ran 3 pretty high traffic webservers on WIN2K, and ColdFusion... I never had any issues with ColdFusion...The JVM gives can be a bit of a memory... |
Forum: ColdFusion Jul 1st, 2005 |
| Replies: 7 Views: 4,544 Re: Need Help Creating a Search Page Sure:
Using the CFIF statements to check against parameters that are defined in the form, and create a Where statement based upon present Parameters.
In ColdFusion there is no need to give a... |
Forum: ColdFusion Jun 24th, 2005 |
| Replies: 7 Views: 4,544 Re: Need Help Creating a Search Page Also if you wanted to combine both fields to one search you can do <cfif> statements within the query to check for values other than blank.
You can then give searches based on Artist and Title, to... |
Forum: ColdFusion Jun 24th, 2005 |
| Replies: 3 Views: 4,610 Re: Help with a search form/page How many records are you dealing with?
Have you considered the "query of a query" route if there are not that many records returned. |
Forum: ColdFusion Jun 24th, 2005 |
| Replies: 2 Views: 3,880 Re: Java Virtual Machine Problem Sound like the ColdFusion administrator cannot locate the java files on your system. Is this a developers version of ColdFusion? What OS are you running ColdFusion on? Do you know if a Java Virtual... |