726 Topics

Member Avatar for
Member Avatar for dantecubes
Member Avatar for n_kip
0
70
Member Avatar for mmattox

I need to extract a single row or data from a query that uses left outer joins and has multiple rows returned. Currently, I get the System ID, Product Version and Contract information from the query. For simplicity let's say the result is this: 503220 7.0.2CM04 Active If I include …

Member Avatar for arrgh
0
262
Member Avatar for Rajicet

If i use <input type="file"> tag, the popup window on click of Browse will list all local files. Instead of this, i want to display files from IFS folder.I am using XSL.Is it possible?

Member Avatar for utdream
0
57
Member Avatar for Cheesecake87

[CODE]<cfquery name="Booking_Link" datasource="HotelBookingSystem" username="HBSuser" password="HBSpass"> SELECT * FROM Bookings WHERE BookingDateIN AND BookingDateOUT NOT BETWEEN <cfqueryparam value="#FORM.SelDateIN#" cfsqltype="cf_sql_date"> AND <cfqueryparam value="#FORM.SelDateOUT#" cfsqltype="cf_sql_date"> </cfquery>[/CODE] This works .... But if my booking date(UK - dd/mm/yyyy) has a range of 05/02/2010 to 09/02/2010 And my search value is 04/02/2010 to 05/02/2010 ... this …

Member Avatar for arrgh
0
243
Member Avatar for teedoff

Hi, I know nothing about ajax, except that I think I need to use it to accomplish what I want. I have a cf template that performs a query and returns the results in a table display on result.cfm. I would then like for the user to be able to …

0
46
Member Avatar for teedoff

My questions pertain to CF templates and search engine rankings. I work for a small web based company with a static site that has been live for probably 4 or 5 years now. The owner coded all the pages alone, using somewhat outdated html standards as well as outdated SEO …

Member Avatar for teedoff
0
164
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
76
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
816
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
417
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
147
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
226
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
99

The End.