|
First
|
Prev |
Next
|
Last
Pages: 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315
CFCHART: Multiple series date (line) chart I'm getting the same issue in CFMX7, it's driving me nuts. It's charting an array of multiple values for 1 date. The array is ordered by date, but, as in your example, the graph DOES NOT respect the date order provided by the array. Furthermore, I can't see a pattern in where/why it's rearranging the data. I ... 3 Oct 2006 20:22
Alert positioned I have a flash form and this code to send an alert onload. The Alert is positioned below my form. Is there a way to get it to be positioned on top or within the form? Thanks for any help you can give!!! var myAlert = mx.controls.Alert.show("Please enter your zip code first.", "Information"); //set the ... 1 Oct 2006 14:45
looping insert What is wrong with this code and how can I fix it. I have a form with a loop to display all the options. Then the user makes thier selections (via checkboxes) I need the checked boxes to insert in the database with the email address. I keep getting that the form elements are not defined. The list works fin... 28 Sep 2006 15:37
cfcookie and subdomains How can I limit a cookies use to a specified subdomain using the domain attribute within the cfcookie tag? I couldn't get this to work: <cfcookie name="foo" domain=".foo.mydomain.com"> foo.mydomain.com is the dummy subdomain FYI, using CF6.1 LiveDocs are confusing at best. Thanks for your help. ... 28 Sep 2006 11:53
consuming a webservice I am attempting to create a webservice from one site to be consumed by another site. I have gone through various webservices tuts in the distant past but I am stuck on this one. On server A I have the following CFC... <cfcomponent hint="Returns minimal member data for consumption"> <cffunction name="g... 28 Sep 2006 12:25
Parsing files in Coldfusion I have a data file that looks like this: 70-80-90 File status File Number File Name Type Date 00001 myfile.txt text 09222006 00029 myfile1.txt text 09222006 00870 myfile2.txt text 09242006 05579 myfile3.t... 26 Sep 2006 16:28
Apache HTTPClient Good afternoon, Has anyone out there successfully used the Apache Jakarta HTTPClient as an alternative to CFHTTP? I am trying to use it to get around an error that I am getting using CFHTTP to connect securely to a particular host. The error I am getting trying to use the Jakarta HTTPClient is rather generi... 26 Sep 2006 13:50
QoQ unsupported numeric type - Solution! Solution: #jsstringformat()# Example: <cf_select name="PraticeArea" formname="test" passthrough="style='background-color:##000000; color:##ffffff;'"> <cf_option value="">Select Pratice Area</cf_option> <cfoutput query="getpa"> <cf_option value="#jsstringformati(PraticeAreaID)#">#PraticeArea#</cf_... 25 Sep 2006 06:09
pdf file Well, iText is great but the version that comes with CFMX7 doesn't work for us. With cfmx6.1 we had uploaded the itext.jar library files and everything was working just fine. The cfmx7 itext file just won't pass form values anymore. We also tried to use the update feature in cf7 admin in order to upload the ... 24 Sep 2006 10:15
Conver numbers to text Does anyone have a code for converting a number to a text string, as in convert $123.45 to One Hundred Twenty Tree Dollars 45/100? I am writing an invoicing module for a client and would like to add this feature, so below the invoice summary the total amont is given in words. I could write it myself, but tho... 23 Sep 2006 22:43 |