| Thread | Last Post | Replies |
|
| Get all date between stardate and endate | 24 Sep 2004 15:25 GMT | 1 |
I am doing a reservation systeme for an hotel. I have a database with the information of reservation. The checkin and the checkout and when i am doing a search on the systeme i have to know the date or reservation of the client... how to get all date between the checkin and ...
|
| text selection from paragraph | 24 Sep 2004 13:45 GMT | 3 |
Is there a way to select the first sentence from a paragraph using Coldfusion? For example: in the database it is stored as; Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Pellentesque lacus
|
| Upload file or Insert in DB....best option? | 24 Sep 2004 12:41 GMT | 1 |
1st option: I can create a table containing a column for a photo. This photo can be TEXT or BLOB. If it is text I have the photos outside the DB inside a folder and the column
|
| Change cursor from hourglass to default | 24 Sep 2004 11:58 GMT | 1 |
I encountered the problem in changing the hourglass cursor to default (arrow) cursor. I first change the cursor to hourglass by using: <SCRIPT LANGUAGE="JavaScript">
|
| update | 24 Sep 2004 09:53 GMT | 2 |
I have a lots of email address like below. All have diffrent scenario jaksone.comssede@aol.com vinkidehg.comedsded@eds.com so i want remove everything until .com as starting. Everytime I have diffrent
|
| Iframe - is this possible | 24 Sep 2004 07:06 GMT | 5 |
How would I use a session variable to hold a iframe src page name. The attached code (extracted from a more complex page) displays the main page recursively in the iframe. In the iframe it does have the correct (welcome.cfm) page displayed as well as the main page containing it.
|
| Dynamic Graphing with ColdFusion ? | 24 Sep 2004 01:24 GMT | 1 |
Is there a way to create dynamic graphics or charts with ColdFusion accessing to the SQL server? I am just checking out the possibility. Cyont
|
| selection tree | 23 Sep 2004 22:21 GMT | 1 |
looking for a way to do a drop-down selection tree.... Kinda like the way the tree is in the admin control panel Brower Server under data sources. Any ideas?
|
| problem evaluating variable that includes hyphen | 23 Sep 2004 20:28 GMT | 1 |
I'm having trouble debugging this problem. I am looping through some dynamically named form variables, which are named status12345, where the number portion is dynamic. I then use Evaluate once the form is submitted. This works fine on all numbers... except ones that have a ...
|
| Need help with Displaying in Netscape | 23 Sep 2004 19:16 GMT | 1 |
I have an application that pulls data from a Oracle 8i view. In IE I am able to see all the data fieds when viewing. In Netscape 7.0, I can see everything except for 1 field that is set to LONG in the Oracle DB. The data is there, but it comes up garbled with squares and what ...
|
| RSS/XML newbie - put RSS feed on my site | 23 Sep 2004 18:18 GMT | 1 |
I have a secure site on which I would like to put a Yahoo! RSS feed. I have found several tools to do this by putting in JavaScript code, but the source is always on an external, non-secure site (which of course brings up that annoying "some content is not secure..." box.
|
| Accessing session array structures | 23 Sep 2004 16:52 GMT | 4 |
I am currently using several session array structures with an application that I have created and when I define them within the Application.cfm file I am unable to access them throughout my application. However, if I create a sessionvariable.cfm file and include it when the ...
|
| New to Regular Expressions | 23 Sep 2004 16:45 GMT | 1 |
I am trying to make some old CF code XHTML compliant. How do I use REReplace to accomplish this? I have looked thru the Developing Coldfusion MX Applications and I still left thinking "What!?". Here are the steps I believe are required.
|
| security issue | 23 Sep 2004 16:19 GMT | 1 |
ok I have had people easily delete record on my system by adding there own fields in my code using the url encoded. My question is I fixed this by using the <cfqueryparam value="#field#">
|
| Prepend Function | 23 Sep 2004 15:32 GMT | 2 |
Anyone here ever heard of a preppend function and if not would there be need of one, I envision it the reverse of an append function. Email me anything that you feel would take the place of such a function
|