Search the web
Sign In
New User? Sign Up
coldfusion-howto · ColdFusion Tips Tutorial Help Questions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 40280 - 40309 of 42947   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
40280
you can store xml in a text or varchar(max) field without hassels i would suggest using wddx HTH, Ernie ... -- ...
Ernest Breau
eb_web_designs
Offline Send Email
Jan 2, 2007
1:48 pm
40281
If you are using SQL 2005 there is also an XML datatype. ... From: Ernest Breau [mailto:ernest.breau@...] Sent: 02 January 2007 13:33 To:...
Robertson-Ravo, Neil ...
teammacromedia
Offline Send Email
Jan 2, 2007
3:05 pm
40282
I wasnt aware of that one, I might try that in the future On 1/2/07, Robertson-Ravo, Neil (RX) <Neil.Robertson-Ravo@...> ... -- ...
Ernest Breau
eb_web_designs
Offline Send Email
Jan 2, 2007
3:45 pm
40283
Thanks. I will give it a whirl. Ernest Breau <ernest.breau@...> wrote: <cfquery name="GetUpdates" datasource="Master"> SELECT * Using Now()...
sheldon turchin
sheldon.turchin
Offline Send Email
Jan 2, 2007
4:10 pm
40284
ColdFusion Hosting Providers ColdFusion Hosting Providers' List brought to you by *** ColdFusion-HowTo: Yahoo's No. 1 and the biggest group for ColdFusion...
coldfusion-howto@yaho...
Send Email
Jan 2, 2007
4:48 pm
40285
Greetings Group! I have been beating my head against the wall for a couple of days now... Partial code example: <cfset dept_list = ArrayNew(2)> <cfoutput...
Carolina M. Lopez
karo12069
Offline Send Email
Jan 2, 2007
5:49 pm
40286
Where is Temp1 defined? ... -- ____________________________________________________ Ernest E. Breau Jr. Coldfusion Developer home: (508) 967-0448 ...
Ernest Breau
eb_web_designs
Offline Send Email
Jan 2, 2007
6:06 pm
40287
Hello, I guess I left that out of the example I have added it below: Ernest Breau <ernest.breau@...> wrote: Where is Temp1 defined? ... <!---temp1 and 2...
Carolina M. Lopez
karo12069
Offline Send Email
Jan 2, 2007
6:26 pm
40288
I need to change a date that displays in a footer; the date is part of a section of text that I believe is stored in a SQL database, but I can't determine...
Doug
doug_1937
Offline Send Email
Jan 3, 2007
3:56 pm
40289
Su Question 1: How can I make Enterprise Manager display the long text? * I've tried building a query but I don't know how to build one that uses a wildcard....
Ball, Steve
sball992001
Offline Send Email
Jan 3, 2007
5:06 pm
40290
Hello All, I am searching for an excellent ColdFusion Contractor for a southern California contract. MX7 experience would be great but MX6 would also be fine....
Phil
phil_e_b
Offline Send Email
Jan 3, 2007
7:42 pm
40291
Hello All, I'm studying CFC's now that my company has finally upgraded to CFMX7. I'm using the CFMX7 WACK book. On page 752, they have you build an instance...
Pen Frey
penz_put2
Offline Send Email
Jan 5, 2007
5:18 pm
40292
I want to use CFCONTENT to access a CSV file but can't come up with the right MIME type. It keeps wanting to open as a CFM file. What is the MIME type for a...
JoAnn Schlosser
jojo_super77
Offline Send Email
Jan 5, 2007
5:26 pm
40293
Best practices is just a way to keep things simple. Directories for example become like code hints hinting you to the right location. I for one like the idea...
Dan Plesse
empiricallys...
Offline Send Email
Jan 5, 2007
7:15 pm
40294
I have since tested this code in FireFox and it works exactly as it should. What is up with IE? 6 or 7...it breaks in both. Weird. Carolina Ernest Breau...
Carolina M. Lopez
karo12069
Offline Send Email
Jan 5, 2007
7:31 pm
40295
Could be a client memory issue too. Have you tried running this on different workstations? ... From: coldfusion-howto@yahoogroups.com ...
Ball, Steve
sball992001
Offline Send Email
Jan 5, 2007
9:26 pm
40296
Yes, and as long as it is in IE, it breaks. FireFox works on other workstations too. That's how I found out it worked in the first place. I sent my test...
Carolina M. Lopez
karo12069
Offline Send Email
Jan 5, 2007
9:46 pm
40297
Thanks for the reply Dan, but I'm not sure I follow. Most of the articles I'm reading are telling me that custom tags should be used for presentation, and...
Pen Frey
penz_put2
Offline Send Email
Jan 5, 2007
10:44 pm
40298
I stopped using custom tags and for now I only use small CFC's for everything. The MVC is all done inside small CFC's while using my directory structure as a...
Dan Plesse
empiricallys...
Offline Send Email
Jan 6, 2007
12:30 am
40299
try this <cfheader name="Content-Disposition" value="inline; filename=myfile.csv"> <*cfcontent* type="application/msexcel"> HTH, Ernie ... -- ...
Ernest Breau
eb_web_designs
Offline Send Email
Jan 6, 2007
4:11 am
40300
Hi there, I checked out this link and the wiki has been subverted so things are not available. I just downloaded the latest Eclipse and have the CFEclipse...
Lee
kompwizard
Offline Send Email
Jan 7, 2007
6:51 pm
40301
The presentation as Dan noted should only ever be in CFM - not CFCs. ... From: Dan Plesse [mailto:dplesse@...] Sent: 06 January 2007 00:20 To:...
Robertson-Ravo, Neil ...
teammacromedia
Offline Send Email
Jan 8, 2007
12:35 pm
40302
I try to register a C++ CFX tags on the Administrator 's page, but when I click on "Register C++ CFX" button, I got a "The page cannot be displayed" Error and...
mandy_li_1998
Offline Send Email
Jan 8, 2007
3:58 pm
40303
My website features a form with dropdown lists. One of these dropdown lists is called via the following code: <select name="specialty"> <cfloop...
Doug
doug_1937
Offline Send Email
Jan 8, 2007
4:52 pm
40304
Does anbody know a cftag that does the same thing as it's PHP counterpart Sleep(). It's used to create a delay time which the script has to wait for before it...
thompson edolo
thompsonedolo
Offline Send Email
Jan 8, 2007
5:10 pm
40305
Google for Java + Sleep + ColdFusion. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a...
Robertson-Ravo, Neil ...
teammacromedia
Offline Send Email
Jan 8, 2007
5:12 pm
40306
To follow-up on my issue, I've figured out that the dropdown list is populated in accordance with how the query is setup. I removed the Order By statement and...
Doug
doug_1937
Offline Send Email
Jan 8, 2007
6:48 pm
40307
My guess is you would have to check for this specific value thus: <select name="specialty"> <cfloop query="getspec"> <cfoutput><option value="#Specod#"...
Robertson-Ravo, Neil ...
teammacromedia
Offline Send Email
Jan 8, 2007
7:22 pm
40308
I posted this solution already. Lucky I can keep showing solutions which break the rules of CF. 1) Get anyObject 2) Get the class 3) Get the forName method ...
Dan Plesse
empiricallys...
Offline Send Email
Jan 8, 2007
8:39 pm
40309
Hi Simeon, I tried your Yahoo account, but the email did not go through. I am running with Flex 2. I have both the Eclipse plugin and the standalone installed,...
Lee
kompwizard
Offline Send Email
Jan 9, 2007
5:27 pm
Messages 40280 - 40309 of 42947   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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