Search the web
Sign In
New User? Sign Up
CFTalk · ColdFusion Talk (CFTalk) List archives
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 144931 - 144960 of 154379   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
144931
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...
archive@...
mdinowit
Offline Send Email
Feb 1, 2009
9:55 pm
144932
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...
archive@...
mdinowit
Offline Send Email
Feb 1, 2009
9:55 pm
144933
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...
archive@...
mdinowit
Offline Send Email
Feb 1, 2009
10:05 pm
144934
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...
archive@...
mdinowit
Offline Send Email
Feb 1, 2009
10:15 pm
144935
Check out this post: http://dale.fraser.id.au/2008/05/coldfusion-8-vista-sp1-solution.html Paul. ... ...
archive@...
mdinowit
Offline Send Email
Feb 2, 2009
12:05 am
144936
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...
archive@...
mdinowit
Offline Send Email
Feb 2, 2009
12:10 am
144937
Yup...it's working... Eric ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important...
archive@...
mdinowit
Offline Send Email
Feb 2, 2009
12:40 am
144938
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 ...
archive@...
mdinowit
Offline Send Email
Feb 2, 2009
12:50 am
144939
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...
archive@...
mdinowit
Offline Send Email
Feb 2, 2009
12:50 am
144940
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...
archive@...
mdinowit
Offline Send Email
Feb 2, 2009
1:30 am
144941
Ext 1.1 docs are here ... http://extjs.com/deploy/ext-1.1.1/docs/ ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe®...
archive@...
mdinowit
Offline Send Email
Feb 2, 2009
2:00 am
144942
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...
archive@...
mdinowit
Offline Send Email
Feb 2, 2009
2:55 am
144943
... In usej2eesession in neo-runtime.xml. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ...
archive@...
mdinowit
Offline Send Email
Feb 2, 2009
5:30 am
144944
Hi! Does anyone know which version of "Axis" (used by CF to consume webservices) is shipped with CF8? -- John Bliss IT Professional LinkedIn:...
archive@...
mdinowit
Offline Send Email
Feb 3, 2009
1:09 pm
144945
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...
archive@...
mdinowit
Offline Send Email
Feb 3, 2009
1:09 pm
144946
Thanks Paul, This did it. ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important...
archive@...
mdinowit
Offline Send Email
Feb 3, 2009
1:10 pm
144947
or <cfschedue action="run"> http://www.cfquickdocs.com/cf8/?getDoc=cfschedule Mark ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ...
archive@...
mdinowit
Offline Send Email
Feb 3, 2009
1:13 pm
144948
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"> ...
archive@...
mdinowit
Offline Send Email
Feb 3, 2009
1:13 pm
144949
Hey Cutter, ... ...unless it's actually faster to not use connection pooling. So is it? Jaime ...
archive@...
mdinowit
Offline Send Email
Feb 3, 2009
1:13 pm
144950
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...
archive@...
mdinowit
Offline Send Email
Feb 3, 2009
1:13 pm
144951
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...
archive@...
mdinowit
Offline Send Email
Feb 3, 2009
1:13 pm
144952
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...
archive@...
mdinowit
Offline Send Email
Feb 3, 2009
1:13 pm
144953
I haven't gotten any emails from the list since the 26th. Supposedly the list is back up, but I still haven't gotten anything. andy ...
archive@...
mdinowit
Offline Send Email
Feb 3, 2009
1:13 pm
144954
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...
archive@...
mdinowit
Offline Send Email
Feb 3, 2009
1:15 pm
144955
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...
archive@...
mdinowit
Offline Send Email
Feb 3, 2009
1:15 pm
144956
... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date...
archive@...
mdinowit
Offline Send Email
Feb 3, 2009
1:15 pm
144957
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...
archive@...
mdinowit
Offline Send Email
Feb 3, 2009
1:15 pm
144958
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...
archive@...
mdinowit
Offline Send Email
Feb 3, 2009
1:15 pm
144959
... IIRC, FileExists expects an absolute path, not a url. ie <cfset PhotoPath = "c:\ColdFusion8\wwwroot\yoursite\yourImage.jpg"> <cfif FileExists(PhotoPath)> ...
archive@...
mdinowit
Offline Send Email
Feb 3, 2009
1:17 pm
144960
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...
archive@...
mdinowit
Offline Send Email
Feb 3, 2009
1:17 pm
Messages 144931 - 144960 of 154379   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help