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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 42296 - 42325 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
42296
My content management system saves all pages as HTML files (.htm extension) which means I can't use a CFINCLUDE to pull in dynamic content. Do you know if I...
JoAnn Schlosser
jojo_super77
Offline Send Email
Jan 2, 2008
12:10 am
42297
You can cfinclude HTML files, I do it all the time. _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of JoAnn...
Al Bundy
cdecinko
Offline Send Email
Jan 2, 2008
1:41 am
42298
I think u want this kind of code........... <html> <script> function fnChkClick(intVar) { //alert(intVar); if(intVar==1) { ...
swaraj panicker
swarajpanicker
Offline Send Email
Jan 2, 2008
8:34 am
42299
I have a dozen of tables in the sql 2000 db, and need to extract ALL rows of the tables with ALL column names into one Excel file (with a dozen of Worksheets)...
Tech Gate
gatetec@...
Send Email
Jan 2, 2008
2:37 pm
42300
Here's a caveat ... If any of tables contain more than 62,000 (or thereabouts, don't remember the exact number) records, you will have a problem. Excel won't...
ihatespam22222
Offline Send Email
Jan 2, 2008
7:23 pm
42301
I know you are looking for a solution but to do what you want will take a bit of programming. What I use is a set out free routines from: ...
k0bx@...
k0bx
Offline Send Email
Jan 2, 2008
7:46 pm
42302
It's near 65,535 which is the highest number atainable via a double-word (two byte) memory variable which is used to keep track of a cell's row number. If the...
John Bartlett
wyntermoonwolf
Offline Send Email
Jan 2, 2008
8:11 pm
42303
I do, too, only in CFM files. I need to include a cfml file in an HTML file. JoAnn A. Schlosser Associate Director of Technology Services Association for...
JoAnn Schlosser
jojo_super77
Offline Send Email
Jan 2, 2008
11:09 pm
42304
Oh, the other way around. Well... how about an iframe, or javascript? _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com]...
Al Bundy
cdecinko
Offline Send Email
Jan 2, 2008
11:55 pm
42305
Post : 5 POST CODE : "A1Brains-CFM- 030108" Experience : 1 + Years (AJAX+Cold Fusion+Cold Box+SQL+Transfer ORM+Cold Sipring+HTML) Location : Ahmedabad Pay...
satisnet3
Offline Send Email
Jan 3, 2008
7:25 am
42306
Hi, This is Shashidhara.K from Jyopa Connexions, Bangalore. Jyopa Connexions is one of the leading IT Recruitment company in Bangalore. Please log on to...
shashidharkrishna
shashidharkr...
Offline Send Email
Jan 3, 2008
4:34 pm
42307
Not wild about IFRAMES and the content management system isn't too keen on them, either. Might try javascript. Thanks. JoAnn A. Schlosser Associate Director...
JoAnn Schlosser
jojo_super77
Offline Send Email
Jan 3, 2008
5:14 pm
42308
... extension) which means I can't use a CFINCLUDE to pull in dynamic content. How come? CFINCLUDE can include any kind of (text) file. If it does not contain...
Claude Schneegans
schneeca
Offline Send Email
Jan 3, 2008
6:26 pm
42309
I guess I should be glad that my websites are getting more traffic, but I've determined that my server "outages" are, at least in part, due to limitations on...
raehm
Offline Send Email
Jan 3, 2008
6:29 pm
42310
You should be able to import all the databases using the the DTS Services in the Tools menu. I have never done it with 2005, but in 2000 you will have to go...
Mark Bureau
bu9418
Offline Send Email
Jan 3, 2008
6:34 pm
42311
SQL Server Express 2005 doesn't have import capabilities, unfortunately. -John...
John Bartlett
wyntermoonwolf
Offline Send Email
Jan 3, 2008
6:37 pm
42312
But.. you can download the tools for SE2005 which gives the equivalent of DTS back. _____ From: coldfusion-howto@yahoogroups.com ...
Al Bundy
cdecinko
Offline Send Email
Jan 3, 2008
6:47 pm
42313
thanks!...
raehm
Offline Send Email
Jan 4, 2008
6:55 pm
42314
I need to be able to pull an image from a web address and input into an Oracle Database automatically. I have looked into the <cffile action=readbinary"> tag...
Steve
pilotstevek
Offline Send Email
Jan 4, 2008
8:51 pm
42315
result="binaryImg" http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p58.htm name should it. Do don't need result as far as I know From:...
dan plesse
empiricallys...
Offline Send Email
Jan 5, 2008
8:29 pm
42316
Would getAsBinary="yes" help? <cfhttp getasbinary="yes" name="hello" url=http://us.i1.yimg.com/us.yimg.com/i/us/nt/ma/ma_tech-grp_1.gif result="binaryImg" /> ...
dan plesse
empiricallys...
Offline Send Email
Jan 5, 2008
8:43 pm
42317
That works much better :)...
Steve
pilotstevek
Offline Send Email
Jan 6, 2008
4:15 pm
42318
Hi We are having problems setting up the RDS server to work with CF8. I have tried all sorts of settings but I still get the same error message. I have tried...
spectrix_today
Offline Send Email
Jan 7, 2008
3:35 am
42319
http://weblogs.macromedia.com/mxna/controller.cfm? handler=PostHandler&action=click&postId=239231&nextPage=http%3A%2F% ...
Jason
j_abell
Offline Send Email
Jan 7, 2008
4:49 pm
42320
I'm working on a snippet that will eventually read the contents of a directory that contains a series of web pages, generates a list of links using the <title>...
Greg Hope
g_hope
Offline Send Email
Jan 7, 2008
8:06 pm
42321
I am using DW 9 and am having a horrible time setting up a site properly so I can view my databases in the database panel. I have set up several DSN's in CF...
patricknealis
Offline Send Email
Jan 8, 2008
1:31 pm
42322
I am trying to view my databases in DW 9 database panel and cannot for the life of me get them to appear. I have set up some DSN's in CF Admin and they test...
patricknealis
Offline Send Email
Jan 8, 2008
1:40 pm
42323
Here is a little reply from Ben Forta about the Survey "The best thing you guys can do to help us now is to get as many people as possible to fill the survey...
Jason
j_abell
Offline Send Email
Jan 8, 2008
2:21 pm
42324
I am not really sure how you set up the query="theLibrary" ? In addition to the CFDIRECTORY, CFFILE you would like to break down your file, either using query...
Jane Z
xianer_2000
Offline Send Email
Jan 8, 2008
3:13 pm
42325
Thanks for the reply, Jane. The CFDirectory tag generates a query structure, just like CFQuery. I have successfully CFDumped the contents of theLibrary. The...
Greg Hope
g_hope
Offline Send Email
Jan 8, 2008
5:24 pm
Messages 42296 - 42325 of 42948   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