| Thread | Last Post | Replies |
|
| edit pdf | 23 May 2005 23:34 GMT | 2 |
I'm using cfdocument to create pdfs for viewing and printing. Is there any way a user can download and edit? thanks -t
|
| Using cfform to update an Excel sheet | 23 May 2005 23:17 GMT | 1 |
I am building a cfform to update a spread sheet, but am not sure how to indicate what column/row that the form field should update in the excel file. anyone have any ideas?
|
| Interdependent Drop Down Menus | 23 May 2005 22:01 GMT | 6 |
I am curious to know if anyone is willing to share their code - or suggestions - for a set of 2 interdependent drop down menus of countries and then states/provinces? I can find some JavaScript help on creating the interdependent drop down menus statically, but cannot seem to ...
|
| Flash form and chart | 23 May 2005 21:19 GMT | 2 |
Can you put a flash-chart onto a flashform ?
|
| Looped Array Element Deletion | 23 May 2005 21:05 GMT | 2 |
I want to loop through a structure of arrays using CFScript to delete an element in the same position of each array. Here is a snipet of code I use to set up the arrays: <CFSCRIPT>
|
| CFCACHE and CSS | 23 May 2005 20:19 GMT | 1 |
I am trying to use CFCACHE for a page that uses several CFINCLUDEs. When the cached page is retrieved some of the styles, in the "masthead", "menu" and "footer" are ignored. Does anyone know why this is happening to me?
|
| multiple instances problem with virtual sites | 23 May 2005 17:44 GMT | 1 |
We are running 4 cf instance on our dev server one per application version. Per version of the application powers multiple sites, in total 511 sites. Now I want to add another site bu on installing the connector for this addional site I get an error
|
| Oracle Object views | 23 May 2005 17:44 GMT | 1 |
Did anyone succeed in using oracle object views? I did create some object views and those work fine within the Oracle environment.When call in such an object view, I get an invalid/unknown data type error.
|
| Returning XML with CFC call through URL | 23 May 2005 16:25 GMT | 4 |
Hey peoples. What I'm doing is using JavsScript to call a CFC via a URL, and this JavaScript can use XML that's returned and then do all kinds of neat stuff (for anyone who's familiar with the term, I'm using this as part of an AJAX implementation). Since I'm using a <cfreturn> ...
|
| Verity Search and Rating of results | 23 May 2005 15:16 GMT | 4 |
Verity Search and Rating. When you use collections and Verity Search and several results in the result set have the same relevance score they are presented in a descending order by their ID number. How can I make these results (with the same score) be presented in ...
|
| OUTER JOIN | 23 May 2005 14:00 GMT | 1 |
I can't get this outer join to work, It worked when i made it into a inner join Select * FROM dbo.tEmployee OUTER JOIN dbo.tEmployeeaccess ON tEmployeeaccess.Emp_id = tEmployee.Emp_id
|
| Replacing English keyword with Chinese in RTF | 22 May 2005 19:59 GMT | 7 |
I'm replacing a keyword "replacename" in a Chinese language rich text format document with a value from a form. It works okay when I type English into the form, but Chinese characters aren't decoded correctly in the RTF. I'm adding utf-8 as the charset to everything possible in ...
|
| ColdFusion mappings | 22 May 2005 15:14 GMT | 2 |
I use coldfusion.server.ServiceFactory to add mappings programatically. The hoster decied to delete them all or something happened to the server and now no mappings are there. I tried to add new ones but the coldfusion.server.ServiceFactory Add function
|
| Pound signs in a URL | 21 May 2005 22:38 GMT | 2 |
Let's say for instance, I have an URL such as: www.mysite.com/root/programming/cfdirectory.cfm?debug=0¤tDir=dir3_C#Help&d epth=2 I created a ColdFusion application that allows users to dynamically browser
|
| Open a file on the user's station? | 21 May 2005 03:16 GMT | 4 |
On our server here at work, we have a complicated filing system. I created a web page where the user can type in the file name, a link to that file appears and the OSX finder opens up to that file when you click on the link. I tried to make it so that the file would open by clicking ...
|