702 Topics

Member Avatar for
Member Avatar for teedoff

Ok I have developed some cf templates to do simple cruds to our database that is newly set up. Eventually at least one more person will be performing these data entry routines. We have an office network, but I thought we had an inhouse local server, which I think we …

Member Avatar for teedoff
0
107
Member Avatar for teedoff

Ok I know I'll get heckled for this..lol but...It's been so long since I configured my ftp login info, I have lost my password. I use Dreamweaver, so is there a file that stores your password like MySQL does? MySQL has a text file or .ini file somewhere that stores …

Member Avatar for teedoff
0
78
Member Avatar for danarashad

Has anyone gotten this to work via CF7. [URL="http://www.halhelms.com/blog/index.cfm/2008/11/24/jqGrid-with-ColdFusion"]http://www.halhelms.com/blog/index.cfm/2008/11/24/jqGrid-with-ColdFusion[/URL] This guy says he's got it to work, but. I can't figure out how. [URL="http://www.halhelms.com/blog/index.cfm/2008/11/24/jqGrid-with-ColdFusion#c8A9E48CF-FF20-683A-FDE69AC724E27FC6"]http://www.halhelms.com/blog/index.cfm/2008/11/24/jqGrid-with-ColdFusion#c8A9E48CF-FF20-683A-FDE69AC724E27FC6[/URL]

Member Avatar for pedrobl
0
91
Member Avatar for nick3592

hi i am a web developer and i never really understood what coldfusion can do. If you can point me to some tutorial links explaining basics of coldfusion i would appreciate that.

Member Avatar for teedoff
0
224
Member Avatar for danarashad

Can anyone tell me whats wrong. The error I keep getting is "Access to the Exchange server denied. Ensure that the user name and password are correct." I've done all of this. [URL="http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=cfexchange_3.html"]adobe[/URL] [CODE] <cfexchangeConnection action="open" connection="sample" server="mailserver" protocol="https" username="username" password="pasword" formbasedauthentication="true" formBasedAuthenticationURL="https://webaddress.com" /> <cfexchangecalendar action="get" name="mycal" connection="sample"> <cfexchangefilter name="startTime" …

0
89
Member Avatar for danarashad

Hello I am trying to use the cfgrid flash format to create an editable grid. But I have no clue as what to do next. Here's the code I have. It does allow me to type into the grid but I don't know the save part. In the action page, …

Member Avatar for acShekar
0
70
Member Avatar for teedoff

I developed a few pages to restrict access by way of a username and password login. I keep getting an error that says my session variable "login" is undefined. here is the code in question, though it might be more so on another page. [CODE] <cfif SESSION.login EQ "No"> <cflocation …

Member Avatar for arrgh
0
74
Member Avatar for teedoff

cold fusion and mysql error: I think?I posted this in a MySQL forum, but was told they thought it might be a Cold Fusion error instead. Sometimes when I view my webpage, which has a search form on it and then search for records in my database, and I let …

Member Avatar for teedoff
0
1K
Member Avatar for teedoff

I have a framed page with 2 frames...left and right. The left frame displays a dynamic list and of course when you click on one item in the list, the right frame displays the details of that item. I wanted to be able to use the right frame as an …

0
110
Member Avatar for freshfitz

I need to create a file to use as a template in coldfusion, so I need to insert cold fusion code to a sql database table using cold fusion or create a file with cffile? Every thing I try to use,it doesn't work because I think it is reading the …

Member Avatar for samaru
0
187
Member Avatar for teedoff

I have an Update query to update a MySQL database. Everything seems to work fine except one form field..."bulbDesc". When I enter data into this field, which is longText type in MySQL, it disappears. Meaning when I go back to my view page, the bulbDesc in that particular record is …

Member Avatar for arrgh
0
129
Member Avatar for lafalot

Hi, I am outputting a query into a table. I am listing titles of workshops, and dates and times. If there is more than one date/time for a workshop, I add a separate row for each date/time. I would like to have all the rows for each workshop be the …

Member Avatar for lafalot
0
87
Member Avatar for bkendall

I am trying to debug a form that is basically a popup where the user enters a date and then two more dates are generated based off of date and the user can then edit those dates. When the user tries to save the second set of dates the "Element …

