| Thread | Last Post | Replies |
|
| Progress query | 29 Sep 2004 19:27 GMT | 1 |
I am trying to create a query: <cfquery name="Recordset1" datasource="HRCITest"> SELECT firstname, lastname, procode, id-047exam FROM aotcbexam
|
| Current Timestamp | 29 Sep 2004 14:51 GMT | 4 |
I have a webpage where users enter customer calls. When they enter the customer name, the on-click event puts a date/time stamp in another field. I am using the Now() function to get the date and time. But it looks like Now() is not the current time on the server, but the ...
|
| Error Uploading Jpgs! | 29 Sep 2004 12:27 GMT | 5 |
The code that I am using is below and the problem is that I can upload other images files with this form but not .jpgs I really need some help with this one as it is needed for the site. Please Help
|
| 2 Queries into 1? | 29 Sep 2004 11:15 GMT | 1 |
I have 2 queries wondering if I can accomplish this in 1. Basically w/ query 2 I am taking the results of query 1 and going back through them and pulling any records that have phase 2 as well (that means the person would have 2 records a phase 1 & phase 2), these are then going ...
|
| 6.1 updater bug | 29 Sep 2004 10:19 GMT | 2 |
I have installed the MX6.1 Updater on my devlopment server and now Administrator doesn't work properly!! I get an error message where the menu on the left should be saying: he tag you are trying to use cannot be found within any tag libraries you have
|
| Cookies: expiration? | 29 Sep 2004 07:46 GMT | 1 |
Hey, all: I currently have cookies set to expire in 5 hours: <CFCOOKIE NAME="name" VALUE="value"
|
| Query of Query within CFC (xpost) | 29 Sep 2004 01:18 GMT | 5 |
Quick question... is it possible to pass a query to a CFC, query that query, and return the new query? When I've tried this, I get a error casting type. Just need to know if this is possible!! Thanks in advance...
|
| mass email | 29 Sep 2004 00:34 GMT | 2 |
This isn't so much a cold fusion question but more asking what my options are. I need to send a newsletter. I built the html and the text, I loop through the list of subscribers, send the email. While looping I have access to the email address as a variable. SO i can put a link ...
|
| pick up a radio stream with coldfusion | 28 Sep 2004 23:18 GMT | 1 |
i've been send to this forum as i'm looking for a solution to propose a flash radio streaming player to listen to internet radio without the need for a media player people might not have, like winamp and such. the idea is that the flash app would be enough to listen to the radio ...
|
| Live Calculations | 28 Sep 2004 21:52 GMT | 1 |
OK I have a doozie(sp). I am not sure if it can be done in CF or not. But I'm gonna try. Here goes: I have a row of data. In the first cell I have a textbox where you can change a number.
|
| SOT: CFMX, DWMX 2004 and RDS problems | 28 Sep 2004 14:24 GMT | 1 |
I'm hoping for a work around for a problem that has cropped up using DreamweaverMX 2004 and RDS. When I set up a site on a Unix box and try to connect via RDS I get this error message: "Dreamweaver cannot determine the remote server time. The Select Newer and
|
| cfobject/com error | 28 Sep 2004 13:25 GMT | 1 |
I was hoping someone could lend a helping hand. I have created the following cfobject that retrieves data from a .dll (written in VB). The data is coming through but I"m not sure how to keep from getting an error...it seems I get errors when I try to assign values that don't ...
|
| problems with <cfoutput> | 28 Sep 2004 08:42 GMT | 3 |
I am running an sql which contains a COUNT command in it. When I run it in the sql builder it gives great results. I've added it to my page but i am having problems when i come to get an out put from it displayed on the page. i have tried fairly standard ...
|
| doing wild card searches using like | 28 Sep 2004 03:23 GMT | 6 |
I am trying to do wild card searches for example "Asia" like so my example code would look like so <CFQUERY Name="GetProgame" datasource="ds"> SELECT * FROM table
|
| Output Problem (severe) | 28 Sep 2004 02:20 GMT | 1 |
Ok, I brought this to the advanced forum because I am having alot of troublem with this issue. The following code produces duplicate sub items even if the product in the cart does not have one. For example: Item 1
|