| Thread | Last Post | Replies |
|
| speeding up gateway calls | 30 Jun 2007 20:38 GMT | 2 |
In application.cfc onRequestStart, I've seen the targetPage as /flashservices/gateway. How do I utilize that to make the call use an instantiated object to speed up access? Currently the only way I know is to allow the service cfc to be called
|
| Removing the XML declaration | 29 Jun 2007 19:41 GMT | 1 |
[i](I accidentally posted this to the Getting Started forum - apologies for the duplication.)[/i] I am setting up a CMS that will take articles stored in XML and insert them into the middle of a predefined HTML page. The concept is essentially as per
|
| Hidden fields that don't seem to work | 29 Jun 2007 19:37 GMT | 1 |
Using cfform structures in MX7 to pass details from 1 page to the next amending and adding details from page to page. So that on the second page the code is:- <cfform name="Flight_Refine" id="Flight_Refine" method="post"
|
| Element Undifined in form error. | 29 Jun 2007 19:00 GMT | 3 |
I have the following code: There will be as many hidden fields as the number of rows retrieved by the query "getCities". Each is distinguished with the value of level_detail_uid for each loop.
|
| template | 29 Jun 2007 18:42 GMT | 3 |
Someone in my office is designing a template , and he wants the template included in all of our html ,cfm files in a web site for a client. Could you explain the steps to including a template in html, cfm pages? You could probably use the <cfinclude file> for the .cfm page , but ...
|
| Element RADIOV is undefined in FORM | 29 Jun 2007 15:26 GMT | 4 |
Hello i have this. i want to insert values like blue, yellow, or red in the database field col_Radio.
|
| zipcodes within milage | 29 Jun 2007 13:28 GMT | 8 |
For example I would like to find TACO BELL with in 20 mile radius. I can i build the program search on zipcode and radius. Thanx
|
| coldfusion OO programming | 29 Jun 2007 12:45 GMT | 3 |
At the moment i have a contact manager application i am building. a contact has a title (mr/mrs/miss) and can have multiple addresses, multiple telephone numbers. CFC's dont allow me to do multiple inheritance. I can extend to 1 component
|
| How do I pass the entire FORM to a webservice? | 29 Jun 2007 10:55 GMT | 16 |
What is the proper way to pass an entire form to a webservice? I can make a my CFC work with 1 param, which is the FORM, but when I try to use the CFC as a webservice I get a type mismatch error. The has to be a way to pass the entire form to a webservice rather than me, creating ...
|
| CFLDAP and Novell eDirectory | 29 Jun 2007 10:19 GMT | 1 |
I would like to connect to a novell ldap server using eDirectory and have had nothing but problems... Has anyone ever got this working that can offer some ideas?
|
| Reusing CFFORM controls | 28 Jun 2007 23:23 GMT | 4 |
I'm wondering if anyone has a solution for reusing form controls. Let's say I have a specific <cfselect> for states that I want to use in 200 different forms. Of course I can copy/paste it all over the place, but that's bad software development. I'd like to be able to put that ...
|
| How to write a join | 28 Jun 2007 20:37 GMT | 3 |
I am using an access database. I have a table name strat_data_call which has the fields rec_no, agency, due_dt and a table named ccd_data_call with fields strat_rec_no, user_id. When an action takes place against a particular record in the strat_data_call a record of that ...
|
| Creating Form Fields Based on Arrays | 28 Jun 2007 18:31 GMT | 1 |
I'm using MX7 and need to build up a variable number of fields in a form. Creating the variable list of fields to match number of items in list creates no problem - <cfloop index = "yy" from = "1" to = #List_No#>
|
| cffile 'RENAME' | 28 Jun 2007 16:44 GMT | 1 |
I need to upload several files to a directory and rename them acc. to certain naming convention. If I upload a new file and try to give it a name that already exists in the directory, the old file with the same name gets overwritten by a new one. And as far as I know ...
|
| Errors Creating Java Stub for COM Object | 28 Jun 2007 15:59 GMT | 5 |
I have a .NET assembly that I have exposed through COM. I am able to use the object with cfobject. I would like to create a java stub for ColdFusion 7. I have used the com2java tool to create the .java files from the .tlb for the com object, but am recieving error messages when ...
|