725 Topics

Member Avatar for
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
147
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
68
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
149
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
301
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
617
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
103
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
113
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
133
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
131
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
225
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
82
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
166
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
83
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
78
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
91
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
133
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
74
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
151
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
55
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
210
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
85
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
193
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
342
Member Avatar for nitinmenon

hey, I just realised I dont have access to the cold fusion administrative page and im trying to figure out the tables that exist on the database. I understand this can be done through the cfquery and cfgrid tags but i was hoping somebody could give me insight into what …

Member Avatar for e3computer
0
156
Member Avatar for HostChart

We have a cold fusion website that uses an include file for the header. In that header file the page title field is set. This header file is included in every page of the website. So, every page has the same title. Without doing something real fancy, how can I …

Member Avatar for e3computer
0
414
Member Avatar for phijim

help im trying to create a conditional database query this is what i have <CFQUERY name="qget_by_date" datasource="log"> Select * FROM productioninfo WHERE ((txtdate =#LSDateFormat(Now(), "d/m/yy")#)) </CFQUERY> <cfif qget_by_date.recordcount GT 0 > <cflocation url="poductioninfo_entryform.cfm"> <cfelse> <cflocation url="main.asp"> </cfif> this works but i need to check date=now and username="txt" an date= now …

Member Avatar for Shaun Hannah
0
184
Member Avatar for sweetyp

I have write javascript to create form field when button is click. function addEvent(myTable){ var lastRow = myTable.rows.length; var x1=myTable.insertRow(lastRow); var a=x1.insertCell(0); var a1=x1.insertCell(1); var x2=myTable.insertRow(lastRow+1); var b=x2.insertCell(0); var b1=x2.insertCell(1); var x3=myTable.insertRow(lastRow+2); var c=x3.insertCell(0); var c1=x3.insertCell(1); var x4=myTable.insertRow(lastRow+3); var d=x4.insertCell(0); var d1=x4.insertCell(1); var x5=myTable.insertRow(lastRow+4); var e=x5.insertCell(0); var e1=x5.insertCell(1); var x6=myTable.insertRow(lastRow+5); …

Member Avatar for Shaun Hannah
0
316
Member Avatar for senexom

I've been doing web dev for the past few years and have gotten to a few languages, but not CF. To be honest it always interested me to know, but I just never had the will or the opportunity to learn it. Coming from a Java background I'm interested because …

Member Avatar for Shaun Hannah
0
158
Member Avatar for jamba

Hi Folks! Wonder if you can help?? I need to know a way of updating a column in Oracle (datatype: long) but keep the existing data so like an append. Am using Coldfusion to write to Oracle and I know that you can only write 4000 chars at a time, …

Member Avatar for jamba
0
71
Member Avatar for bugsferg

i have a table with data that i am trying to display with 4 td's and then create a new row. i will eventually set the row limit, but for now this is what i have: <cfquery name="get_stuff" datasource="#dsn#"> SELECT * FROM item WHERE item_type_id = 1 ORDER BY item_name …

Member Avatar for Torch7
0
155
Member Avatar for NewVBguy

Hi Everyone, I am really new to cf and I am trying to understand this software. I am trying to setup my dsn. now when i try to go to cf administrator and select data source option, it pops up an error message that there is no java virtual machine …

Member Avatar for jamba
0
160
Member Avatar for samaru

Here's a thread I posted on previous forum regarding the three: I've used PHP, ASP, and ColdFusion, and out of the three, ColdFusion is probably the most fun to play with. Of course, this is a very biased question to begin with. If you ask a C++ programmer what the …

Member Avatar for chrisranjana
0
819
Member Avatar for MikeReed

I am looking for a system written in ColdFusion for all the accounting modules. I saw a package a couple of years ago that included source code and now can not remember the name of it. If any of you know of one please forward information to me thru this …

Member Avatar for ijwk
0
75
Member Avatar for sam1981

Hi, can anybody out there tell me how to set up a datasource in the cfadmin and use the datasource attribute instead of the connectstring attribute? I need to do this because it happens to be that my client for which i have developed a web based database for is …

Member Avatar for sam1981
0
115
Member Avatar for pulses

Hi. Is there an issue installing ColdFusion on Windows XP 64 bit edition? After Ia install ColdFusion, the berowser opens to show the admin page and set up completion steps. but I receive an error 404 (page not found). I tried it a few times and I am sure that …

Member Avatar for ProFreelance
0
103
Member Avatar for nitinmenon

im not quite sure what this means, ive got this sample code that im trying to figure out: <FORM ACTION ="QUIZ_RESULTS.CFM" METHOD="POST"> <P><HR><B> QUESTION ###CURRENTROW# IS:</B> <BR><I> #QUESTION#> the second line is really what i dont understand. I understand that it is the value of the variable between the hash …

Member Avatar for ProFreelance
0
206
Member Avatar for sam1981

Hi, I have a two week deadline to complete a new project which I have little experience in. I have been asked to create a database accessible through a web application. The web application will be used to update, delete and add new data to the database. A maximum of …

Member Avatar for ProFreelance
0
127
Member Avatar for pgesel

I am trying to create a report with Report Builder MX 7.0 containing subreports. I want to allow a subreport to continue onto another page in the main report, but it cuts off when the page ends. If I select the option "Print when Detail Overflows" it gets stuck in …

Member Avatar for Ember Saar
0
73
Member Avatar for red_evolve

I know that after doing a query, I can use cfoutput to output the results of the query by applying the query attribute like the one below:- [code] <cfquery name="query1" datasource="mySource"> select * from users </cfquery> <cfoutput query="query1"> #username# </cfoutput> [/code] Is there any way that I could jump to …

Member Avatar for red_evolve
0
818
Member Avatar for pgesel

Is there anyway to interpret HTML within a field and execute that HTML at runtime (when the field is displayed)? I have rich text saved and want to display it within a report.

0
62
Member Avatar for cfnut

I would like to rename the users file that they upload to my ftp. I want to add the CustId to the begging of the file name. For example it they select a file called test I want it to be named 223Test in my upload folder on my ftp …

Member Avatar for bkendall
0
167
Member Avatar for nchandra

[url]http://wsprod.colostate.edu/cwis116/hscouns%5Forder/?clear=yes[/url] This server has MX6.1 and session variable apppack is undefined. The same code works on CF 5 server as in [url]http://admissionsinfo.colostate.edu/hscouns_order/?clear=yes[/url] I have in the application.cfm file <cfapplication name="Highschool Counselor Order" sessionmanagement="Yes" setclientcookies="Yes" sessiontimeout=#createtimespan(0,0,20,0)#> And in contact.cfm have :- <cfif form.submit EQ "Continue"><!--- Only get form vars from last …

Member Avatar for bkendall
0
294
Member Avatar for weboneau

Hi All I am having a problem finding the error on my coldfusion website. It was working fine last week, then yesterday I checked it out and one section of my site wasn't formatting correctly. Nothing has been changed on the site itself. I have uploaded a backup that I …

Member Avatar for bkendall
0
99
Member Avatar for harlequin2k5

I'm currently designing a website in coldfusion and after visiting a few other sites and adding them to my favorites, I noticed that they added an icon next to the page description. I've tried to find this code in several different sites that have this and I can't find it. …

Member Avatar for bkendall
0
764
Member Avatar for bkendall

I am fairly new to cf but felt this wasn't really a "getting started" question. I was thrown into this project with tons of legacy and little doc, so any help would be greatly appreciated. the trouble I am having is getting information from form fields to display in the …

Member Avatar for bkendall
0
121
Member Avatar for Walyer

Hey, I've been trying to setup a search page for the last week with no luck. I've been reading books (maybe not the right ones) and searching the web for examples, also with no luck. I'm using Microsoft Access for my database and Coldfusion 6.1 for my server. What I've …

Member Avatar for Torch7
0
277
Member Avatar for RammaR

I'm trying to generate a search results page for a simple forum type page. My problem is that I'm searching the post content for the inputed keywords and then return a distinct list of the threads because often there are mutliple search hits within a common thread. So what I've …

Member Avatar for red_evolve
0
147
Member Avatar for weboneau

Hi, I manage a dynamic coldfusion web site that runs from an Access database. I would like to place breadcrumbs on each page, but am having trouble finding code that will work. I am currently using Dreamweaver 4 to do my editing. Could anyone suggest some way of putting breadcrumbs …

0
91
Member Avatar for alwaysneedhelp

I'm building a property management site in ColdFusion. I'm building an admin area where the agent can upload a thumbnail of property to be displayed next to other features of the property. Idealy I'd like to have many listings on one page. I've seen it on the web so many …

Member Avatar for WrkrAnt
0
188
Member Avatar for Eiolon

I've created a registration and login system. Now I want to make it so the user can change their password, e-mail, name, etc. How would I make it so when they click on the edit profile page that it brings up their information? I know how to do a general …

Member Avatar for Eiolon
0
111

The End.