702 Topics

Member Avatar for
Member Avatar for gdmprog1

I have data for a drop down box that is up to 250 digits. This places the drop down box outside the range of the screen. I need to limit the drop down box to 150 digits on the screen but also need to display the extra 100 digits somehow. …

0
55
Member Avatar for pavanr12

hi all, i want to know how to Implement encrypted transmission of data using ColdFusion Scripting, in asp.net, and, how to Use Cold Fusion for developing web pages. thank u

0
76
Member Avatar for sri22

I have a web app that allows user to upload doc or docx files and converts it to HTML. I have CFMX 7 in a unix environment. Is there a custom tag that I could use for this conversion? I tried the cfx_word2html tag .. it converts .doc not docx. …

0
56
Member Avatar for SQL_n00b

Can someone please help me figure out what I am doing wrong? Basically I have a form where users enter a bunch of values. On submit, the form values are dumped into a table in the DB. The process is as follows: Users enter a set of values TWICE for …

Member Avatar for SQL_n00b
0
133
Member Avatar for partyball

I want to say thanks in advance for any help. I have searched the many cfdirectory results and can not get what I need. I am doing a simple CFDIRECTORY tag. See below. [icode]<cfdirectory directory="MyDirectory\Statements\" action="list" name="Get_Statements" filter="*.pdf" recurse="no">[/icode] Then I am making a query of the directory list. [code=coldfusion]<cfquery …

Member Avatar for partyball
0
105
Member Avatar for dthatsme33

I currently have Coldfusion running on IIS on our webserver. I need to install Apache for a website I am working on. I've been doing research on how to handle Coldfusion for both servers but I'm not sure what the best way is. 1. I could install Apache on Port …

Member Avatar for dthatsme33
0
161
Member Avatar for nagkar

Hi ...how to solve this problem........In a form there is a Cfbutton which is of submit type.when the user click this button i want a insertquery to be executed which collects datat from a dynamic table.I dont want to reload the whole page when the user clicks this button. [code=coldfusion]<table …

Member Avatar for buddylee17
0
86
Member Avatar for Zalfel

I need to pass variables from forms to another page. I need one for a user login that passes to a frame and one that passes to a form. Any suggestions? I have about a week to make this stuff work.

Member Avatar for galaxygal
-1
99
Member Avatar for pirula

Hi can anyone please help me I am pretty much stuck. I want to add coldfusion counter on page , simple or advanced i can type whatever I want, that is not an issue. I tried i think 7-10 different types(I made all of them) of Coldfusion counter and something …

0
82
Member Avatar for danarashad

I have users insert text on pages. When they do a copy paste from word. With a bullet point or a '. It shows up on the pages as []. Can someone help. Is there a safe html insert for coldfusion or a safe text insert. That would strip out …

Member Avatar for danarashad
0
140
Member Avatar for cwhitmore

I'm able to get cftree working, but it looks like you have to set the vertical and horizontal sizes? How can I use this control and allow it to dynamically change the vertical size of the page when someone expands or collapses the tree? (I'm running MX8)

0
45
Member Avatar for pbfiddler

I've installed coldfusion and its server. I have two major questions and am completely new to CF. 1. I copied a folder from our website (our hosting company put it together for us) into the wwwroot folder. I am able to access only one of the pages of that folder--the …

Member Avatar for wblakenc
0
190
Member Avatar for shak68

hi i have been lumbered with trying to find out the problem with our coldfusion website. the site was developed using a 3rd party developer, and he has not been able to identify the issue we are currently experiencing. my experience on Coldfusion is very limited. the problem with our …

Member Avatar for shak68
0
206
Member Avatar for danarashad

I am having trouble resizing images. It works with normal smaller images. I am resizing them to 400 x 600. If someone uploads a 1000 x 1000 photo it works. But some people are uploading images 2300 x 3000 and it doesn't work. I've used this but it doesnt seem …

Member Avatar for danarashad
0
169
Member Avatar for alextan

[code=coldfusion] First part: When i type document numbers/alphabet inside the text box and click submit, i need to download the document file based on a select query with the doc_no and display results on my right frame. My search_engine.cfm frame is on the left side whereas the search_results.cfm is on …

0
58
Member Avatar for alextan

I'm a newbie on coldfusion so please someone help me. [code=coldfusion]<CFset today = NOW()> <cfif not isDefined("Form.fileupload") OR Form.fileupload EQ ""> <cfquery datasource = "technology"> INSERT INTO sharex_2007 VALUES('#Form.title#', #CreateODBCDateTime (Form.date#, '#Form.presenter#', '#Form.group#', '#Form.remarks#', '#Form.ClientFile#', #Form.audience#) </cfquery> <cfelseif> <cffile action="upload" filefield="fileupload" destination="d:\intranet_info\sharing\shared_x\newsharex\2007\" nameconflict="overwrite"> <cfquery datasource = "technology"> INSERT INTO sharex_2007 …

