All Questions regarding the cold fusion server side scripting language
finally a cf section! I love this forum and I'm glad Codlfusion has its own place now. This could also be a Flex/Actionscript forum. I'm mainly a cf developer but started getting into Flex and it rocks.
Hello, all. I, too, am glad to see that CF finally has a spot on webdeveloper.com; it's long overdue, I think. Is there anyone here who has used the Amazon AIM module? The documentation is not very explicit, and offers no code samples. I'm looking for CF examples that show how to use the...
I have a splash page for our site (not my choice, but my client wants it), and I need to add an option to "permanently bypass" beside the enter store option. Anyone have any idea or advice on how to create that so that it works properly?
Ok what i am trying to do is a search funnction. I have 4 fields in my DB that i want to search on. member Email category ContractNumber But i only want to search them if someone type something in those fields on the interface.
I am having a small problem with the DateAdd function. i need to add 2 month to a particular date but i am getting the date backwors my code <cfset date1 = #LSDateFormat(Now(), "mmmm dd, yyyy")# > <cfset expdate = DateAdd("m", 2, date1)>
i am trying to send a email with a image map but that is not working properly. It gives me a error when it sees the "#" and that is part of the name of the immage map? WHat can id do? my code is below <cfoutput>
I've wanted a CF forum at webdeveloper.com for a long time. Now that it's here, no one is using it? WTx? C'mon, people! Who's going to answer questions? ^_^
I'm creating an input form for users so that they can input various bits of info into a db. One of the fields is so that they can upload a file, which puts the file onto the web server and the path to it into the db. The problem is if anyone edits the data after a file has been uploaded, the path...
Hello, all. I'm trying to convert queries that someone else built into Stored Procedures, and for the most part it's going smoothly. However, there is one query (pretty large and detailed) that is using some CF functions to format part of it, and I'm getting errors sending the data to the SP. ...
i have a flash file that calls a XML but i need to populate the data in the XML with some dynamic content. SAMPLE XML SCHEMA <image> <url>images/#db.image1#</url> <caption><!
I need to find a way i can type a zipcode like 33308 and get all the zipcodes around it like 100 miles any one where i can get a script like this?
I have a date 08-22-1983 and i need to spit it into 3 part 08 22 1983 Any ides how do do this? Thanks
anyone know a way to do this? Basically return a query with the .xls information in it. thanks!
Hello, all. This is the first time I've ever needed to access a remote SQL server, and I'm getting an attribute validation error for the cfquery tag. The CFQUERY tag currently opens as: <cfquery name="" debug="1" username="#User#" password="#Pass#" dbserver="" dbname=""> What are the...
Hello, everyone. I'm attempting to create a pricing module for Amazon. Basically, I give Amazon ten items at a time to get all pricing information for each item. The data is being returned in XML. What I'd LIKE to do is take the first XML response that contains up to the first ten offers...
I want to write a ColdFusion program that sends an email to a list of people whenever a particular column in a database is edited. I know how to do this, but I want it to run automatically everyday, rather than me having to run it myself. Is there a way to do this??
How do I get a CF Form to pass an array variable? For this example script I want the data to list at the top and pass back to prefill the fields as well if you hit submit. This passes the basic variable just fine, but not the array. So what is the proper method for passing an array through a...
Hello, all. Does anyone know of a CFC that can take a string and return whether that string is a UPC, an EAN, or an ISBN? I'm working on a site that adds items to a seller's half.com account (for many sellers) and the product ID that is being supplied could be a UPC, an EAN, or an ISBN (both...
jQuery UI's sortable plugin to update a database table's sort order field on the fly using ajax basically, tutorial is here. http://www.petefreitag.com/item/736.cfm Seemed like the perfect tutorial for what I am doing. Basically I have a bunch of sortables using jquery, they are...
Can someone help me with a script for an autoresponder? I've tried google and found nothing!
Hello, everyone. I am currently working on a project (internal application) that will be hosted on load-balanced servers, and I need to pass a few small recordsets to a pop up window for some select boxes. Obviously, Application variables won't work, and Session variables have been disabled. ...
Hello, all. I'm new to working with Structures, and I'm getting an error message. I'm sure it's old-hat to most of you - I'm pretty sure this is a rookie mistake. I'm trying to loop through form fields; I have hidden fields that contain the original value of displayed fields, to check and...
Hello, everyone. I'm working on a document that runs a query, populates a <table> with the data, and then spits out an Excel sheet for the user to either open or save. I'm using the CFSCRIPT equivalent of CFCONTENT and CFHEADER to create the Excel file. <cfscript> pc =...
I'm pretty much at the beginner level of ColdFusion. I'm using the latest version of Railo. I have a page where I list files in a directory on the server. No problem there. When I link them, I'm not getting a prompt to download, it tries to go to a page which ends up not being found. I was...
Hello, everyone. Does anyone know how to print the contents of a layer created with ColdFusion.Window.create()?? Specifically with JavaScript? Thanks, ^_^
There are currently 1 users browsing this forum. (0 members & 1 guests)
Use this control to limit the display of threads to those newer than the specified time frame.
Allows you to choose the data by which the thread list will be sorted.
Order threads in...
Note: when sorting by date, 'descending order' will show the newest results first.
Forum Rules