| Thread | Last Post | Replies |
|
| Dynamic Code Generation Problem | 06 Aug 2005 01:37 GMT | 1 |
I am trying to output a <cfif> statement WITHOUT executing it. I am tyring to programmatically create a cfm file. I think that perhaps CFSCRIPT is the way to do this but I am not sure how. Does anyone have any experience with this sort of thing ?
|
| Flash cfgrid not displaying | 05 Aug 2005 21:47 GMT | 4 |
I am trying to populate the cfgrid with the query information. The browser isn't displaying the flash grid but will display the grid if I change the format to applet. I don't know where to go from here: <cfform>
|
| Upgrading to SQL 2003 | 05 Aug 2005 19:50 GMT | 1 |
Our current configuration is: Coldfusion 5, Windows 2000, SQL 200 and we are int he process of implementing cluster cats. We are debating wheter to upgrade to SQL 2003. Any inputs would be appreciated.
|
| Query - Access | 05 Aug 2005 19:39 GMT | 1 |
This question may be a little vagure because I'm not sure where the problem is and I'm not getting much information from the log files in ColdFusion admin. First of all we are using ColdFusion 5 on Windows NT. I have a Access database on the server that is being populated by ...
|
| Searching CFHTTP Results | 05 Aug 2005 19:35 GMT | 2 |
Is there an effective way to search through cfhttp.filecontent data for the existance of a specific string? Something similar to the Find() function but obviously http response information is more complex and that will not work.
|
| Re: <cftransaction> <cfabort> why won't it stop? | 05 Aug 2005 18:27 GMT | 8 |
Your code looks right and I tested it and everything worked. When you say it will not abort... Does it still try to add the record? Try this: Replace:
|
| gremlins in hotmail from cfmail tage | 05 Aug 2005 13:18 GMT | 5 |
Newbie so sorry if this is in wrong forum. We are sendingmultipart mail to mailing lists, works fine except that mail viewd in the hotmail web browser displays strange characters. usually caused by html entity code ie .
|
| Do not use Verity for searching DB. It's not working. | 05 Aug 2005 12:24 GMT | 2 |
It is 2:38 AM here. I stopped trying to fix verity collection (queried and indexed DB data ) search. It is just not working. Bug. Nasty Bug. Bugs are everywhere. I wonder how we (programmers) are still in business. No need to trust me - Macr Certified Advanced CF Developer, just ...
|
| DateFormat | 05 Aug 2005 09:39 GMT | 1 |
I have a database where some events have an event date, a single day event, and some that are multiple days. EX. event_date = 8/4/2005 event_date_end = 8/5/2005 I want to be able to test to see if event_date_end is NULL which is not a
|
| Organizing xml model when using xml functions | 05 Aug 2005 06:49 GMT | 1 |
I have a question, is there any way to neatly organize all the xml code when creating an xml document using the xmlnew() and xmlelemnew() functions? Because, by default, it squashes all the xml together, basically it word wraps it. Any way to have it organized such as:
|
| Help Me! What is wrong I can't tell. | 05 Aug 2005 00:09 GMT | 3 |
Add ticket sets session.status to #name#_open. this is turn should set the <cfif> statement to use the query where #name#_open is specified. I can reference the session.status outside of the <cfoutput query> within a <cfif> statement, but I can't just use it to output a value. ...
|
| QofQ prolems | 04 Aug 2005 23:42 GMT | 4 |
Hi All, I put together the following query. Could someone tell me where I went worng?? The cfoutput does not display anything. I just get a page can't be displayed. <cfquery datasource="Action_1" name="getNotes">
|
| CFMAIL Help | 04 Aug 2005 22:45 GMT | 4 |
I need to use cfmail too send out a mass email, but I need to limit the number of records out of about 45000 that get sent at any one time, say send 50 emails, wait 30 Minutes, then send 50 more, wait 30 min etc. etc. I am having a really hard time, getting cf, to not ...
|
| Formatting date in SQL Statement | 04 Aug 2005 20:37 GMT | 3 |
I have a website that displays log entries for a 3rd party system we have. This query pulls log data from the db and will group it in 3 different ways, By "sa", by "ip" and by "timestamp". Currently the GROUP BY works great for "sa" and "ip" but note for timestamp. Because the ...
|
| On Session End | 04 Aug 2005 20:20 GMT | 5 |
So I went and read a little bit with the onsessionend stuff with the MX7 livedocs. Couldn't get it to work. I have attached my code. Basically I'm creating a user log. When they manually go logout, it prints the time to the database successfully. So then I realized today that ...
|