Member Avatar for buddylee17
0
97
Member Avatar for sreuben

Hi, I have an oracle sql query that return many rows. The result will be shown in an html table in column format. I have html table that with the static header. I need to generate dynamic rows depending upon the result of the queries. Thanks, Reuben

Member Avatar for sreuben
0
178
Member Avatar for danarashad

I am getting the following error sometimes. When the user load gets heavy I'll receive the following error. Would puting cftransaction around my update statements work? ODBC Error Code = 40001 (Serialization failure) DiagnosticsODBC Error Code = 40001 (Serialization failure Microsoft ODBC SQL Server Driver SQL Server Transaction (Process ID …

0
67
Member Avatar for cheapterp

Here's the problem: One of my scripts allows users to upload MS-Excel files. When uploading the file, users are also required to enter details related to the file - details like start date, stop date, a description of what the file contains, and the file ID#. This Excel file contains …

0
111
Member Avatar for heldhostage

I'm not a developer so I won't even pretend to know what I'm talking about. I just loaded CF 8.0 & DWCS3 and i'm trying to load an existing website that uses CF. I'm trying to set a data source and was sucessful with one of the sites that uses …

Member Avatar for zwr
0
186
Member Avatar for jedimatt

Hi all, I have a good one here and i am hoping there is an answer for this. I have a form which displays a profile. Each profile has multiple rows of data, each row consists of a sort order, an operation name and a delete flag, which when saved …

Member Avatar for jedimatt
0
372
Member Avatar for bvaz

Newbie: I am executing a query that outputs mutiple lines and pages of potential players for a golf match. The name is displayed and a checkbox. If the checkbox is checked, an email is to go to the person on the line that has been checked. Being a newbie, I …

Member Avatar for jedimatt
0
94
Member Avatar for dgotti007

I am interested in finding out how I can build a website using Coldfusion and an excel spreadsheet. I used to work for a company that did this and i am now looking to see how to do it. No geekspeak here: I know that the Coldfusion would take the …

Member Avatar for arrgh
0
152
Member Avatar for bvaz

I have downloaded CF successfully and have been successful in connecting to my own database. However, I am following the Developer Center Tutorial for creating a record set and table to display the query in DreamWeaver. It all works as advertised however I am only getting the first entry in …

Member Avatar for bvaz
0
132
Member Avatar for gavy

Hi Guys! I have one question, Is there any free streaming server avaliable. if yes, please tell me. I am currently hosted on Shared host. can i remotely access the free streaming server to work with my website. if yes, how can i set that stuff. where my files will …

Member Avatar for Lizapotter
0
60
Member Avatar for Mel77

Hello everybody! My name is melvin. I new in the forum. Please i need support on my coldfusion server..... After using the developer edition of my coldfusion 8. I decided to upload to the host server for my domain. I kept receiving: [B]Error occur while resquesting Data Source cant be …

Member Avatar for Mel77
0
230
Member Avatar for cheapterp

Could someone help me figure out how to disable user accounts in ColdFusion? What I am trying to achieve is this: When a user makes 5 successive invalid attempts, his/her account will be temporarily locked for 20 minutes, after which they can try logging in again. If after the first …

Member Avatar for arrgh
0
153
Member Avatar for vampirevn01

[code=coldfusion] <cfoutput> <cfform name="input" ENCTYPE="multipart/form-data"> Data Source: <cfif isDefined("database")> <cfinput type="text" name="database" size="25" value="#database#"><br> <cfelse> <cfinput type="text" name="database" size="25" value=""><br> </cfif> Query: <cfinput type="text" query="SQL" name="query" size="130" value=""><br> Output: <cfinput type="text" name="output" size="100" value=""><br> <input type="submit" value="Submit" /> </cfform> </cfoutput> <cfif isDefined("database")> <cfquery name="SQL" DataSource="#database#"> #query# </cfquery> <cfoutput>#query#</cfoutput> <cfoutput query="SQL"> …

0
52
Member Avatar for dodo123456

I am working on LOGIN Module and all my code is ok. on my localserver: the code works exactly fine. it gets login and gets logs out.. On my Host using sql server 2005.. I just try to login and it does not get logged in. no case sestiveness applied …

0
57
Member Avatar for kory27

Hello everyone, I am switching my host and have cf setup and reading/verifying test connection in the program my host uses, which is Plesk. When I go to the site to test it at [url]http://64.38.48.124/[/url] i get the following error message; [COLOR="Red"]Error Occurred While Processing Request The datasource named urbanposters …

0
68

The End.