702 Topics

Member Avatar for
Member Avatar for OrangeSunshine

i don't know if this is the reason of not, i'm mapping jrun to my Apache Server (is that how you'd describe that properly?) -- running ColdFusion NOT from its built-in development server, but parsing the ColdFusion in specific directories of my Apache/htdocs root. I'm working in HomeSite+ and browsing …

Member Avatar for billythehamster
0
103
Member Avatar for jeffrey514

Hi All, My company is use Coldfusion 4.0 & SQL 7.0, but now want to change to use SQL 2000. If I change SQL 2000, is it have any problem or did I need to do something in program or server. Many Thanks.

Member Avatar for billythehamster
0
94
Member Avatar for billythehamster

I am currently writing my own forum for my site as there seems to be a severe lack of decent Coldfusion Forums out there and I don't have the money to spend of FuseTalk. I was wondering if anyone had a way I could display who is currently online (user …

0
117
Member Avatar for OrangeSunshine

please take a look at some of these code snippets i've taken from what i'm currently working on in CFMX 6.1. i'll explain briefly the context and purpose for each. i apologize if this is 'too verbose'. *[php]<cfset qone = "First Name:"> <cfset qtwo = "Last Name:"> <cfset qthree = …

0
71
Member Avatar for abou202

I want to create this website and need to know (Language) how I can get started. I am a newbie in coding. The below are the foloowing I need to get started on: Admin login ( I want an administrator to be able to login on any pc and edit …

Member Avatar for Walyer
0
175
Member Avatar for abby_babes

hi there! Can anyone help me on this... I am currently working in a webbased application using CF 4.5 and SQL Server 2000 as backend. Im having problems with Session variables. The users are complaining for being kicked out while editing few items from quotation detail screen. the timeout actually …

0
79
Member Avatar for kotiaswati

can anyone please tell me some site where i can get free ebook on cold fusion i need it urgently... thanks in advace Swati

Member Avatar for anuradhu
0
92
Member Avatar for red_evolve

Hi. Say, I have a cf file which accepts real-time event and store the events in the same table with status "not sent". I have scheduled a task to run at every 5 minutes to check if there is any record in a table in the Database which has status …

Member Avatar for anuradhu
0
143
Member Avatar for anuradhu

could anyone there hlp me how to send encrypted emails using coldfusion... i planned to encrypt the content of the mail to be sent but the decryption is to be done when the user receives the mail....and the encryption should be done using a public key and the decryption using …

0
66
Member Avatar for imarti10

I am wondering and not sure if it is possible but, does anybody know if it is possible to have a drown down box on a form page and then on a results page have a drop down box appear that would refine a search result but only give options …

Member Avatar for anuradhu
-1
146
Member Avatar for walkerst

need help with a search form i've been asked to do for a friend. i've done forms in the past, but not one like this. there will be 2 pick lists on this form. to keep things simple, the database has 2 fields: main_heading, and sub_heading. I can generate the …

Member Avatar for anuradhu
0
297
Member Avatar for fbalangue

I would like to create a page which will pull news items according to today's date. What I have is a database which users input thier news information. But now I need to have the information output to a page which will change daily according to the current date. The …

Member Avatar for anuradhu
0
613
Member Avatar for sam1981

I have recently developed a web based database application using microsoft access and dreamweaver. I have used coldfusion to link the database to the html webpage. The website runs successfully at my clients address. However, after transferring all the files to my university web space I receive the following error: …

Member Avatar for anuradhu
0
100
Member Avatar for takcw

Hi everyone, I'm a new dreamweaver beginner and hope someone can help me. I have create a link where you can click and return back the last page, but the problem is when you click to go back the last page, you will lost all information. What should I do …

Member Avatar for anuradhu
0
109
Member Avatar for yogi611

1 do I need hard copy to change hosts need someone to fix web site. coldfusion

Member Avatar for Walyer
0
131
Member Avatar for krikette

:idea: I want to be able to let users create a subdomain during their registration so that they can choose a name and it become their URL for reaching the page they can create on my site. EX: User chooses [B]bobandsue[/B] They will be able to reach their url by …

Member Avatar for Walyer
0
128
Member Avatar for Walyer

Hey all, I’ve created a register form that includes some Dreamweaver generated code and code of my own. What I did was within the main query that handles the insert of the userID I added another query within the <cfif> to see if the userID already exists. The problem is …

Member Avatar for paulbaylis
0
218
Member Avatar for kakumeii

Hey, I'm new here, so I have a question. I did a form in coldfusion that creates tables of data of students when they submit their info, but when a dates comes the superadmin can purge the old dates of the data and this deletes the entries with this date. …

Member Avatar for paulbaylis
0
81
Member Avatar for red_evolve

Greetings. I would like to know if there's any way that I could throw errors within a cfscript block. I have checked the Coldfusion manual, but there are only the try and catch block stated, not the throw function. Please advise.

Member Avatar for guy_richardson
0
162
Member Avatar for Eiolon

I made an online registration form using ColdFusion MX and Access 2003. I want to be able to make it so when there are 20 entries into the database it will stop accepting signups. Does anyone know of any code that I could put on the page that checks for …

Member Avatar for Walyer
0
82
Member Avatar for MDNunnally

- Recently Unemployed Proficient Web/CF Developer/.NET Looking for telecommuting opportunities. Proficient with most all databases and equipped to work at home in test environment. - I have developed some sample applications and posted resume for review: - MS SQL 2000/2005, MS Reporting - ColdFusion MX6,6.1,7 - ColdFusion Reporting [URL=http://www.michaelnunnally.com:9050/Resume/]http://www.michaelnunnally.com:9050/Resume/[/URL] If …

0
76
Member Avatar for red_evolve

Greetings. Here, I'd like to search for any input tags in a specific folder. I have this line:- [code]<input type([:space:]){0,1}=([:space]){0,1}("){0,1}text[B][^>|(style)]+[/B]width[/code] I'd like to ask if the bolded part [B][^>|(style)]+[/B] sounds okay. My intention is to search for any text input tags that has a width attribute, considering that the 'width' …

0
88
Member Avatar for krazykrisi

This is not working for some reason it is telling me that ds_products does not exist. here is the code... <CFQUERY NAME="products" DATASOURCE="ds_products"> SELECT ProductName FROM tblProducts </CFQUERY> <html> <head> <title></title> </head> <body> <h1>Product Listing</h1> <ul><li><CFOUTPUT QUERY="products"> #ProductName# </CFOUTPUT></li></ul> </body> </html>

Member Avatar for Walyer
0
131
Member Avatar for jmprattmba

We're hosting our own web servers running Microsoft IIS. Some servers have FrontPage extensions installed and others have SharePoint installed. Now we want to do a new website with Cold Fusion database access to Microsoft SQL 2000. Must I build another server, or can Cold Fusion co-exist with either FrontPage …

0
71
Member Avatar for bkendall

I have a cfmail script that sends a daily summary of orders. It basically grabs all of the orders from the db, uses DateFormat(Now() and then uses the query to generate the rport. The cf scheduler send the page daily. Now I need to send a report on a weekly …

Member Avatar for bkendall
0
148
Member Avatar for Metro

Hi I was wondering if someone can add me to msn [email]s_a_w_2@hotmail.com[/email] and help me with a problem I have doing a small cf project. I have a few questions and my project I would like to show you so someone can give me feedback etc. If anyone could help …

Member Avatar for Metro
0
52
Member Avatar for junglefish

MM say that you can't use cfchart inside cfdocument. Most people agree. However, you can. I have a fairly basic cfchart, format="jpg", nested inside cfdocument tags, format="PDF", and it renders lovely! The problem I have is that when I move the code to my live server, it doesn't show the …

0
207
Member Avatar for harvco

There's finally a solution for those merchants who can't qualify for a traditional merchant account or have to put up a reserve. Check out the demo [url]www.ezybondsglobal.com/payment_demo[/url] They can accept Visa/MC with No chargebacks, no reserves, no offshore corporation set-up, no underwriting. For more info call 800-973-9155.

0
82
Member Avatar for aarya

i have site in which wheN people fill the form all rhe information get faxed and i should recive it.i registered with efax.can i code using CF_eFax. any body help me

Member Avatar for e3computer
0
191
Member Avatar for Lightninghawk

The output that I'm looking for is: ---Site ------Session ---------Class ........... students in class ---------Class ........... students in class ------Session ---------Class ........... students in class ---Site ect ect.... ~~~~~~~~~~~ The current outcome : ---Site ---------Class ........... students in class or sometimes ---Site ------Session ---Site... ~~~~~~~~~~~~ It's almost like it has …

Member Avatar for e3computer
0
308

The End.