Forum Discussion Search with BoardTracker.com
Forum Discussion Search with BoardTracker.com
  
  

Advanced  |  Help
    Home Search Alerts Browse My Threads Setup About Login Signup    


» All > Computers & Internet > . > . > Programming Languages > Cold Fusion [5 Forums][Track this Category]
   Browse sub-categories   
No sub-categories for this category

   Latest threads in category   
SitePoint why this doesnt generate error? trim(recip_list) eq "" .. r..  
16:13 15-Nov-06   [Replies: 6, Views: 137]    By: Unnamed
Hi, I am surprised at this piece of code.... I have checked thousand times now, and I am sure that before this line is encountered, there is no declaration of recip_list variable. How come t...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Tree Method  
14:13 15-Nov-06   [Replies: 2, Views: 105]    By: Unnamed
Hi guys and girls. I have a oracle db with approx. 65,000 records in it. This is a growing db. The db has fields called "Facility,Drwdate,contractno" I want to create a 3 tree le...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint getting same identifier per browser with two domains  
13:11 15-Nov-06   [Replies: 1, Views: 80]    By: joon
I have two domains which are set going to my coldFusion server( checked Use J2EE session variables in CFAdministrator > Server Settings > Memory Variables ). Code: index.cfm <...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint understanding log records  
11:02 15-Nov-06   [Replies: 1, Views: 67]    By: joon
Code: 11/15 19:57:29 error Requested resource '/robots.txt' (%2frobots.txt) not found The above from logs/coldfusion-event. Can you interprest the above in plain English? I can und...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint front name of cfid  
10:52 15-Nov-06   [Replies: 3, Views: 96]    By: joon
Code: <cfoutput> #cfid# </cfoutput> The code above outputs cfid. it works fine. I like to know the front name of cfid. The following two codes cause errors. but it ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint calendar dates  
10:18 15-Nov-06   [Replies: 1, Views: 72]    By: Unnamed
I have a mysql database with a datefrom and dateto field. These contain dates for when I reserve something for example if I want a widget for 3 days from the 1st Nov to the 3rd Nov the fromdat...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Apache and CF Multiple instances  
09:08 15-Nov-06   [Replies: 2, Views: 69]    By: Unnamed
I am trying to setup multiple instances on my CF box with apache 2.2.3. OS is W2003. I followed the below doc http://livedocs.macromedia.com/cold...le=00001773.htm But the problem wi...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Local Time?  
01:26 14-Nov-06   [Replies: 5, Views: 125]    By: Unnamed
How can I get my application to use the time off os my browser.. Example- Server is in the US .. time is 7:00pm on Monday 13th Main Office is in Japan .. time is 10:00am Tuesday 14th ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint New CF rendering engine  
04:16 13-Nov-06   [Replies: 2, Views: 111]    By: mcsolas
http://www.smithproject.org/ A free coldfusion engine.. Sounds like it doesnt support cfcs. Either way cant beat the price. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Multiple departments and products query  
15:08 12-Nov-06   [Replies: 3, Views: 116]    By: openminded
OK I'm having a little trouble getting my head round a query with ColdFusion and I hope someone has a brainwave Basically it's an e-commerce application. Products are store in one table and all...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint getting the size of all image files in the directory  
04:52 12-Nov-06   [Replies: 1, Views: 144]    By: joon
Code: code <cfset current_directory='#expandPath('parentDirectory/thisDirectory')#'> <cfdirectory directory='#variables.current_directory#/' name='myDirectory'...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Do they make  
19:08 10-Nov-06   [Replies: 1, Views: 89]    By: Unnamed
Do they make ColdFusion for the mac? ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint displaying records for last 14 days  
18:39 10-Nov-06   [Replies: 5, Views: 110]    By: capescafe
I'm fairly new to using ColdFusion so I'm pretty sure this is an easy answer...but I need help. I'm trying to figure out how to show only records posted to the DB within the last 14 days. I've cre...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint "Form entries incomplete or invalid." Not happened earlier, ..  
16:23 10-Nov-06   [Replies: 5, Views: 137]    By: Unnamed
Hi, Just saw this error for one of the clients.. I have a radio button like this Code: <td> <input type="radio" name="fit_required" value="Y"<...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Multiple submit buttons on a flash form  
15:56 10-Nov-06   [Replies: 1, Views: 153]    By: Unnamed
I have a large html table and form, for displaying data and for updating record data. I've decided to convert the html form into flash. The page has one large table with smaller tables inside....
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint limitation for number of recipients when using CFMAIL tag (was: Please..  
02:56 7-Nov-06   [Replies: 2, Views: 134]    By: Unnamed
Gurus - Could anybody please tell me, if there is any limitation for the number of recipients when using CFMAIL tag? I know this tag was sending more than 100 email ids. But now it is not?...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint raw html from form  
21:12 6-Nov-06   [Replies: 2, Views: 66]    By: daj
Hi All I have a flash app that sends via post raw html. The form handler breaks when this data comes in <CFOUTPUT>ID: #Trim(FORM.dataSend)#</CFOUTPUT> but when I send things su...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint HELP! FOR SELECT LIST array problem  
16:51 6-Nov-06   [Replies: 6, Views: 136]    By: Unnamed
Here is the problem I am having. The code is supposed to pull all attibutes from a table and highlight the attributes that are already selected. All the attributes display, but none are selected. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint need help in getting fields in a table to show up selected in a listbox.  
15:01 6-Nov-06   [Replies: 4, Views: 95]    By: Unnamed
Here is the problem I am having. The code is supposed to pull all attibutes from a table and highlight the attributes that are already selected. All the attributes display, but none are selected. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Coldfusion Administrator IO Error  
00:25 3-Nov-06   [Replies: 1, Views: 118]    By: cooperchic
When I try browse for the database on my administrator, I get "SERVER ERROR" IO Error on server communication. I have never had this problem before, I know what caused it. I tried...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint sorting records??????  
22:10 2-Nov-06   [Replies: 3, Views: 136]    By: danarashad
I output a list of records and want to be able to sort them. What I basically am after is to be able to have an <input> (or even better have a <select> with 1 to "number of reco...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint maxRows in <cfloop query='test'>  
21:27 2-Nov-06   [Replies: 2, Views: 105]    By: joon
Code: data in myTable1 (1) Tokyo (2) New York (3) Berlin (4) Chicago (5) Peking (6) Nagoya (7) Paris (8) Denver I have data in myTable1 like the above. The following code wil...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Export To Excel  
12:27 2-Nov-06   [Replies: 3, Views: 182]    By: nutcracker
Hi, I'm having a funny sort of problem. I have a link in my page to export the results of a query to excel. Here's the code. Code: <cfset TabChar= Chr(9)> <cfset NewLine= Ch...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint Message in Querystring  
16:09 1-Nov-06   [Replies: 4, Views: 100]    By: Unnamed
Hello ColdFusioner's, I came across this page http://www.anglersupply.com/bargain...FTOKEN=62845334 and I have a couple of questions about it. Notice that the red informational message is in t...
[Tags: No tags defined yet] -
Be the first to Tag this thread
SitePoint calender display  
15:25 1-Nov-06   [Replies: 1, Views: 63]    By: Unnamed
I want to display a calender that shows the available dates for a hotel booking. the dates would be retrieved from the db for a certain room type, and have no problems doing the sql but not su...
[Tags: No tags defined yet] -
Be the first to Tag this thread

<<First  <Previous  1  [2]  3  4  5  6  7  8  9  10  Next>      
   




Research | Board owners portal | BoardTracker Forums | Search plugin | Add your board | About us | Contact us

© Pidgin Technologies Ltd. 2006