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...
What I finally did was: Select distinct OrderNumer From orders Where.... <cfoutput>#MyQuery.RecordCount#</cfoutput> Thanks all Gilles ... De: jschlosser@......
gxtangua@...
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...
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...
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...
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...
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...
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...
what about <cfoutput>? Do you use it? ... _________________________________________________________________ Get your FREE download of MSN Explorer at...
Lara Kay
lde59n@...
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...
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...
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...
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@...
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@...
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 ...
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...
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...
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...
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 ...
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...
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...
For presentation, good knowledge, though not necessarily expert level, of DHTML and CSS are nearly essential anymore. For back-end processing, SOAP and XML...
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...
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...
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...
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...
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...