Re:Adding remote datasource dynamically

2003-12-16 Thread Jochem van Dieten
Don said: Same result after ds.password = ds_service.encryptPasword(#FORM.pwd#); ds.password = ds_service.encryptPasword(javaCast(string,FORM.pwd)); Jochem [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: CFStat from remote machine

2003-12-16 Thread Pete Freitag
Peter Amiri wrote: On page 21 of the new Administering ColdFusion MX mini manual it shows options for web server (-h) and web server listening port (-p) but doesn't give any examples. I would like to run a cfstat on my local machine and see info for my server. Anyone know if this works.

Re: Oracle Sequences

2003-12-16 Thread d.a.collie
kpeterson wrote: You might need to increase your Sequence Number Cache size http://download-west.oracle.com/docs/cd/A87860_01/doc/index.htm Cheers Kore... Will give it a try out.Sorry for the late reply, didn't get any list emails at all yesterday! -- -dc[ cf5, ora8.1.7, iis5 ] [Todays

Password encryption

2003-12-16 Thread Shahzad.Butt
Hi I am storing user name and password in Access DB and running a query to match the combination when user attempts to login. Authorised users can do everything with the DB. Whats the best way to make it secure? encrypting passwords stored in DB? or some other way.. Thanks Shaz [Todays

Flight Schedule CustomTag or Webservice

2003-12-16 Thread Dwayne Cole
I’m working on an application where I need to make travel and lodging arrangement.Do any of you know of a webservice or custom tag that would allow me to send origins, destinations, dates and times and back comes flight schedules and hotel rates? [Todays Threads] [This Message] [Subscription]

RE: Password encryption

2003-12-16 Thread John Beynon
You could hash() the password on the way in, stops in being stored in clear text. Jb. -Original Message- From: Shahzad.Butt [mailto:[EMAIL PROTECTED] Sent: 16 December 2003 11:01 To: CF-Talk Subject: Password encryption Hi I am storing user name and password in Access DB and running

RE: Password encryption

2003-12-16 Thread d.a.collie
http://www.houseoffusion.com/cf_lists/index.cfm/method=messagesthreadid =29317forumid=4 Just yesterday. -- -dc[ cf5, ora8.1.7, iis5 ] -Original Message- From: Shahzad.Butt [mailto:[EMAIL PROTECTED] Sent: 16 December 2003 11:01 To: CF-Talk Subject: Password encryption Hi I am

CFMX 6.1 / AD / Single-Sign-On

2003-12-16 Thread Tangorre, Michael
I was asked by some of our network guys to see if a single sign on would be possible for our intranet applications. We have intranet applications that were written in CF: 4.0-MX 6.1 Currently the applications have their own login pages and some kind of role/permission architecture in place (home

RE: CFMX 6.1 / AD / Single-Sign-On

2003-12-16 Thread d.a.collie
http://www.houseoffusion.com/cf_lists/index.cfm/method=messagesthreadid =29269forumid=4 Suppose I was asking about CF5 but the theory is the same but I suppose this disscussion seems kind of dead now apart from our own investigation into it... wonder if you'll have any better luck with your

Single Sign On (implemented in CF)

2003-12-16 Thread David Collie
Got some intereting off-list emails from Jochem that are def worth reading (they were for me) if Jochem doesn't mind me posting them. -- dc [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Single Sign On (implemented in CF)

2003-12-16 Thread d.a.collie
def worth reading (they were for me) if Jochem doesn't mind me posting them. The content of emails were worth reading for me I mean :-) -- dc [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: CFMX 6.1 / AD / Single-Sign-On

2003-12-16 Thread Stacy Young
On a possibly related topic...back when MX first came out I had major issues getting it to work with active Directory over SSL. Was told by MM tech support that it was M$'s fault due to a non standard implementation. (which may or may not be true) This was with MX 6.0 Just heads up, Stace _

RE: Password encryption

2003-12-16 Thread Andy Ousterhout
Depends on your security requirements.I do a one-way hash when the password is created, and email Users temporary passwords when they forget theirs.No one can look-up a password, not even the DBA. -Original Message- From: Shahzad.Butt [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16,

RE: CFStat from remote machine

2003-12-16 Thread Peter Amiri
Thanks Pete. I'll look into using that. -Peter Amiri [EMAIL PROTECTED] MySpace.com -Original Message- From: Pete Freitag [mailto:[EMAIL PROTECTED] Sent: Monday, December 15, 2003 11:44 PM To: CF-Talk Subject: Re: CFStat from remote machine Peter Amiri wrote: On page 21 of the new

RE: CFMX 6.1 / AD / Single-Sign-On

2003-12-16 Thread Tangorre, Michael
whoa... thanks for the heads-up... especially since all our intranet apps MUST run over SSL. I will see if I can get an update on the issue. Mike -Original Message- From: Stacy Young [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 8:54 AM To: CF-Talk Subject: RE: CFMX 6.1 /

RE: CFMX 6.1 / AD / Single-Sign-On

2003-12-16 Thread Stacy Young
Problem was using LDAP over SSL specifically...to query Active Dir... Stace _ From: Tangorre, Michael [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 9:57 AM To: CF-Talk Subject: RE: CFMX 6.1 / AD / Single-Sign-On whoa... thanks for the heads-up... especially since all our

RE: cfmail in cf5 spool re-sends to infinity

2003-12-16 Thread Tom Jordahl
and kudos to macromedia for seemingly pretending that this doesn't even exist. We (I) spent a lot of time trying to address just these types of complaints in CFMX 6.1.Upgrade and you should not see this problem ever again. -- Tom Jordahl Macromedia Server Development -Original Message-

RE: CFMAIL (MX - 6.0) and multiple email servers

2003-12-16 Thread Tom Jordahl
Upgrade to 6.1 (it's free!). This feature was added to the 6.1 release.You are getting unknown host error because CFMX 6.0 is trying to look up mail1,mail2. -- Tom Jordahl Macromedia Server Development -Original Message- From: Turetsky, Seth [mailto:[EMAIL PROTECTED] Sent: Monday,

RE: Verity problem running MX 6.1 J2EE under Tomcat 4.1.18 on Win dows XP

2003-12-16 Thread Tom Jordahl
You need to have the Verity libraries on the PATH environment variable so Java/CFMX will find them when it tries to open them. There are instructions for the J2EE editions on where to set this path, I am not sure if they cover Tomcat. -- Tom Jordahl Macromedia Server Development -Original

test

2003-12-16 Thread Hassan Arteaga Rodriguez
Test __ MSc. Hassan Arteaga Rodrguez Microsoft Certified System Engineer. DIGI- Grupo de Desarrollo COPEXTEL, S.A. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Using CFFile

2003-12-16 Thread Bushy
Use this Java FTP Applet http://www.jscape.com --Original Message Text--- From: Robert Orlini Date: Mon, 15 Dec 2003 14:45:50 -0500 Using CFfile, how do I copy more than one file at a time? The code below works great copying one file, but does not accept more than one. For example lets say I

Re:Adding remote datasource dynamically

2003-12-16 Thread Don
Oops, Java was not a friend of mine :) Same result same err msg after using javaCast string function. Could you use your MM resources (MM your buddy) for more inside scoop?Many thanks. Don Don said: Same result after ds.password = ds_service.encryptPasword(#FORM.pwd#); ds.password =

Re:Adding remote datasource dynamically

2003-12-16 Thread Don
Oops, was probably half asleep when composing the following msg. cfset foo = 1433 is the same as cfset foo = 1433 But personally I would stick with the later all the time. Also, How come urlPath.PORT = 1433; instead of urlPath.PORT = 1433? Shouldn't 1433 be a string, which requires quotes? And I

RE: CFStat from remote machine

2003-12-16 Thread Nathan Strutz
make a cfm page and put this in it: precfexecute name = C:\CFusionMX\runtime\jre\bin\java.exe arguments = -cp C:\CFusionMX\lib\cfusion.jar coldfusion.tools.CfstatMain timeout = 100 /cfexecute /pre then just hit your cfstat.cfm to see cfstats for the server you put it on. -nathan strutz

Re:OT: GeoTrust Certs @ 25$ ?

2003-12-16 Thread Matt Robertson
Here's an example of one of the phony expiration notices Geotrust sends out.Check the site: the cert hasn't expired yet.If the client's domain admin email wasn't also mine that client would be tearing into me. These start 90 days out from expiration (with the expiration date calc'd properly), I

CFC Not showing in CFC Explorer

2003-12-16 Thread Alexander Sherwood
What would cause a CFC/CFC package to not show in the CFC explorer? If I type the direct URL as in: http://www.myserver.com/CFIDE/componentutils/componentdetail.cfm?component=mypath.mypackage.mycfc I can browse the data. It does not appear, however, in the listing of CFCs on my server. I can

SQL Help

2003-12-16 Thread Mickael
Hello All, I am having problems with an update statement that used to work fine in Access with CFMX.I have an issue tracking app that used to have the issue numbers stored as TEXT, I converted the column to Number a little while ago and it worked fine.Recently users have been having problems

CFLDAP query runs short in MX 6.1

2003-12-16 Thread Shawn Lavelle
Two identical CFLDAP queries on two different boxes: CF 5 and 6.1.The 5 box returns 55k+ records, as it's supposed to.The 6.1 box runs its query in about 10-20 seconds and returns a varying number of results, between 100 and 400.They're hitting the same LDAP server. Both machines *can* talk to

[Macromedia][Oracle JDBC Driver]No more data available to read.

2003-12-16 Thread Smith, Don , CTR , WHS/PSD
I am running CFMX 6.0, no updates, on Apache 1.3.27 and using Oracle 9i on the back end.I am getting intermittent 500 Errors: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server

SQL Problem

2003-12-16 Thread Mickael
Hello All, I am having problems with an update statement that used to work fine in Access with CFMX.I have an issue tracking app that used to have the issue numbers stored as TEXT, I converted the column to Number a little while ago and it worked fine.Recently users have been having problems

RE: SQL Problem

2003-12-16 Thread Tangorre, Michael
No need to post your question twice.. be patient, someone will respond if they know the answer.:-) -Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 12:42 PM To: CF-Talk Subject: SQL Problem Hello All, I am having problems with an update

Re: SQL Problem

2003-12-16 Thread Mickael
Hi Michael, Sorry for the double post but I thought there was something up with the list, I posted the first one two hours ago didn't see it on the list and sure enough as soon as I post again the both show up - Original Message - From: Tangorre, Michael To: CF-Talk Sent: Tuesday,

RE: SQL Help

2003-12-16 Thread Cantrell, Adam
Try parameterizing your form.issuenumber variable: Update IssueRegister SET IssueStatus = '#form.IssueStatus#', Response = '#form.Response#', ResponseUserId = '#session.activeuser.USER_NAME#', DateofResponse = #CreateODBCdate(now())# Where IssueNumber = cfqueryparam cfsqltype=CF_SQL_INTEGER

RE: SQL Problem

2003-12-16 Thread Tangorre, Michael
Try Trimming your vars especially since they were text before you converted them. If it was char type text there might be some padding that you don't see.. -Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 12:56 PM To: CF-Talk Subject: Re:

Re:UniData ODBC connectivity

2003-12-16 Thread Michael Dinowitz
Did you ever get a response to this privatly? I'm new to UniData.I'd like to set up an ODBC connection to the UniData database hosted on an NT box on the network.I read some documentation.Is the following understanding correct?Two key pieces: 1) uci.conf file, an entry pointing to the

Installing CF MX 6.1 Path about DoS

2003-12-16 Thread Hassan Arteaga Rodriguez
Hi there ! I installed a new path for CF MX 6.1 MPSB03-07 Security Patch available for ColdFusion MX and JRun 4.0 Web Services DoS http://www.macromedia.com/devnet/security/security_zone/mpsb03-07.html I think i put in CF Serversection: Java and JVM a wrong parameters.. Now i can't start CF

Re:UniData ODBC connectivity

2003-12-16 Thread Don
No. But I'm quite comfortable with this stuff now. Did you ever get a response to this privatly? I'm new to UniData.I'd like to set up an ODBC connection to the UniData database hosted on an NT box on the network.I read some ... [Todays Threads] [This Message] [Subscription] [Fast

RE: Installing CF MX 6.1 Path about DoS

2003-12-16 Thread Dave Watts
Now i can't start CF Server... What can I do ? Where are stored all settings If you changed the JVM configuration through the CF Administrator, you should have a backup of your jvm.config file in the same directory as the jvm.config file itself. Dave Watts, CTO, Fig Leaf Software

RE: CFC Not showing in CFC Explorer

2003-12-16 Thread Barney Boisvert
I've run into this problem as well, and I think it stems from the CFC not being within the CF web root, or a CF mapping, though I've never taken the time to confirm it for sure. In other words, if you only ever reference the CFC relatively, and haven't set anything up to be able to reference it

RE: Installing CF MX 6.1 Path about DoS

2003-12-16 Thread Hassan Arteaga Rodriguez
thanks Dave I'll check it now __ MSc. Hassan Arteaga Rodrguez Microsoft Certified System Engineer. DIGI- Grupo de Desarrollo COPEXTEL, S.A. _ From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 12:17 PM To: CF-Talk Subject: RE: Installing CF MX 6.1 Path about

RE: SQL Problem

2003-12-16 Thread Dwayne Cole
Try putting # signs around the date field.I had this problem before after my service provider switch from ODBC to OLDBC. Dwayne Cole, MS in MIS, MBA Florida AM University Certified Advanced ColdFusion Developer 850-591-0212 It can truly be said that nothing happens until there is vision. But

Request timed out - what does this mean?

2003-12-16 Thread Earl, George
When CF terminates a request based on the timeout parameter set in the CF Admin, and when the request being terminated is an SQL query or a request to a stored procedure (i.e., the error message in the log includes the SQL or the name of the stored procedure), is it safe to assume that the request

RE: [Macromedia][Oracle JDBC Driver]No more data available to read.

2003-12-16 Thread Stacy Young
You're probably still running 6.0 for specific reason but in general 6.0 = evil. Think there were major driver updates in 6.1 Stace _ From: Smith, Don , CTR , WHS/PSD [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 12:29 PM To: CF-Talk Subject: [Macromedia][Oracle JDBC

Weird Images issues...

2003-12-16 Thread Schuster, Steven
Ok, here is some weirdness for you... http://www.lcgis.com/STAGE/GlobalImages http://www.lcgis.com/STAGE/GlobalImages See the list of images, click one, does it show up...mine don't. No matter what I do they do not appear in the browser. However if I view folder in Thumbnail mode I can see

RE: Request timed out - what does this mean?

2003-12-16 Thread Hagan, Ryan Mr (Contractor ACI)
Usually when I see this happen is when I've written a poor query and the database server is taking longer to process said query than the CF Admin allows.In this case, the CF request is ended, but the database is still processing my request.The database server will churn and churn on the problem

RE: Installing CF MX 6.1 Path about DoS

2003-12-16 Thread Hassan Arteaga Rodriguez
Problems fixed. Regards __ MSc. Hassan Arteaga Rodrguez Microsoft Certified System Engineer. DIGI- Grupo de Desarrollo COPEXTEL, S.A. _ From: Hassan Arteaga Rodriguez [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 01:13 PM To: CF-Talk Subject: RE: Installing CF MX 6.1 Path

Re: Weird Images issues...

2003-12-16 Thread Jeff Garza
It appears that your files are damaged.I can't open them with Fireworks either. Cheers, Jeff - Original Message - From: Schuster, Steven To: CF-Talk Sent: Tuesday, December 16, 2003 11:39 AM Subject: Weird Images issues... Ok, here is some weirdness for you...

Re: SQL Problem

2003-12-16 Thread Mickael
No luck, I tried trimming the vars, and the cfqueryparam cfsqltype=CF_SQL_INTEGER value=#form.issuenumber# Both turn up the same error The search key was not found in any record. But I see the information in the table.This is really weird one - Original Message - From: Tangorre, Michael

RE: Weird Images issues...

2003-12-16 Thread Schuster, Steven
Ok, would that explain why I can see them in the file browser or when viewing the page offline??? That's why this is kicking my butt, it just doesn't make any sense... -Original Message- From: Jeff Garza [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 1:43 PM To: CF-Talk

RE: CFStat from remote machine

2003-12-16 Thread Peter Amiri
Thanks Pete. The sample code works great. One question though. This seems to only work on CFMX 6.1 standalone install. I tried it on my Mac OX CFMX 6.0 on top of JRUN and also on a new CFMX 6.1 on JRUN (the second option given in the installer) and both times I get an error message The metrics

Re:cfmail in cf5 spool re-sends to infinity

2003-12-16 Thread j cc
We (I) spent a lot of time trying to address just these types of complaints in CFMX 6.1. Upgrade and you should not see this problem ever again. And I thank you for that, really, I don't mean to be ungrateful :)In fact, the server housing our custom ticket/mail app -- which runs all customer

Re: SQL Problem

2003-12-16 Thread Mickael
But it is not the date field that is causing the issue, it the what I am using as the issue number - Original Message - From: Dwayne Cole To: CF-Talk Sent: Tuesday, December 16, 2003 1:18 PM Subject: RE: SQL Problem Try putting # signs around the date field.I had this problem before

Re: SQL Problem

2003-12-16 Thread kpeterson
Here is a long shot.. Have you double checked to be sure you don't have an ambiguous table name or are connecting to the wrong datasource (IE a development datasource)? Kore Peterson Mickael [EMAIL PROTECTED] To:CF-Talk [EMAIL PROTECTED] netcc: Subject:Re: SQL Problem 12/16/2003 12:59 PM

RE: [Macromedia][Oracle JDBC Driver]No more data available to read.

2003-12-16 Thread Simon Horwith
I've seen this error a lot when working with ORACLE from EJB's on CFMX J2EE - usually when callingprocedures that return XML.Have you tried using the thin client drivers?Can you put updater 3 on the box first? ~Simon Simon Horwith CTO, Etrilogy Ltd. Member of Team Macromedia Macromedia Certified

RE: Request timed out - what does this mean?

2003-12-16 Thread Smith, Matthew P -CONT(CSC)
We had some timeout issues with the first version of CFMX and its default jvm.(I believe the default jvm had a known issue with timing out https requests)After a few posts here and the macromedia forums, I came away with the understanding that the timeout does NOT apply to external processes,

Re: SQL Problem

2003-12-16 Thread Stephen Hait
Update IssueRegister SET IssueStatus = '#form.IssueStatus#', Response = '#form.Response#', ResponseUserId = '#session.activeuser.USER_NAME#', DateofResponse = #CreateODBCdate(now())# Where IssueNumber = #form.issuenumber# The error that I get from CF is The search key was not found in any

RE: Weird Images issues...

2003-12-16 Thread Turetsky, Seth
What's weird is that you can view the source after clicking on an image, so it's an html page that is loading, not the image.something is up with your webserver, at least i think -Original Message- From: Schuster, Steven [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 1:51 PM

RE: Weird Images issues...

2003-12-16 Thread Schuster, Steven
Yeah, it is really freaky weird. Oh well, on to other things...I'll let you all know what it was when I fix it. Steve -Original Message- From: Turetsky, Seth [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 2:41 PM To: CF-Talk Subject: RE: Weird Images issues... What's

Re: SQL Problem

2003-12-16 Thread Mickael
Stephen Thanks a lot that did it.I can now stop banging my head against the wall - Original Message - From: Stephen Hait To: CF-Talk Sent: Tuesday, December 16, 2003 2:39 PM Subject: Re: SQL Problem Update IssueRegister SET IssueStatus = '#form.IssueStatus#', Response =

Dynamic variable names in QuerySetCell

2003-12-16 Thread Ryan Kime
I'm trying to avoid Evaluate and have hit a wall. I am trying to dynamically call column names from qResults and set the values in a QuerySetCell - val1, val2, val3, val4, etc... Here's an example: cfset Monthly2003= QueryNew(month, dollar_amount) cfset QueryAddRow(Monthly2003, 12) cfloop

RE: CFC Not showing in CFC Explorer

2003-12-16 Thread Angel Stewart
Is the CFC stored in the standard custom tags directory in CF? If it isn't then you need to create a CF mapping to the directory where the CFC is found. Then it should show. -Gel -Original Message- From: Alexander Sherwood [mailto:[EMAIL PROTECTED] What would cause a CFC/CFC

re: Dynamic variable names in QuerySetCell

2003-12-16 Thread Scott Brady
Original Message: From: Ryan Kime [EMAIL PROTECTED] cfloop index=LoopCount from=1 to=12 cfset QuerySetCell(Monthly2003, month, curMonth, LoopCount) cfset QuerySetCell(Monthly2003, dollar_amount, qResults[valLoopCount], LoopCount) /cfloop The second QuerySetCell is what is killing me. It

Getting directory name only

2003-12-16 Thread Irvin Gomez
Hi! I'm trying to get the name of the directory that houses template. The problem is that I just need the directory's name. For example, given the actual path: C:\whatever\whateverElse\myDirectory\myTemplate I need to extract the directory's name (myDirectory) into a variable. I have been able

multi-part emails?

2003-12-16 Thread John Burns
Does anyone have a good _simple_ resource for how to create multi-part email messages using CFMAIL?Or is that even possible?I know type can be plain or HTML, but I'm not sure how to create a multi-part email where it will display HTML if the client can read it and plain text if the client can

shouldn't be getting cfquery output ?

2003-12-16 Thread Dan Farmer
At the bottom of my page I'm getting the following. Queries getit (Records=1, Time=47ms) SQL = select * from order_users where id = 2 This shouldn't be appearing at all. None of my other templates have the query information appearing, why would this page have it. As far as I know debugging

RE: multi-part emails?

2003-12-16 Thread Josh Remus
if you're using the latest and greatest, http://www.macromedia.com/devnet/mx/coldfusion/articles/mail_61_02.html -Original Message- From: John Burns [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 4:08 PM To: CF-Talk Subject: multi-part emails? Does anyone have a good _simple_

RE: multi-part emails?

2003-12-16 Thread Dave Watts
Does anyone have a good _simple_ resource for how to create multi-part email messages using CFMAIL? Or is that even possible? I know type can be plain or HTML, but I'm not sure how to create a multi-part email where it will display HTML if the client can read it and plain text if the

RE: Adding remote datasource dynamically

2003-12-16 Thread Andrew Scott
If anyone is interested I am about to release a suite of tools, its been in the making for the last 2 months but its finally almost ready to release. If you have ever wanted to create, verify, delete a datasource within a coldfusion application then this Coldfusion component will be for you.

RE: Dynamic variable names in QuerySetCell

2003-12-16 Thread Ryan Kime
Good question Scott, the recordcount of qResults will always be 1. FYI, adding the [1] worked! Thanks! -Original Message- From: Scott Brady [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 3:05 PM To: CF-Talk Subject: re: Dynamic variable names in QuerySetCell Original

ColdFusion Blog App from Macromedia DevNet Resource Kit V5

2003-12-16 Thread Heidi Voltmer
The Macromedia DevNet Resource Kit team is looking for suggestions on how to improve or enhance the ColdFusion Blog App (a.k.a. Blogman) from DRK Volume 5. If you used the Blogman application

RE: shouldn't be getting cfquery output ?

2003-12-16 Thread John Beynon
Definitely debugging information, Try cfsetting showdebugoutput=no and see if it disappears, Jb. -Original Message- From: Dan Farmer [mailto:[EMAIL PROTECTED] Sent: 16 December 2003 21:17 To: CF-Talk Subject: shouldn't be getting cfquery output ? At the bottom of my page I'm getting

Re:ColdFusion Blog App from Macromedia DevNet Resource Kit V5

2003-12-16 Thread Irvin Gomez
Perhaps a better investment of Macromedia's resources would be to create applications with a bigger potential user base. A blogging application is kind of useless to most people. We frequently come across them (blogs) because of the nature of our work, but something like a Newletter Manager, an

BIG Forms: CFSWITCH or CFIF?

2003-12-16 Thread Matt Robertson
I'm going over old code that has pre-filled form fields based on previous user entry.Many are select boxes or radio groups with lots of options.The current coding method is shown in Method 1 below.The common way I see recommended to do this is in Method 2.Before I rewrite this code, I thought I'd

Logging out on session expiration under MX

2003-12-16 Thread stas
I am porting our application to MX 6.1. We are not refactoring anything yet, simply re-deploying. However, I decided to redo the login mechanism using cflogin architecture. In my Application.cfm I have: cfif not isdefined(session.loggedin) cfinclude template=_login.cfm /cfif _login.cfm, among

Re:ColdFusion Blog App from Macromedia DevNet Resource Kit V5

2003-12-16 Thread Matt Robertson
Irvin Gomez wrote: Perhaps a better investment of Macromedia's resources would be to create applications with a bigger potential user base Macromedia chopping down their developer base by starting to build end-user applications?As a developer I'd call that a pretty bad idea... Correction.A

SQL Less Then comparison and cfqueryparam

2003-12-16 Thread Ian Skinner
Is there some trick to doing a less then () comparison combined with a cfqueryparam tag? I've got a query something like this. SELECT * FROM aTable WHERE DateField = (SELECT Max(DateField) FROM aTable WHERE DateField cfqueryParam value=#url.date#...) I'm trying to select the previous record in

RE: BIG Forms: CFSWITCH or CFIF?

2003-12-16 Thread Barney Boisvert
Method 2 for sure.At the Java level, both the CFIF and the CFSWITCH are both if statements, because the Java switch statement only works on numeric types (byte, short, int, long and char).Then, factor in the extra assignment overhead on method 1, count the number of extra lines in method 1, and

Re:Adding remote datasource dynamically

2003-12-16 Thread Don
What's your email address?I'm on CFMX 6.0.Thanks. Don If anyone is interested I am about to release a suite of tools, its been in the making for the last 2 months but its finally almost ready to release. If you have ever wanted to create, verify, delete a datasource within a coldfusion

Re: Re:ColdFusion Blog App from Macromedia DevNet Resource Kit V5

2003-12-16 Thread Bryan Stevenson
Matt said: Macromedia chopping down their developer base by starting to build end-user applications?As a developer I'd call that a pretty bad idea... Correction.A REALLY bad idea. I missed this whole thread..but this concept is not new ;-)Just look at Breeze...it's just an app written with

RE: BIG Forms: CFSWITCH or CFIF?

2003-12-16 Thread Matt Robertson
Barney Boisvert wrote: Method 2 for sure.At the Java level, both the CFIF and the CFSWITCH are both if statements Very Interesting.I'm still running on CF 4.5 but I'll be upgrading to 6.1 shoertly. IMHO, 99.9% of the time, readable, easily maintainable code is way more valuable than speed

Re:Resolved: Re:CFMX and Fedora

2003-12-16 Thread Eric Scuccimarra
I am trying to install CFMX 6.1 with Fedora Core 1 and am running into the exact same problem described. Can you give any more detail as to how you solved the problem? I am just installing CF from a .bin file and am not sure how to recompile the connectors. Thanks. [Todays Threads] [This

CF PHP Same Server

2003-12-16 Thread Jim Gurfein
Does anyone have experience with CF PHP on the same server? Any notes on tricks and issues would be appreciated. Sincerely yours, Jim Gurfein President, CEO RestaurantRow.com, Inc. http://www.restaurantrow.com 914.921.3200 ext 101 914.921.9190 fax [Todays Threads] [This Message]

RE: ColdFusion Blog App from Macromedia DevNet Resource Kit V5

2003-12-16 Thread Heidi Voltmer
Hi, These are sample applications that are distributed on the DevNet Resource Kits. They are just like the sample applications that are available on the Macromedia website except they are only available to anyone who buys the kits or anyone who is a DevNet subscriber. They are designed to be

shouldn't be getting cfquery output ? ( solved )

2003-12-16 Thread Dan Farmer
Thanks John, that did it. __ Daniel Farmer Producer / Coldfusion Developer http://www.bernardclark.com/danfarmer.ca P: 613.284.1684 From: John Beynon [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: shouldn't be getting

RE: ColdFusion Blog App from Macromedia DevNet Resource Kit V5

2003-12-16 Thread Matt Robertson
Heidi, Lest anyone get the wrong idea, I wasn't squealing about you folks building sample apps/applets etc.Different class of stuff.Channel conflict is just a sore spot with me. Cheers, -- --- Matt Robertson,[EMAIL PROTECTED] MSB Designs, Inc.

RE: CF PHP Same Server

2003-12-16 Thread cf-talk
No problems that I ever experienced.I'm running CFMX6.1, PHP, and Perl on IIS. -Novak -Original Message- From: Jim Gurfein [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 2:18 PM To: CF-Talk Subject: CF PHP Same Server Does anyone have experience with CF PHP on the same

RE: ColdFusion Blog App from Macromedia DevNet Resource Kit V5

2003-12-16 Thread Bryan F. Hogan
Some suggestions I have to get this back on topic. 1. Video Blogging 2. Audio Blogging 3. Moblogging 4. RDMS ability. -Original Message- From: Heidi Voltmer [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 5:22 PM To: CF-Talk Subject: RE: ColdFusion Blog App from Macromedia

re: SQL Less Then comparison and cfqueryparam

2003-12-16 Thread Scott Brady
Original Message: From: Ian Skinner [EMAIL PROTECTED] SELECT * FROM aTable WHERE DateField = (SELECT Max(DateField) FROM aTable WHERE DateField cfqueryParam value=#url.date#...) This does not throw an error, but it also does not return any records when there is one that should be

RE: ColdFusion Blog App from Macromedia DevNet Resource Kit V5

2003-12-16 Thread Simon Horwith
some of them are more than sample apps... some of the DRK stuff is useful within other apps.There have been APIs, image manipulation modules, development tools, etc.Lot's of good stuff - whatever you're after. ~Simon Simon Horwith CTO, Etrilogy Ltd. Member of Team Macromedia Macromedia Certified

Re:ColdFusion Blog App from Macromedia DevNet Resource Kit V5

2003-12-16 Thread Irvin Gomez
Hey, Matt: thanks for the personal attack, but I must inform you that I don't need any cheap applications. My guess is that you were probably trying to sell some of the ones you produce (real cheap in your case - using the Milonic DHTML menu beast, for example). Aren't you chopping down some sort

Re: CF PHP Same Server

2003-12-16 Thread Ryan Mitchell
Likewise... No probs here On 16/12/03 10:26 pm, cf-talk [EMAIL PROTECTED] wrote: No problems that I ever experienced.I'm running CFMX6.1, PHP, and Perl on IIS. -Novak -Original Message- From: Jim Gurfein [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 2:18 PM To:

Re: CF PHP Same Server

2003-12-16 Thread Jim Gurfein
Thanks for letting me know... appreciate it! At 05:52 PM 12/16/2003, you wrote: Likewise... No probs here On 16/12/03 10:26 pm, cf-talk [EMAIL PROTECTED] wrote: No problems that I ever experienced.I'm running CFMX6.1, PHP, and Perl on IIS. -Novak -Original Message- From:

Re:ColdFusion Blog App from Macromedia DevNet Resource Kit V5

2003-12-16 Thread Matt Robertson
Snot-nosed attacks don't belong here, so I apologize if what I said rubbed you wrong.Further, my point had nothing to do with anything I do or sell.It was about preserving the market for all of us.Yourself included. -- --- Matt Robertson,[EMAIL PROTECTED]

Re:ColdFusion Blog App from Macromedia DevNet Resource Kit V5

2003-12-16 Thread Irvin Gomez
Issue dropped, as far as I'm concerned. Let's just go back to a heathy discussion. Snot-nosed attacks don't belong here, so I apologize if what I said rubbed you wrong.Further, my point had nothing to do with anything I do or sell.It was about preserving the market for all of us. Yourself

Re: SQL Less Then comparison and cfqueryparam

2003-12-16 Thread Jochem van Dieten
Ian Skinner wrote: Is there some trick to doing a less then () comparison combined with a cfqueryparam tag? I've got a query something like this. SELECT * FROM aTable WHERE DateField = (SELECT Max(DateField) FROM aTable WHERE DateField cfqueryParam value=#url.date#...) I'm trying

mm site, wheres the bugs?

2003-12-16 Thread Tony Weeg
where on the macromedia site is the cfmx bug list? i get a reply from tim buntel @ mm saying that my dateDiff bug isnt one, and that it was fixed in 6.1 well im the one that submitted that bug, this is cleary not that bug, and im just going to make sure that it is the one, and again try to prove

RE: CF PHP Same Server

2003-12-16 Thread cfhelp
Well there is that one thing the affected that thing with the other thing. But other than that I have had no trouble with CF5.0, Active PERL and PHP. Rick -Original Message- From: Jim Gurfein [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 4:18 PM To: CF-Talk Subject: CF

IIS remove and reinstall

2003-12-16 Thread mayo
IIS crashed, or at least I think it did as neither CF or ASP work. (I'm running IIS 5) It was suggested that I try uninstalling JRun by using wsconfig.exe.I've read and reread files such as the FAQ for ColdFusion MX connector configuration at

RE: mm site, wheres the bugs?

2003-12-16 Thread Tony Weeg
DONT EVERYONE ANSWER AT ONCE :) i found it...anyway, if you care to know what it is...at least for mx61 http://www.macromedia.com/support/coldfusion/releasenotes/mx/mx61_fixed_ bugs.html tony tony weeg [EMAIL PROTECTED] www.revolutionwebdesign.com rEvOlUtIoN wEb DeSiGn 410.334.6331

RE: mm site, wheres the bugs?

2003-12-16 Thread Michael T. Tangorre
Weegs, we didn't answer cuz we don't like you.:-) Take a hint bro. _ From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 8:34 PM To: CF-Talk Subject: RE: mm site, wheres the bugs? DONT EVERYONE ANSWER AT ONCE :) i found it...anyway, if you care to know what it

  1   2   >