Hi, I'm trying to take a piece of a longer text and display it so that it is exactly 4 lines long and 200 pixels wide. If I use the regular text string...
Good points. It seems to be an ORACLE thing. You can make the Global Temporary table either transaction or session specific using the ON COMMIT clause (DELETE...
This is the first time I've tried to install ColdFusion with Vista Ultimate Details: ColdFusion 8.01 Multi-server with .net extensions OS: Vista Ulimate with...
If you use a fixed-width font, the characters will all be the same size, and thus you can simply count the characters. However it does seem likely that you are...
check out Ben Nadel's blog and download his and Ray's ImageUtils cfc from riaforge. ImageUtils has 2 functions that will do what you need, and Ben has a blog...
Yup...it's working... Eric ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important...
I needed to do something kinda like that with a form field, where some text needed to be right aligned with the right end of a text field (hundreds of ...
Can you post a snippet that illustrates the problem. The other thing to remember is that CFWindow is not a child to the browser, it is actually just a div...
I also had to tackle this problem in the particular context of the data in a cfgrid. I didn't need to refresh the whole page, but the problem seem to be that...
Using a cfschedule tag with the action=run attribute is another option. I'm not suggesting this is the best option, just one available method. -Mike Chabot On...
A client of mine wants to make 6 circles of different colors and at the top of each circle, have text curved around the edge. These circles would be inside one...
Thanks Paul, This did it. ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important...
or <cfschedue action="run"> http://www.cfquickdocs.com/cf8/?getDoc=cfschedule Mark ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ...
How would one use xmlValidate() against the xhtml dtd? I'm trying this simple test. <cffile file="/path/to/file/xhtml.cfm" action="read" variable="test"> ...
I am having an issue with deleted URL's still showing in search results. The search engine has been refreshed and re-indexed. Any ideas on home to correct this...
Can you please explain to me why you call it the parent page? From what I can tell the cfwindow is called from the page request called, if that is the case...
I am attempting to prevent broken pictures on a page displaying details regarding real estate listings. Agents are allowed to upload as many as 12 pictures of...
The application is using cfhttp to POST form data to an aspx function. The catch block returns "302 Moved Temporarily". I have Googled some things that make me...
Hello everybody, I have a cfm template which I refer to in the <img> src tag (<img src="OutputImage.cfm" border="1" />) . It outputs the image correctly and as...
... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date...
Hello everybody, I have a cfm template which I refer to in the <img> src tag (<img src="OutputImage.cfm" border="1" />) . It outputs the image correctly and as...
I have a site hosted with a CF7 installation, have no idea when or if they would upgrade to cf8 and I like the visual aspect of the cfwindow tag, does not have...
Hi, First sorry if this posted twice, I hit return my mistake. Does anybody know how to save a cfpresentation app? I would like to save the swf file(I assume...