Member Avatar for arrgh
0
1K
Member Avatar for urubullino

Hi, I´m new in forum. Im trying to change one project made in Oracle Forms/Rerports to CFML. I did somethings in CFML in 2003 and now I will return to it because I need time and dont want type lines of code. I have installed Railo and Eclipse and now …

Member Avatar for urubullino
0
81
Member Avatar for nameunknown

Hi everyone, Ive built an email marketing tool and have found that some users when editing the content via the FCK editor they enter in additional parameters. IE = Target class style etc. I currently only want the application to process the href="" content only with the output contining the …

Member Avatar for arrgh
0
812
Member Avatar for dlc936

I'm trying to get a list of directories using the <CFDIRECTORY tag but the return dataset is only displaying the files in the directory and not the sub-directories. The directory I'm attempting to query has 1 file and many sub-directories but the result only returns the single file. Does any …

Member Avatar for arrgh
0
409
Member Avatar for mollypepperpot

I'm trying to make a list of sub titles that links to mid topic jumps on another page. As the sub titlles are the same for each main title and the midtopic jumps increment numerically- I thought I could use cfloop - but I can't get it to work - …

Member Avatar for arrgh
0
152
Member Avatar for earachefl@comca

I'm not understanding this. I have a .cfm file which is processing a form submission and doing a number of tests on the form. If certain conditions are met, I need to alert the user and get confirmation. At that point in my code, I've put a standard confirm script: …

Member Avatar for arrgh
0
54
Member Avatar for danarashad

Has anyone got this working? [url]http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?href=00001369.htm[/url] [url]http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?href=00001371.htm[/url] If so, could you let me know how to get it working? I can't even get Form.employee_grid.rowstatus.action to be defined.

0
74
Member Avatar for tiny7415

How do i add an input text in a dropdown list? or is there a way I can add a data in a dropdown list without going to the database? or... is this not possible!!!

Member Avatar for arrgh
0
74
Member Avatar for hinsel

Hello, I am trying to populate a pdf (application, complete with form fields, altho not all are named uniquely) from a form. I am having trouble populating certain fields which are undefined/unnamed in the original pdf, or which seem to have child arrays I can't get to...I know this has …

Member Avatar for arrgh
0
146
Member Avatar for swskpper

I am trying to figure out the best way to read an OLE Object in MS Access (photo) into coldfusion and then create a new record containing the photo. I have no choice about the field type or of using MS Access. Can anyone offer a suggestion as to what …

Member Avatar for arrgh
0
73
Member Avatar for tiny7415

Can you put a cf comment inside the cfquery? example: <cfquery name="list" datasource = "#dsn#"> <!--- this is a comment, will this query run ---> SELECT Name, Age FROM studentTable WHERE Age = 20 </cfquery>

Member Avatar for tiny7415
0
208
Member Avatar for urubullino

I need to run a pdf in cfm page. It needs to run the standard program (acrobat reader ,...) and then, open my PDF file. How can i do this? Thanks

Member Avatar for arrgh
0
98
Member Avatar for sunbum

Hi All, I've just upgraded from MX6.1 to CF8 and have noticed a couple of differences with CFChart. My chartseries line graph data consists of numeric readings taken every 2 hours each day. In MX6.1, I display the x-axis labels for each day and the vertical grid-lines correspond to each …

0
84
Member Avatar for danarashad
Member Avatar for utdream
0
68
Member Avatar for lafalot

Hi, I have a form that works fine, unless there is too much data in the textarea. This does not appear to be a problem with the database, as the form is getting stuck before it even submits to the action page. In fact, I commented out the entire action …

Member Avatar for utdream
0
69
Member Avatar for anang
Member Avatar for utdream
0
57
Member Avatar for neemisha

Hi cffunction build to download the .xsl file. when user tries to open .xsl file in msoffice2007 environment the function gives an error and do not allow to open. Please help Thanks

Member Avatar for neemisha
0
66
Member Avatar for Cheesecake87

Hey, Building a hotel booking system as a college project, And as I do not want to go through the building a calendar that shows dates that are already booked, aww can be bothered. ok the max number of days of stay allowed are 7, now I have thought of …

Member Avatar for arrgh
0
2K

The End.