| Thread | Last Post | Replies |
|
| Targeting a CPU - parallel processing. | 16 Mar 2005 16:46 GMT | 3 |
Ok, I have an application, forums software. 1000 users. Each has subscribe on to a given thread. Whenever anyone posts a new message, DURING the add routine, we have to send out notices to everyone via email that the new message has been posted. If we do this 'inline' it'll ...
|
| Textarea Output from Flash Form | 16 Mar 2005 16:08 GMT | 3 |
In a non-Flash form, I use a textarea field to allow customers to input multiple lines of product numbers: For example: 101505
|
| Unable to adjust BUFFER using setMSSQL function | 16 Mar 2005 15:46 GMT | 1 |
Has anyone has success in adjusting the Long Text Buffer size using the setMSSQL function in the datasource component? It seems as though the only value which I have been able to programatically change using the setMSSQL function are the parameters that are of type string. The ...
|
| format y-axis in cfchart | 16 Mar 2005 12:39 GMT | 1 |
The values displayed on the y-axis are are mix of float and int. The chart displays int values on the y-axis if I use only one cfchartseries tag. The code below calculates the value for the gridlines and scaleto attributes. [code] <cfset
|
| Bind <cfgridcolumn> to cfinput "datefield"? | 16 Mar 2005 05:06 GMT | 1 |
Does anyone know how to bind a <cfinput type="datefield"> to a <cfgridcolumn>? This is the way I'm currently trying to do it, and it doesn't seem to bind correctly: <cfform bla bla bla>
|
| Displaying Images from Left to Right | 16 Mar 2005 02:14 GMT | 1 |
Good evening folks, I was wondering if there is a way to output a series of images in a table so that they list out from left to right. Currently I have an output script which will display the images to the screen, however the list from top down. If that makes sence? What I ...
|
| cfcontent problem | 16 Mar 2005 01:13 GMT | 8 |
my codes is like this: <table> <tr> <td>Hello World</td>
|
| calculating the numbers | 15 Mar 2005 23:49 GMT | 1 |
Hi Guys, I can use your help here, how can I calculate the value entered by the user on the given fields of a form and at the end give me the total, you can see the form sample here. http://www.designsmash.com/productform.cfm Thank you guys Titano Cruz
|
| Formatting date when entered from a form | 15 Mar 2005 21:39 GMT | 2 |
I have a form that requires a date field to be entered. Although I have a message above this field that states the date has to be entered as mm/dd/ccyy, people still ignore it and enter it however the heck they want to. I am now giving in to their stubborness. Is there a way ...
|
| Images in a drop down | 15 Mar 2005 20:42 GMT | 1 |
Can images be rendered in a drop down object. I create subscripts and superscripts as images in fireworks and then place the path of the image in a database field. The images are fine when placed on a page by themselves <cfoutput>#imagename#</cfoutput>. The problem I encounter ...
|
| Need help with moving query objects from one select box to another | 15 Mar 2005 20:39 GMT | 1 |
Here's the problem: I need one select box to be populated with products from a query. I need to be able to select products from the list, then click on an arrow button to move into the select box to the right. Once in the right side, need ability to then
|
| CFTREEITEM target attribute | 15 Mar 2005 15:16 GMT | 2 |
I'm using a CFTREE structure, and I'd like to send the selected value as part of the URL to an iframe. The target attribute within cftreeitem seems to be the way to do this, but it seems that regardless of the value of the target attribute, the URL opens in the same (parent) ...
|
| Programatically Set Buffer Length | 15 Mar 2005 13:16 GMT | 1 |
Does anyone know how to programatically override the Long Text Buffer in the DSN? Thank you.
|
| webservice problem | 15 Mar 2005 09:15 GMT | 3 |
Does this webservice (from a .Net server) really work or is it my ColdFusion code that doesn't work? Aparently it works on .Net but I can't get it to work in ColdFusion. //nic <cfinvoke webservice="http://www.xcshop.com/services/xcshopservice.asmx?wsdl"
|
| ListGetAt in CFQUERY | 15 Mar 2005 03:22 GMT | 2 |
I have a database of computer components that helps drive a custom system builder. I have 1 price field that has a list of prices delimited with an underscore so that there can be multiple prices for the same component. The values can be a price, 0 or na like 45.00_na_0.00_83 ...
|