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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 7143 - 7172 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7143
I wonder if it is possible to do this in coldfusion... I am displaying data from a database on a table using coldfusion. Thats all fine . the problem is that i...
ddare1
Offline Send Email
May 1, 2002
8:43 am
7144
How about this: <cfif isDefined("Form.NurCatPres")>1<cfelse>0</cfif>...
George Farnsworth
georgefarnsw...
Offline Send Email
May 1, 2002
10:32 am
7145
What I finally did was: Select distinct OrderNumer From orders Where.... <cfoutput>#MyQuery.RecordCount#</cfoutput> Thanks all Gilles ... De: jschlosser@......
gxtangua@...
Send Email
May 1, 2002
12:07 pm
7146
2 things this morning... 1. trying to present time like... hh:mm:ss am/pm #Timeformat(accesslog.datestamp,"h:mm:ss ")# just don't remember how to make display...
Robert Julian Browning
bobandcara123
Offline Send Email
May 1, 2002
12:36 pm
7147
With all the different means and tools available to accomplish our goals on the web - HTML, CF, JS, ASP, Perl, CGI, XML - and the list goes on - I would be...
jschlosser@...
jojo_super77
Offline Send Email
May 1, 2002
12:50 pm
7148
Hi Robert, "tt" will give you the am/pm thing you're after and if you add maxrows="50" to your cfquery that will do for your second question. ie. <CFQUERY...
Brian Mitter
maxfusion99
Offline Send Email
May 1, 2002
12:51 pm
7149
As a core: CF, HTML, SQL that would be enough to make a coldfusion site that works. As an added benefit: Javascript, CGI, XML These tools would help make a...
Duggan P. Murphy
dougpatmur
Offline Send Email
May 1, 2002
1:12 pm
7150
Hi. all How do I Encrypt the whole coldfusion template folder??? Anyway, I dont want the jpg or gif will be encrypted? As I know, the 0-length file , the error...
linkfoxo
Offline Send Email
May 1, 2002
1:12 pm
7151
Try that: <CFQUERY NAME="qsData" DBTYPE="query"> SELECT F.*, K.name FROM qsFl F, qsKar K WHERE K.pin = F.pin ORDER BY K.name </CFQUERY> <CFOUTPUT...
gxtangua@...
Send Email
May 1, 2002
1:15 pm
7152
Then, would it be this? <!--- Category ---> <cfparam name="form.NurCatPres" default= "0"> <cfparam name="form.NurCatTrans" default= "0"> <cfparam...
Kang, Daniel
dancf2002
Offline Send Email
May 1, 2002
1:45 pm
7153
Hi everybody! Hope everybody is having a good morning. I would like to do something like this: <a href= "#viewbuild.Link#" >click </a> But it seems that the...
Scott Kuo
Tink54
Offline Send Email
May 1, 2002
2:45 pm
7154
what about <cfoutput>? Do you use it? ... _________________________________________________________________ Get your FREE download of MSN Explorer at...
Lara Kay
lde59n@...
Send Email
May 1, 2002
2:49 pm
7155
Thank, i found the mistake I had made, i did have an cfoutput, i named the variable incorrectly because i had cut and pasted the cfquery from a previous .cfm...
Scott Kuo
Tink54
Offline Send Email
May 1, 2002
3:14 pm
7156
Untitled Document ColdFusion Hosting Providers' List brought to you by *** ColdFusion-HowTo: Yahoo's No. 1 and the biggest group for ColdFusion Discussion *** ...
coldfusion-howto@yaho...
Send Email
May 1, 2002
3:33 pm
7157
greetings, hoe do i set the cf server to accept index.cfm or default.cfm as the "default" values for the first page of a web site? thanks mike de la flor...
mike_delaflor
Offline Send Email
May 1, 2002
3:38 pm
7158
What kind of server? Michael Weiland Online Teaching and Learning Group Distance Learning and Technology 480-727-6567 *myasu-q* ... From: mike_delaflor...
Michael Weiland
mweilan@...
Send Email
May 1, 2002
3:39 pm
7159
Be carefull with that chart CF_friends... I have 2 CFM-Resources paid accounts. The reliability is not that good. The speed is awfull anytime of the day ...
gxtangua@...
Send Email
May 1, 2002
3:48 pm
7160
It's not the App server but rather the web server that makes that call. In Apache 1.3 (assuming Apache) look in the http.conf file for the DirectoryIndex and ...
William Adamsen
williamadamsen
Offline Send Email
May 1, 2002
4:02 pm
7161
Hi everybody, I was wondering if anybody knows where to get free coldfusion applications? I want to see if anybody has them for own person use or to modifity...
Scott Kuo
Tink54
Offline Send Email
May 1, 2002
5:42 pm
7162
I am using IIS5 for Windows 2000. I thought making index.cfm or default.cfm was a CF Admin thing... no? Mike ... ===== Mike de la Flor Web Designer Medical...
Mike delaFlor
mike_delaflor
Offline Send Email
May 1, 2002
5:43 pm
7163
No, they're correct, in that IIS administers your default site documents. In IIS, open the properties window for your site, and under the documents tab, there...
tridubking
Offline Send Email
May 1, 2002
5:52 pm
7164
It is set up in IIS - same would apply for a non-CF site. JoAnn A. Schlosser Senior Consultant National Package Implementation Group Grant Thornton LLP ...
jschlosser@...
jojo_super77
Offline Send Email
May 1, 2002
6:01 pm
7165
I am working on a project where I need to query a database and write a fixed-width file from the query results. The query is pulling back almost 400 column...
Rusty Owens
the_game570
Offline Send Email
May 1, 2002
6:14 pm
7166
1. For your null problem, do IsNull(myField, '') and set the field type to be char(60) if you want it to be 60 characters in length. 2. Unfortunately, I...
Roger Dahlstrom
rdahl
Online Now Send Email
May 1, 2002
6:27 pm
7167
For presentation, good knowledge, though not necessarily expert level, of DHTML and CSS are nearly essential anymore. For back-end processing, SOAP and XML...
tridubking
Offline Send Email
May 1, 2002
6:28 pm
7168
Actually, Ihave figured out away around the sort problem. I make the key values numeric and then strcutkeylist and listsort to get me the list in order. Can...
Rusty Owens
the_game570
Offline Send Email
May 1, 2002
6:46 pm
7169
Select IsNull(myField, 'I am null') as myField FROM myTable will do it. IsNull() takes two parameters, the first being the expression to test for null...
Roger Dahlstrom
rdahl
Online Now Send Email
May 1, 2002
7:00 pm
7170
Enter your vote today! A new poll has been created for the coldfusion-howto group: When are you planning on switching to Cold Fusion MX? o As soon as it is...
coldfusion-howto@yaho...
Send Email
May 1, 2002
8:30 pm
7171
I am having a problem with the code below. When it runs, I get this error: Just in time compilation error Invalid parser construct found on line 114 at...
Jillian Carroll
citrixprodigy
Offline Send Email
May 1, 2002
9:13 pm
7172
The tags such as this are the ones CF doesn't like: <CFIF len(#(frwhatsnew[k],3)#) gt 0> You can't have a format like #(...)#. What I'm assuming you're trying...
tridubking
Offline Send Email
May 1, 2002
9:23 pm
Messages 7143 - 7172 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