| Thread | Last Post | Replies |
|
| IIS Automation on a CF8 Server | 17 Oct 2007 14:45 GMT | 3 |
I have some web-based software that has several instancesset up running on a "Core" written in Coldfusion 8 with Fusebox 5. Setting up each instance is a pain because I have to go in IIS and set up the site, virtual mappings, dns ect. I would like to be able to automate this ...
|
| JRUN not releasing memory | 17 Oct 2007 13:10 GMT | 11 |
I installed CF8 on Windows using the standard configuration (JRUN, IIS, SQLServer) and needed to run some threshold tests against some sample data, nothing out of the ordinary - other than the size of the result set - I was requesting 100,000 records from one table, which came ...
|
| Creating Temporary JET Database on Client PC | 17 Oct 2007 09:40 GMT | 1 |
Is there a way where I can copy a JET database on the server to clients pc? Then I can download my queried data from the oracle server to the copied JET database. In this way I can perform all the reports on the Client/local PC. This will significantly lessen the burden of our ...
|
| Posted Comments after submitted | 16 Oct 2007 20:58 GMT | 5 |
Hi, The comments users post don't show right after its been submitted, they are only shown after the page is refreshed. How can I fix this so the comments show right away after the form is submitted
|
| SOT: utomatically move Access data to SQL Server 2005 | 16 Oct 2007 20:29 GMT | 1 |
I hope this is not too off topic. Does any one know of a methodology to automatically move Access data to SQL Server 2005? Here is the scenario. The Client is syncing their AS400 to Access. They want to upload the Access db to the server and then run a routine to basically ...
|
| Problem with between date ranges | 16 Oct 2007 17:47 GMT | 9 |
I have to generate and insert a record for each day in a series of date ranges. I am passign some values from a form and trying to insert them for each day. Here is my code: <cfquery name="datetest" datasource="ds">
|
| Sorry to post this here, last hope | 16 Oct 2007 09:18 GMT | 1 |
Sorry, I know this is the wrong forum. For some reason today when I click comment on dreamwearver it inserts <!-- MENU-LOCATION=NONE --> when it used to insert a correct commet tag i.e. <!--- --->
|
| Fusebox and MVC | 16 Oct 2007 08:12 GMT | 3 |
HI, I'm new to fusebox and want to start to use it in my newest project. I will also implement the design pattern MVC (Model-View-Control). But I have some questions about this. 1. I will have the fusebox to call a start circuit (Control). But in the name
|
| passing cf commands from db | 15 Oct 2007 21:17 GMT | 2 |
Need help. Is there a way to keep cf/html code in a db field that will be parsed as the page is created? Any help is appreciated (CF7,MSSQL). code upon request.
|
| xml file - how to ignore space | 15 Oct 2007 20:11 GMT | 2 |
I am creating xml file.But when I create as .xml file it is showing me lots of space between element. How can i remove the space. Let say if i have query it will count as a space. <Name>
|
| try/catch | 15 Oct 2007 18:45 GMT | 16 |
Where would I put a cftry/cfcatch in this following code? I am trying to create a query out of this file and having problems with some of the entries having bad data and I would like to step over those records and continue. <cfhttp
|
| CF,Ajax | 15 Oct 2007 18:22 GMT | 2 |
I am using Ajax on my table row...but some select box prevent it to be visible...It div goes under the select box when I start type in....Help [code] <input name="ConTNo" type="text" id="ConTNo" size="20" maxlength="30"
|
| CFX_Zip rename files | 15 Oct 2007 15:25 GMT | 2 |
I would like to change names of particular files within zip-files, using the CFX_ZIP tag. The possible actions are "read, remove, test, unzip, view, zip"... I can't find a way to do the action that I want. any help will be appreciated.
|
| Help with syntax for looping and dynamic variables | 15 Oct 2007 15:00 GMT | 2 |
I'm trying out the new cfimage tag and I'm trying to loop through a query to resize images to create thumbnails. I don't even know how many different combinations I've tried. If you were trying to resize just one image, the first set of lines of code is how you would do it. ...
|
| Frameset -Display URL of Frame2 in Frame1 | 15 Oct 2007 03:41 GMT | 1 |
I have two coldfusion pages in a frameset. Frame1 and Frame2. I'm trying to display the URL of Frame2 in Frame1, is this possible? I'm thinking I may have to use some javascript here. Thanks in advance.
|