| Thread | Last Post | Replies |
|
| ColdFusion and FMP | 16 Nov 2004 23:42 GMT | 4 |
Is FMP database working with ColdFusion? We have been using ColdFusion and MS SQL for websites and FMP for the Call Center, but now we need to have a direct web connection to the FMP. Please let me know how to if it's possible.
|
| Dynamic table proble | 16 Nov 2004 22:48 GMT | 1 |
I need to build a dynamic <table> based on the weekdays. I have a DB table where I hold all my data (it's a timesheet application). The DB table is like this: - ProjectTitle - HoursBilled - HoursNotBilled - CreateDate I want to build a <table> that will show all projects and ...
|
| ColdFusion Traffic Analysis tool | 16 Nov 2004 22:27 GMT | 1 |
I'm looking for an existing application that can analyze server logs and produce a formatted report of our visitors' activities. We currently have WebTrends but are looking for a ColdFusion-based solution. Does anyone know of any applications that are capable of doing this?
|
| Validate Account Number in Form Field | 16 Nov 2004 20:26 GMT | 1 |
When I attempt to use the following code: <cfinput type="text" name="account" validate="regular_expression" pattern ="^([0-9]{5,6})-[0-9]{5})$" message="Error message"> I get the following error message. What does this mean?
|
| Validate Account Number in Form Field | 16 Nov 2004 20:25 GMT | 10 |
I have a form that asks natural gas customers for their account number. All customer account numbers are either 5 or 6 digits, followed by a hypen, followed by 5 digits. I am already using the following in the CF template that processes form output to verify there is at least one ...
|
| Possible to turn form variables submitted to a page into client variables? | 16 Nov 2004 19:12 GMT | 3 |
What I want to do is rather simple in theory, but I'm having the hardest time getting this to work. In a two step process, where page 1 submits it's for form to page 2, I want page 2 to turn the form variables into client variables dynamically instead of having to know all the ...
|
| Grouping output - incomplete results | 16 Nov 2004 17:35 GMT | 2 |
I am having problem with grouping out put. For the most part the grouping works, the problems is that after 9 or 10 rows, it starts output the next group and after one or two groups it wi ll put an individual row from the first group and then a new group or two and then an ...
|
| Javascript confirm box = ColdFusion variable? | 16 Nov 2004 17:04 GMT | 2 |
To clarify thing... I have a CFC that adds information to a database. Easy enough. However, there are cases when the user should be prompted for action. Example...If the data doesn't match with data in another table, ask the user if they want to create a new record in that ...
|
| Exception templates | 16 Nov 2004 16:03 GMT | 1 |
We've a CFMX server connected via WAN to a remote policy server. Whenever the WAN connectivity is compromised CFMX shows the message "500: Server Error [20-0002]". Does anyone know which template in the bowels of CFMX is responsible for
|
| cfinvoke methond on cfobject of parent doc | 16 Nov 2004 15:26 GMT | 1 |
I have an iframe contained within a parent document and I have a cfobject that I use to populate the parent page. Is it possible to call a method in that cfobject from the child document ( the one contained in the iframe)? I was hoping to have some application wide variables ...
|
| Site-wide Error Handler issues | 16 Nov 2004 13:58 GMT | 1 |
I want to switch to 'Site-wide Error Handler' so that my users get a friendly message indicating that they received an error rather than the full blown tech version useful only to programmers. Whenever I switch to the friendly error page I've created, I loose the copy of the ...
|
| Re: Table placement | 16 Nov 2004 12:07 GMT | 1 |
Is the content wider than will fit in the table? Does it do the same thing when you put those two graphs on separate lines (just for testing)? I've had this happen when I use horizontal rules (<HR> tags). If you have one on the page, you might try removing it. I did have ...
|
| Using Arrays with CFC's | 16 Nov 2004 09:46 GMT | 1 |
Hello, I am starting to comprehend what CFC's can do and my mind is blown with possibilities. I have created some common CFCs without any issues but have one now I need your advice on please. I am creating a CFC to manage a list of links. My problem is I am not sure how ...
|
| Alternating rows and continuing search | 15 Nov 2004 21:40 GMT | 3 |
I am looking to do two things and I am not sure how to do them. 1. I would like my search to have alternating colors to the search results. How can I do this the best? 2. I would like to carry the results to a next page. This way I do not have
|
| Cfdirectory and datelastmodified | 15 Nov 2004 21:31 GMT | 2 |
I run a cfdirectory, I want the datelastmodified, when I do a <cfset mod_date=#createodbcdatetime(datelastmodified)#>, I have this error message : The value 'lundi 15 mars 2004 01 h 29 PST' could not be converted to a date. The error occurred on line 104. To make then a ...
|