| Thread | Last Post | Replies |
|
| Using CFComponent with parameters | 31 Dec 2007 15:02 GMT | 2 |
Does anyone know what wrong with my codes? -- Codes -- <cfset strUsername = "Raymond"> <cfinvoke component="cfc.content" method="funcWelcomeMsg"><cfinvokeargument
|
| CFCATCH/CFTRY-CFERROR | 31 Dec 2007 14:50 GMT | 1 |
I am getting this error message when my users attempt to return to my site with an expired SESSION variable. Element FNAME is undefined in SESSION I could possibly fix the error but it would be difficult.........
|
| CFCATCH/CFTRY-CFERROR | 31 Dec 2007 12:01 GMT | 2 |
I am getting this error message when my users attempt to return to my site with an expired SESSION variable. Element FNAME is undefined in SESSION I could possibly fix the error but it would be difficult.........
|
| access denied on a cfc component | 31 Dec 2007 10:44 GMT | 8 |
I have a cfmail tag inside a cfc component. when i run the application (a web form) locally, the component is accessed and email is processed. however, when i upload the application to godaddy (host) and try to run it, it says this: Error Occurred While Processing Request
|
| ColdFusion 8 Hosting in Singapore | 31 Dec 2007 04:12 GMT | 6 |
Does anyone know where I can get hosting companies for ColdFusion 8 in one of the following countries: Singapore, Australia, Indonesia or Malaysia? I have tried to google and found out that most of hosting companies are still having ColdFusion version 7.0.
|
| CFFUNCTION not working | 30 Dec 2007 05:40 GMT | 2 |
I am using CF5.0, but <CFFUNCTION> tag seems not working. Below is my codes, - Codes - <cffunction name="funcWelcomeMsg" returntype="string">
|
| CF8 and ColdFusion.Layout.createTab() | 30 Dec 2007 01:51 GMT | 1 |
I was playing around a bit with some of the new <cfllayout> and <cfwindow> tags and I created a tabbed interface using code such as : <cflayout name="testLayout" type="tab"> <cflayoutarea title="Tab Title"> ....
|
| Better way to generate CSV?? | 29 Dec 2007 13:33 GMT | 2 |
Currently I'm using the code below to generate a CSV file: <cfquery name="AllUsersCVS" datasource="SalleBoise"> select Cust_Name,Cust_Address,Cust_City,Cust_State,Cust_Zip from inforeq
|
| Pyro Jasper Report Tag problem | 28 Dec 2007 21:27 GMT | 3 |
Don't know if this is the right place to post this. I have an app I'm currently working on that needs a reporting module included. Found a tag on the Exchange (<cf_Pyro_JasperReports>) makes use of the Jasper Report API. Designed my reports with iReport, and all works fine on ...
|
| cfdocument for flashpaper | 27 Dec 2007 17:44 GMT | 3 |
I have a question about cfdocument . cfdocument can output Flashpaper format file. Do I have to install Flashpaper in server or clienrt machine if I use Flashpaper output format. Thanks
|
| CFSELECT vailidation still not fixed? | 27 Dec 2007 03:42 GMT | 4 |
I have looked high and low for the answer/fix and came up empty. The old fix for cf mx7 doesn't work on cf8. Anyone know how to fix this?
|
| How to determine? | 26 Dec 2007 23:35 GMT | 1 |
If I have a form that say, requests users to type in adddress1 and address 2. Address 2 isn't 'required', but address 1 is. I have the form field named as address_2 and on the processing page, I
|
| What is best solution?. | 26 Dec 2007 22:09 GMT | 5 |
I got a call like this in CF7 code.... <cfhttp method="get" url="http://prodsrv/userapp/update.cfm?id=#URLEncodedFormat(id)#&name=#URLEncode dFormat(name)#&Email=#URLEncodedFormat(Email)#">
|
| Hint in the search field | 26 Dec 2007 19:33 GMT | 4 |
It is a general technical question. I?m looking to find where the web page is keeping the hint for the search field. The web application have DB enabled for the cookies (CDATA, CGLOBAL) where the
|
| cfform/cfinclude causing unsightly gap between tables | 26 Dec 2007 16:14 GMT | 3 |
I'm trying to work through a problem I'm having with a cfform/cfinclude statement causing a gap between menu items. I inherited supporting this website and I didn't design it. It was designed using tables to create the layout, along with some navigation menus that are put in ...
|