| Thread | Last Post | Replies |
|
| Page security, please help | 23 May 2008 03:13 GMT | 30 |
Hello; I am trying to come up with a script that will lock you out of a page if you do not use the proper criteria. It is a search for a site, and I set it up right now so that if you try and get to the result page without using a form,
|
| CFWindow and refresh | 23 May 2008 01:36 GMT | 1 |
I have CF 8 running under IIS6. I have a report that shows a table of data to the user. Each record has Edit and Delete buttons. Both buttons trigger different CFWindows that collect the edit data or perform the delete and then confirm. After the user closes
|
| HTTP 500 Error when consuming .Net web service from coldfusion | 22 May 2008 23:13 GMT | 4 |
I try to consume .NET web services using cf createobject function ix = CreateObject(".NET","cELO.IndexServer.IndexServer",assembly); Then I call a function that will check if a folder exist or not. If exist this function will return the folder ID, if not then this function ...
|
| DotNetExtension not installed | 22 May 2008 20:45 GMT | 10 |
I am trying to set up a new CFMX8 server so that it may use .Net integration. The Windows 2K3 server has the .Net framework v2 installed, CFMX8 with the .Net integration installed, but when I try to access an example .cfm per: http://livedocs.adobe.com/coldfusion/8/htmldocs/help ...
|
| A Fillable Form in pdf | 22 May 2008 16:05 GMT | 2 |
Can Coldfusion create a form/pdf that has fillable fields that can be filled out & then printed?? I've seen where it popultes a pdf form already to create a new pdf static page, but I don't want to purchase Acrobat Pro to make form fields....is that
|
| <cfdocument> not showing Chinese character | 22 May 2008 14:54 GMT | 9 |
We have a system that uses a mixture of English and Simplified Chinese on almost every page. After properly installing the Simplified Chinese fonts (gb2312) on all of the users PC?s via the Regional and Language setting, the pages display both languages properly.
|
| Problem using REFind() to catch repeating characters | 22 May 2008 14:50 GMT | 1 |
I've written the attached code to catch strings with characters that repeat at least 3 times. However, the regular expression does not seem to working correctly. Can somebody assist me? I'm kinda new to RegEx. Thanks.
|
| ColdFusion.Ajax.submitForm & Form not found | 22 May 2008 14:37 GMT | 4 |
I am trying to submit a form using ColdFusion.Ajax.submitForm and only get "Form not found, form id: myform" -- calling using <a class="save" href="javascript:submitForm()" title="Save this record"><span>Save</span></a>
|
| Getting image from OLE Object out of Access Nicely...?! | 22 May 2008 14:10 GMT | 2 |
So I've read up on this a bit, and the code below works, but the efficiency is *horrible*. I'll drag/drop a 800x600 jpeg from my filesystem into the Access OLE field via an Access Form. It appears unmodified in the Access form as
|
| New to Ajax. Please help | 22 May 2008 12:19 GMT | 1 |
Hello, I am very new to Ajax and I need to quickly create a feature on an existing application. Basically I need to write a search word (by first name and last name) so basically check against two form text input fields. and search against
|
| Getting page title into ColdFusion | 22 May 2008 11:46 GMT | 1 |
I am trying to get the page title into a CF variable. I have tried this code which half works: <CFSET ThisPageTitle = "<script language='JavaScript'>document.write (document.title); </script>">
|
| finding pages that take a long time to load | 22 May 2008 11:41 GMT | 3 |
We suspect that certain pages on our site take a long time to load when more than one user is hitting the page at the same time. Is there a few lines of Coldfusion code we can throw into application.cfc that would write to a log file how long it takes every page to load?
|
| Occasional exception error occurs when executing a COM object | 21 May 2008 14:56 GMT | 3 |
I'm running Coldfusion 8 and attempting to perform address lookups via Satori Software's Mailroom Architect database. 6 times out of 10 the address is returned, but other attempts result in the following:
|
| Coldfusion to Java date issue | 21 May 2008 03:57 GMT | 6 |
I am sending a date to a customers weblogic code which is throwing this error. I need help converting a date entered on a form to the java date format. weblogic.jms.common.JMSException: Error deserializing object at
|
| setting var with image map onMouseOver | 21 May 2008 03:53 GMT | 3 |
i have an image map, and i need for as the user mouses over or clicks each mapped coordinates, a specific variable (mapclick) is set to a string to be output below the image map. i'm going in circles and really not making progress with my ideas, so am looking for some fresh ...
|