| Thread | Last Post | Replies |
|
| Separate Comma delimited database field | 30 Jun 2006 23:04 GMT | 2 |
I have a ms access db field city with values like this: Vancouver, BC V6A 4G8 Richmond, BC V6Y 1S6 Coquitlam, BC V3J 2W4
|
| Need Help Setting URL onClick | 30 Jun 2006 21:16 GMT | 1 |
Is there a way to set an URL or a binding form variable on the OnClick behavior? Thanks
|
| CF Page IDs | 30 Jun 2006 20:21 GMT | 6 |
Since I began developing with CF, I tend to pay more attention to URLs; always trying to figure out what exactly is happening. In an effort to decrease the number of pages in my site, I've noticed some places (this forum included) seem to use a URL that looks something like this ...
|
| Url --sorting. | 30 Jun 2006 17:05 GMT | 1 |
I have a search result page ..I have record navigations and sorting on the page..example: when I am at the 4th page and click sort by facility button..the page goes to 1st page and sort the 1st page instead of sorting the 4th page..I need help...my sample url variable on the ...
|
| Dynamically creating images? | 30 Jun 2006 16:57 GMT | 1 |
Wondering if it is possible to create a print-quality PNG from a database query...has anyone tried? Does something exist that does this? Thanks in advance.
|
| PayPal IPN - INVALID | 30 Jun 2006 08:10 GMT | 4 |
All those of you with experience of PayPal IPN know that this should be simple, right? You point PayPal's IPN checker at your page and it POST's to it. You gather the form field values, loop over them, add thehe22cmd" name/value pair and post
|
| A question abour objects and queries | 29 Jun 2006 19:54 GMT | 1 |
I just started using COM objects in ColdFusion. I am mostly using CreateObject, but occasionaly use <CFOBJECT> My question is; Do I have to destroy these object variables when I am done? I know in a lot of other languages I work in, you have to "clean up'" after
|
| Make first left ucase | 29 Jun 2006 19:13 GMT | 5 |
i have a support trouble ticket program that users will type their problems in a provided field and send the issue to us. we have an interface that lists out the issues... (now of course this is all cosmetic) sometimes the user starts the issue off with a lower case letter. is ...
|
| Max Date | 29 Jun 2006 17:07 GMT | 4 |
I am trying to output the max date of a subset of a query using cfloop query (determined by the number of records to be displayed). I can determine the max date for the results of the entire query, but not the subset. Any ideas would be greatly appreciated.
|
| parse XML child nodes | 29 Jun 2006 16:59 GMT | 2 |
Hello, I am parsing through a large xml doc that lists cruises. I need to loop through the itinerary (could be 3 to 110 days) and insert into a destination table. However, I do not know how to loop through that section. You'll see
|
| cffile read | 29 Jun 2006 16:38 GMT | 1 |
I upload a file which contains accentuated characters, the file is correctly write on the server, but when I use cffile read to make some process on the file, the system replace the accentuated character by very strange one. Like ? by E@
|
| Re: Is It Just Me | 29 Jun 2006 14:05 GMT | 2 |
Yes, and if you edit when you place the cursor and hit enter a new line is not inserted (need to hit enter twice) Ken
|
| cfencode problems | 29 Jun 2006 13:55 GMT | 1 |
I am currently having difficulties using cfencode.exe. e.g cfencode c:\dev\jx.cfm No matter what arguments I pass through the command line, I always seem to get
|
| best way to create dynamic pdf's | 29 Jun 2006 13:31 GMT | 1 |
I've a cfm template displaying an invoice (one image -logo, and one table of query results, invoice) to user. It would be great to give them the option of downloading a pdf of that page (built dynamically from invoice id passed to the template).
|
| Dynamic Table Name | 29 Jun 2006 11:06 GMT | 4 |
Im trying to use a dynamic table name in a query and i cant figure out how to pass it in? - Ive tried evaluate, comma's etc etc - is it possible? Thanks - <cfquery name="TempQuery" dbtype="query">
|