RE: MS Access in CFMX 6.1

2004-09-24 Thread Pascal Peters
I had the same problem on a dev machine. The install wizard did not run after installation (see link below). I don't remember if this helped, because I got a new machine 1 week later and made a fresh install. I only use access for teaching CF classes.

File not found: /cfide/administrator/index.cfm

2004-09-24 Thread Brook Davies
I have a new CFMX 6.1 install with the latest updater. Everything is good (although I can't get any SSL connections to work...), but the administrator is acting funny. I can access any of the pages in the CFIDE/administrator/ directory, and they are served up correctly. For example, I can load

Re: File not found: /cfide/administrator/index.cfm

2004-09-24 Thread Brook Davies
Nevermind, I fixed this, it was a permissions issue I believe. Brook At 12:02 AM 9/24/2004, you wrote: I have a new CFMX 6.1 install with the latest updater. Everything is good (although I can't get any SSL connections to work...), but the administrator is acting funny. I can access any of the

Re: deleting folders

2004-09-24 Thread Thomas Chiverton
On Thursday 23 Sep 2004 22:17 pm, Coleman, Brian wrote: The two things I've though of so far is either a) write something in cold fusion, where I don't know how to reach the remote servers via CF or b) some kind of VBscript which can do it when ran, but I don't really have much vbscript

Re: Backing Up off of server (WAS RE: Doug White - clickdoug.com)

2004-09-24 Thread Mike Kear
How do you make EM suck the remote database down, replace the tables etc, but set up the identity indexes and primary keys? I find when I use DTS to bring a table into my local database, the identity attribute isnt set on the ID field, and the ID field isnt set as primary key,so when I'm doing

Re: Change .cfm to .xxx - Legal or not?

2004-09-24 Thread Andy Jarrett
Just to add, one company which i think make good use of this by incoporating their name is Hotchilli.com (and i think as well that it is CF that they use) e.g. http://hotchilli.com/hosting/domains.hot Andy www.andyjarrett.co.uk - Original Message - From: Marco Antonio C. Santos [EMAIL

RE: javascript check?

2004-09-24 Thread Adrian Lynch
Or how about doing a redirect in JS, same logic as the cookie example but you don't have to load a new page if JS is disabled. Ade -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: 23 September 2004 20:12 To: CF-Talk Subject: RE: _javascript_ check? good call man.i

Hot-fixes

2004-09-24 Thread Andrew Dixon
Hi Everyone. I have been speaking someone at Macromedia about getting a mailing list set up to alert users about Hot-fixes, and the reason that was given for not have a list was, and I quote: With hotfixes, we recommend that you install them only if you need them. Unlike security bulletins, we

Re: Hot-fixes

2004-09-24 Thread John Beynon
I just have Firefox configed to watch the hotfix page (http://www.macromedia.com/support/coldfusion/ts/documents/tn17883.htm) for changesworks for me, jb. On Fri, 24 Sep 2004 11:33:38 +0100, Andrew Dixon [EMAIL PROTECTED] wrote: Hi Everyone. I have been speaking someone at Macromedia

Re: javascript check?

2004-09-24 Thread Andrew Dixon
Try setting a cookie using JS then reading that cookie. If you can read it JS is on, if not JS is off. But if they have a cookie switched off or a firewall that blocks them then this will not work. _javascript_ might be on but cookie off. This is what I use: In the head tag add this: script

Re: Hot-fixes

2004-09-24 Thread Andrew Dixon
Ok, but do you install them all? Because from what MM said they don't think you should. Andrew. - Original Message - From: John Beynon [EMAIL PROTECTED] Date: Fri, 24 Sep 2004 11:38:48 +0100 Subject: Re: Hot-fixes To: CF-Talk [EMAIL PROTECTED] I just have Firefox configed to watch the

Re: Hot-fixes

2004-09-24 Thread John Beynon
no, i don't by default install them all. I'll decide if it affects something i know i use and if so apply the hotfix, eg I don't use CFFORM so never applied http://www.macromedia.com/support/coldfusion/ts/documents/cfform_hotfix.htm On Fri, 24 Sep 2004 11:44:28 +0100, Andrew Dixon [EMAIL

Re: Hot-fixes

2004-09-24 Thread Andy Allan
I evaluate each one and then decide whether it is required or not. Andy On Fri, 24 Sep 2004 11:48:54 +0100, John Beynon [EMAIL PROTECTED] wrote: no, i don't by default install them all. I'll decide if it affects something i know i use and if so apply the hotfix, eg I don't use CFFORM so never

Re: Hot-fixes

2004-09-24 Thread Jochem van Dieten
Andrew Dixon wrote: Ok, but do you install them all? Depends on the system. Servers in production are as frozen as possible and only what is absolutely necessary is installed. But on development systems I install everything. Jochem [Todays Threads] [This Message] [Subscription] [Fast

Re: Hot-fixes

2004-09-24 Thread Andrew Dixon
But on development systems I install everything. But then your development environment and production environment are different. So if you create something that works in the development environment it might not work in the production environment. Andrew. [Todays Threads] [This Message]

Re: Hot-fixes

2004-09-24 Thread Jochem van Dieten
Andrew Dixon wrote: But on development systems I install everything. But then your development environment and production environment are different. So if you create something that works in the development environment it might not work in the production environment. That is a given anyway,

RE: javascript check?

2004-09-24 Thread Adrian Lynch
It might be worth leaving out the meta refresh and just assume the current page is the one needed for disabled JS. Meta refresh may also be turned off. Ade -Original Message- From: Andrew Dixon [mailto:[EMAIL PROTECTED] Sent: 24 September 2004 11:44 To: CF-Talk Subject: Re: _javascript_

RE: Backing Up off of server (WAS RE: Doug White - clickdoug.com)

2004-09-24 Thread Sandy Clark
Right Click on your database, under all tasks choose Export data In the Wizard Choose your source --Next Choose your destination--Next Choose Select Objects to Copy--Next Uncheck Copy All Objects Uncheck Use Default Objects Choose (Select Objects Button) Select those items you want to copy

Re: Hot-fixes

2004-09-24 Thread Stephen Moretti (cfmaster)
But on development systems I install everything. But then your development environment and production environment are different. So if you create something that works in the development environment it might not work in the production environment. Which is why you should have a staging

Re: Hot-fixes

2004-09-24 Thread Stephen Moretti (cfmaster)
John Beynon wrote: I just have Firefox configed to watch the hotfix page (http://www.macromedia.com/support/coldfusion/ts/documents/tn17883.htm) for changesworks for me, Ooo... which extension is that? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

RE: Comparing a list against an 2 element array?

2004-09-24 Thread Steve Brownlee
Hope this is what you're looking for. cfset currentRoles = 1,2,4,6,9 cfloop list=#currentRoles# item=role cfloop from=1 to=#ArrayLen(Element1)# index=x cfloop from=1 to=#ArrayLen(Element2)# index=y cfif ( role eq Element1(x) ) and ( role eq Element2(y) ) !--- Code to remove the user from

RE: File names not correctly ordered

2004-09-24 Thread Ewok
The only thing I can think of is to add a new QueryColumn and use ListLast(Filename, “_”) as the new columns value then sort by that… or rename your files to something like… File_001 File_002 File_003 File_010 File_020 File_030 cfloop query=”GetAllFIles” cfset NewFile = File_

Re: Query/DB design problem

2004-09-24 Thread daniel kessler
I understand now that it should do an aggregate.After I posted this and went home for the day, a friend posted me a solution that worked ok and his emphasized the aggregate too, but looks a bit more complicated to read: SELECT p.p_id,p.p_question, a.pA_answer, COUNT(r.pV_poll_answer) AS total

RE: File names not correctly ordered

2004-09-24 Thread Ewok
Your message is a reply to anothers = (another’s) post and is more than 100 lines of text. Unless you are a major writer, your = (you’re) probably adding a lot of the previous replies. Please trim your posts when replying. Thank you. The only thing I can think of is to add a new QueryColumn

Re: refresh inserts my form content

2004-09-24 Thread daniel kessler
ok, charlie and Dave, that's a good point.Now, I'm gonna go do it, but my first thought is that when the user clicks the back button, it'll re-insert then. Greg, I'm rereading your solution again, but I'm not sure which primary key that you mean.For the actual answer/result into the results

RE: refresh inserts my form content

2004-09-24 Thread Steve Brownlee
cflocation actually does the equivalent of the _javascript_ function location.replace().The header actually gets redirected to a different page than the one originally requested.This means that on the thank you page, clicking the back button will take the user to the form page and not the

RE: refresh inserts my form content

2004-09-24 Thread Micha Schopman
Or use a challenge response. This cannot be spoofed in any way. Micha Schopman Software Engineer Modern Media, Databankweg 12 M, 3821 ALAmersfoort Tel 033-4535377, Fax 033-4535388 KvK Amersfoort 39081679, Rabo 39.48.05.380 [Todays Threads] [This Message] [Subscription] [Fast

datetime problems - 01/01/1900

2004-09-24 Thread cf coder
Hello, I'm assuming this one should be an easy one.I'm running an insert query and one of the fields is date/time. When I DO NOT send a value to it, I want to insert is as NULL, but instead, it's going in as 1/1/1900. How should I do my query where I can send a NULL Value? Thanks, cfcoder

Re: Hot-fixes

2004-09-24 Thread John Beynon
it was built into to v0.9 but it looks like they've taken it out of the 1.0 release. :( On Fri, 24 Sep 2004 12:46:16 +0100, Stephen Moretti (cfmaster) [EMAIL PROTECTED] wrote: John Beynon wrote: I just have Firefox configed to watch the hotfix page

RE: datetime problems - 01/01/1900

2004-09-24 Thread Steve Brownlee
Sounds like the field itself is set to NOT NULL in the database.When that's the case, not sending it a value will make the DB insert the value that you're seeing.You need to redefine that field so that it accepts NULL values. From: cf coder [mailto:[EMAIL

RE: datetime problems - 01/01/1900

2004-09-24 Thread Pascal Peters
cfqueryparam cfsqltype=cf_sql_timestamp value=#myvar# null=#YesNoFormat(NOT Len(myvar))# Maybe the cfsqltype needs another value depending on the DB Pascal -Original Message- From: cf coder [mailto:[EMAIL PROTECTED] Sent: 24 September 2004 14:52 To: CF-Talk Subject: datetime

Re: datetime problems - 01/01/1900

2004-09-24 Thread cf coder
The table column allows null values. Hey Pascal, hope you're doing well mate! I copied your code. I am checking for some condition; if it is false, I want to insert null in the datetime column. ActionDateTime = cfqueryparam cfsqltype=cf_sql_timestamp value= null=#YesNoFormat(0)# I get an error

Re: refresh inserts my form content

2004-09-24 Thread daniel kessler
cflocation actually does the equivalent of the _javascript_ function location.replace().The header actually gets redirected to a different page than the one originally requested.This means that on the thank you page, clicking the back button will take the user to the form page and not the

Re: Hot-fixes

2004-09-24 Thread Thomas Chiverton
On Friday 24 Sep 2004 13:51 pm, John Beynon wrote: it was built into to v0.9 but it looks like they've taken it out of the 1.0 release. Possibly because it didn't work :-) -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited

Re: datetime problems - 01/01/1900

2004-09-24 Thread cf coder
my bad. It works now, I changed the null attribute to yes and it submits 'null' in the db Thanks for your help guys [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: datetime problems - 01/01/1900

2004-09-24 Thread Pascal Peters
It should look something like: INSERT INTO table (datecolumn,...) VALUES ( cfqueryparam cfsqltype=cf_sql_timestamp value=#myvar# null=#YesNoFormat(NOT Len(myvar))#, ... ) Where myvar holds the date/time value and you want to insert null if it is empty. If you want to insert null if mycondition

RE: Hot-fixes

2004-09-24 Thread Dave Watts
I have been speaking someone at Macromedia about getting a mailing list set up to alert users about Hot-fixes, and the reason that was given for not have a list was, and I quote: With hotfixes, we recommend that you install them only if you need them. Unlike security bulletins, we expect

RE: datetime problems - 01/01/1900

2004-09-24 Thread Tim Blair
Just a point to note: cfqueryparam ... null=#YesNoFormat(NOT Len(myvar))# You don't actually need the yesnoformat() function call in there -- the null= field takes a boolean value; a numeric value can be treated as a boolean (any non-zero value is TRUE), and len() returns a numeric value, so you

RE: datetime problems - 01/01/1900

2004-09-24 Thread Pascal Peters
I'm still working a lot on CF5 and #NOT len(myvar)# doesn't work then! You need to wrap it in a function. Pascal -Original Message- From: Tim Blair [mailto:[EMAIL PROTECTED] Sent: 24 September 2004 15:23 To: CF-Talk Subject: [Spam?] RE: datetime problems - 01/01/1900 Just a point

Re: Hot-fixes

2004-09-24 Thread Andrew Dixon
Ok, but until you install it you are not going to know if the hot-fix has extra bugs in it. I agree that if a server is stable then installing hot-fixes doesn't make sense. I guess my point is more that would be nice to be informed a new fix is available and be given the chance to evaulate it.

RE: datetime problems - 01/01/1900

2004-09-24 Thread Tim Blair
I'm still working a lot on CF5 and #NOT len(myvar)# doesn't work then!You need to wrap it in a function. OK, you win on that one...;) I'll qualify: *In CFMX* you don't actually need the yesnoformat() function call in there... Tim. -- ---

Re: datetime problems - 01/01/1900

2004-09-24 Thread cf coder
cheers guys! [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

.cgi conversion

2004-09-24 Thread Asim Manzur
Hi, Is there any tool out there which is basically convert the .cgi scripts to any other language like php or possibly cfm or maybe asp thanks [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Oracle connection refused error with CFSCHEDULE task only

2004-09-24 Thread Samuel Neff
We're getting an Oracle error when we run a page through CFSCHEDULE but not when we browse to the page.The page does a full-text index on the database by querying all the data, writing out text files for each record, and then indexing the text files.(we found that writing text files and indexing

RE: datetime problems - 01/01/1900

2004-09-24 Thread Pascal Peters
If I can give a solution that works in cf5 AND cfmx, I will always give that one. I will usually specify if a solution is cfmx specific. A lot of people are still using CF5 (or even cf4.5). Sometimes it's worth giving a CFMX only solution, because the cf5 solution is more complicated or even

searching .gz compressed files

2004-09-24 Thread Steve Logan
Does anyone know if the standard Verity server with CF 5 or 6.1 can catalog the contents of .gz files?I'm building a tool to archive all incomign and outgoing mail to a server and to offer a web based search tool that can be used to search through the arcived mail based on date ranges, and search

RE: .cgi conversion

2004-09-24 Thread Dave Watts
Is there any tool out there which is basically convert the .cgi scripts to any other language like php or possibly cfm or maybe asp No, not to my knowledge. I think that generic CGI programs might be written in all sorts of languages - some of which may not be scripting languages at all. If

Regex Question

2004-09-24 Thread Duane Boudreau
Hi All, Got a regex question. Sample content block: There are 31 [GT:moons] that surround Saturn I need to replace [GT:moons] with a href=""> I've got the following regex ,\[GT:([a-zA-Z0-9 \'\\/]*)\], but the problem is that I really need to check for any character between [GT: and ].

Re: Regex Question

2004-09-24 Thread Jochem van Dieten
Duane Boudreau wrote: Sample content block: There are 31 [GT:moons] that surround Saturn I need to replace [GT:moons] with a href=""> I've got the following regex ,\[GT:([a-zA-Z0-9 \'\\/]*)\], but the problem is that I really need to check for any character between [GT: and ].

Re: Regex Question

2004-09-24 Thread Ben Doom
On CFMX, this is the cleanest to read: \[GT:(.*?)\] On CF5, you'll have to use: \[GT:([^]])\] Not tested, may need tweaking, YMMV, etc. --Ben Duane Boudreau wrote: Hi All, Got a regex question. Sample content block: There are 31 [GT:moons] that surround Saturn I need to replace

SOT: Action Canceled, XP Service Pack 2

2004-09-24 Thread Rick Root
I'm using a combination of Flash and Coldfusion web services to generate an Excel Spreadhseet (technically, the web service saves an html file on the server with a .xls extension), and returns the URL to Flash.Flash then uses getURL to open the .xls file in a new browser window. This worked

RE: Regex Question

2004-09-24 Thread Duane Boudreau
Both Jochem and Ben were very close, here's what worked: \[GT:([^]]*)\] All I had to do was add the * Thanks Guys! Duane _ From: Ben Doom [mailto:[EMAIL PROTECTED] Sent: Friday, September 24, 2004 10:29 AM To: CF-Talk Subject: Re: Regex Question On CFMX, this is the cleanest to

Re: Oracle connection refused error with CFSCHEDULE task only

2004-09-24 Thread Adrocknaphobia
Do you have any limitations on the number of sessions the Oracle account you are using is allowed? -Adam - Original Message - From: Samuel Neff [EMAIL PROTECTED] Date: Fri, 24 Sep 2004 09:39:54 -0400 Subject: Oracle connection refused error with CFSCHEDULE task only To: CF-Talk [EMAIL

RE: Oracle connection refused error with CFSCHEDULE task only

2004-09-24 Thread Samuel Neff
No limitations, and at that time of day, there should be zero activity (it's an intranet site, US only).We did try changing the time of day from 2:00 AM to 11:00 PM but that didn't have any affect. Sam -Original Message- From: Adrocknaphobia [mailto:[EMAIL PROTECTED] Sent: Friday,

Re: Regex Question

2004-09-24 Thread Ben Doom
Oops.Heh.Well, that's why I put the disclaimer at the bottom.:-) --Ben Duane Boudreau wrote: Both Jochem and Ben were very close, here's what worked: \[GT:([^]]*)\] All I had to do was add the * Thanks Guys! Duane _ From: Ben Doom [mailto:[EMAIL PROTECTED] Sent: Friday,

RE: .cgi conversion

2004-09-24 Thread Ryan Duckworth
The tool below will turn .class files to .java files. .cgi files can be created from c, c++, java Many languages. If it is java byte code (like a class file) then you can use this reverse engineering tool. You can then use the .java source file that is generated to create your .cfm or .asp

Re: Oracle connection refused error with CFSCHEDULE task only

2004-09-24 Thread Ian Skinner
One of the first things I always check with CFSHEDULE problems is does the user account that the Cold Fusion service run as, usually system if not modified, have permission to all the resources necessary to do its task.In your case I would check the file security on the directories to which you

RE: Oracle connection refused error with CFSCHEDULE task only

2004-09-24 Thread Samuel Neff
We're not using any type of HTTP-level authentication and users browsing the site don't have any accounts or anythign on the server.It's all default setup for CF server users. And besides that, the error is on the query, before we ever get to the file write. Could what you describe still be the

Re: Regex Question

2004-09-24 Thread Andy Jarrett
WIthout sounding silly. Isn't this more of a simple replace rather than using RegEx? replace(string, '[GT:moons]', 'a href=""> ', 'all') Just a thought Andy On Fri, 24 Sep 2004 10:18:53 -0400, Duane Boudreau [EMAIL PROTECTED] wrote: Hi All, Got a regex question. Sample content

Re: .cgi conversion

2004-09-24 Thread Asim Manzur
I was talking about Common Gateway Interface (CGI) which uses Perl scripts. The previous developer was developing apps in CGI, and it’s almost obsolete now, so I was thinking to convert those apps in cf or asp. But .cgi/perl scripts are very confusing. I thought maybe some knows about any tool

Re: Regex Question

2004-09-24 Thread Jochem van Dieten
Andy Jarrett wrote: WIthout sounding silly. Isn't this more of a simple replace rather than using RegEx? A replace is actually more difficult since you would probably want to preserve case. Jochem [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Oracle connection refused error with CFSCHEDULE task only

2004-09-24 Thread Dave Watts
We're not using any type of HTTP-level authentication and users browsing the site don't have any accounts or anythign on the server.It's all default setup for CF server users. And besides that, the error is on the query, before we ever get to the file write. Could what you describe

Re: Oracle connection refused error with CFSCHEDULE task only

2004-09-24 Thread Adrocknaphobia
Any hints in your oracle logs? I don't think it matters what local account is used to run the scheduler as it is accessing everything it needs and making the request to Oracle. There is somthing about that connection/session that oracle doesn't like. This sounds really stupid, but if you don't

RE: .cgi conversion

2004-09-24 Thread Dave Watts
I was talking about Common Gateway Interface (CGI) which uses Perl scripts. The previous developer was developing apps in CGI, and it's almost obsolete now, so I was thinking to convert those apps in cf or asp. But .cgi/perl scripts are very confusing. Just to clarify, CGI is an API, not a

Issues searching for text within files

2004-09-24 Thread Angela Renkosik
set up a verity collection and indexed a directory of .cfm files on our server that I want to be able to search the contents for some string values. I did a cfsearch with the criteria as * so I could be sure the all the files were indexed and they were. So I did a cfsearch for a particular word

RE: [Spam?] Re: Regex Question

2004-09-24 Thread Pascal Peters
I suspect that he wants to replace all glossary terms, not just moons: REReplace(string,'\[GT:([^]]+)\]','a href=""> Pascal -Original Message- From: Andy Jarrett [mailto:[EMAIL PROTECTED] Sent: 24 September 2004 17:28 To: CF-Talk Subject: [Spam?] Re: Regex Question WIthout

RE: Oracle connection refused error with CFSCHEDULE task only

2004-09-24 Thread Ian Skinner
We're not using any type of HTTP-level authentication and users browsing the site don't have any accounts or anything on the server.It's all default setup for CF server users. And besides that, the error is on the query, before we ever get to the file write. Could what you describe still be the

RE: Oracle connection refused error with CFSCHEDULE task only

2004-09-24 Thread Dave Watts
It could be, even if the users do not log in, they have a default user account, ISSR_USER or something like that on Windows systems, and even this default basic user often has more permissions then the default system user that the CF service runs under. There are two problems with that

Change Default Untitled template in cfstudio 4.5?

2004-09-24 Thread Dave Wilson
Hi all, I want to change my default document, using cfstudio 4.5. Basically I wish to use a different Doctype, etc for all new Untitled files. Have check the settings, registry and options but can't seem to find where this is done. Anyone know? TIA, Dave __

Re: print output

2004-09-24 Thread Larry Lyons
Does anyone have a link for theCF_HTML2PDF3 tag I cant seem to find anything through Google. Brant, It seems that the macromedia exchange is down right now. Contact me off list at larryclyons(at)gmail(dot)com and I'll forward you a copy of it. regards, larry [Todays Threads] [This

RE: Change Default Untitled template in cfstudio 4.5?

2004-09-24 Thread Dave Watts
I want to change my default document, using cfstudio 4.5. Basically I wish to use a different Doctype, etc for all new Untitled files. Have check the settings, registry and options but can't seem to find where this is done. Within your CF Studio installation directory, you should have a

Re: Change Default Untitled template in cfstudio 4.5?

2004-09-24 Thread Douglas Knudsen
options settings file locations Doug - Original Message - From: Dave Wilson [EMAIL PROTECTED] Date: Fri, 24 Sep 2004 17:39:56 +0100 Subject: Change Default Untitled template in cfstudio 4.5? To: CF-Talk [EMAIL PROTECTED] Hi all, I want to change my default document, using cfstudio

Linux IDE

2004-09-24 Thread Noah Mudge
I am looking for a decent cf editor to use on my Linux workstation.Any ideas? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Change Default Untitled template in cfstudio 4.5?

2004-09-24 Thread Dave Wilson
Within your CF Studio installation directory, you should have a file somewhere called Default Template.htm. You can edit that file directly. Excellent thanks Dave. Should have thought of that myself really :) Dave [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

Re: Linux IDE

2004-09-24 Thread Barney Boisvert
CFEclipse is an Eclipse plugin for CFML development.It's quite nice. If you're running KDE (or at least have the libs installed), also check out Quanta.It's a generic web editor, but I worked for a while getting CFML tag insight and all that set up on it a couple years ago. cheers, barneyb On

RE: Linux IDE

2004-09-24 Thread Dave Wilson
I am looking for a decent cf editor to use on my Linux workstation.Any ideas? If you're comfy enough with vim, you can set it to use coldfusion syntax as follows: :set syntax=coldfusion :syntax on HTH, Dave [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

RE: Linux IDE

2004-09-24 Thread Tangorre, Michael
From: Noah Mudge [mailto:[EMAIL PROTECTED] I am looking for a decent cf editor to use on my Linux workstation.Any ideas? When on linux I strictly use PICO! [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Hot-fixes

2004-09-24 Thread Earl, George
... snipped ... I agree that if a server is stable then installing hot-fixes doesn't make sense. ... snipped ... Andrew. What if you are building a new server (migrating from CF 5) - do you install CFMX 6.1 and stop there, or do you also install the recently released updater, or do you

RE: Hot-fixes

2004-09-24 Thread Dave Watts
What if you are building a new server (migrating from CF 5) - do you install CFMX 6.1 and stop there, or do you also install the recently released updater, or do you install individual hot fixes based on your knowledge and what you feel is appropriate? At this point, I think I'd

Re: Linux IDE

2004-09-24 Thread hofo
A couple of other options, both Java-based: - Jedit from jedit.org, CF-specific customization advice at http://www.joshuasmiller.com/jedit/index.cfm - He3, early beta version available from http://richpalette.com -- Howard Fore, [EMAIL PROTECTED] [Todays Threads] [This Message]

Re: Linux IDE

2004-09-24 Thread C. Hatton Humphrey
On Fri, 24 Sep 2004 14:09:52 -0400, hofo [EMAIL PROTECTED] wrote: A couple of other options, both Java-based: - Jedit from jedit.org, CF-specific customization advice at http://www.joshuasmiller.com/jedit/index.cfm - He3, early beta version available from http://richpalette.com When I went to

Re: Linux IDE

2004-09-24 Thread Jordan Michaels
Noah Mudge wrote: I am looking for a decent cf editor to use on my Linux workstation.Any ideas? Vivio Technologies is a Linux-only shop. Even our workstations are Linux. We've been using DreamWeaver MX and Crossover Office with great success. =) HTH, -- Warm regards, Jordan Michaels

Re: Linux IDE

2004-09-24 Thread hofo
Doh! Reading doesn't work without comprehension! No, there's no current release that will work in Linux. Sorry. So much for write once, run anywhere. On Fri, 24 Sep 2004 14:26:08 -0400, C. Hatton Humphrey [EMAIL PROTECTED] wrote: On Fri, 24 Sep 2004 14:09:52 -0400, hofo [EMAIL PROTECTED]

Re: [Fwd: New Macromedia Security Zone Bulletins Posted]

2004-09-24 Thread jschley
If you've already updated CFMX 6.1 with the 6.1 Updater, you do not need to take any action. The release notes for the CFMX 6.1 Updater (http://www.macromedia.com/support/documentation/en/coldfusion/mx61updater/releasenotes_cfmx61_updater.html) clearly explain installation procedures and

RE: Linux IDE

2004-09-24 Thread Matt Liotta
We don't currently support Linux as we only have installers for Windows and Mac OS X. He3 will run on Linux, but it is expected you know what you are doing. That will change in the future when we provide installers for Linux as well. With all that being said, if you want to run He3 on Linux and

cflocation inside of cflock?

2004-09-24 Thread Adrienne Brown
Quick question...If I put a cflocation tag inside of a cflock tag, will it prevent the lock from being released? Here's an example situation: cflock name=addProgram timeout=15 cfinvoke component=components.engineer_skill method=checkProgram returnvariable=checkProgram argumentcollection=#FORM#

Database Management Tool

2004-09-24 Thread Daniel Kessler
I'm only allowed to access our Oracle DBs through CF.So, I was wondering if there was a DB management tool built on CF that I could drop into my site (free is best since I have no budget here, but I would like to know either way). I want to be able to edit information in tables and other basic

Re: Database Management Tool

2004-09-24 Thread Adrocknaphobia
You can't use TOAD or SQL*Plus? -Adam - Original Message - From: Daniel Kessler [EMAIL PROTECTED] Date: Fri, 24 Sep 2004 15:32:58 -0400 Subject: Database Management Tool To: CF-Talk [EMAIL PROTECTED] I'm only allowed to access our Oracle DBs through CF.So, I was wondering if there was

RE: [Fwd: New Macromedia Security Zone Bulletins Posted]

2004-09-24 Thread Dave Watts
If you've already updated CFMX 6.1 with the 6.1 Updater, you do not need to take any action. The release notes for the CFMX 6.1 Updater (http://www.macromedia.com/support/documentation/en/coldfusion /mx61updater/releasenotes_cfmx61_updater.html) clearly explain installation procedures

Re: [Fwd: New Macromedia Security Zone Bulletins Posted]

2004-09-24 Thread jschley
If you're running CFMX on top of JRun, I was under the impression that JRun provides the web server configuration utility. According to the Security Zone bulletin, you have to install JRun Updater 4 in that case. You are correct. In that case, you should be installing both the Updater for

Re: Database Management Tool

2004-09-24 Thread Douglas Knudsen
yeah, dood, if you can use TOAD do!it simply rawks!I use it logging in with the same uid/pwd as CF does. Doug - Original Message - From: Adrocknaphobia [EMAIL PROTECTED] Date: Fri, 24 Sep 2004 14:36:33 -0500 Subject: Re: Database Management Tool To: CF-Talk [EMAIL PROTECTED] You can't

Re: cflocation inside of cflock?

2004-09-24 Thread Douglas Knudsen
You are on CFMX, are you absolutely certain you need the cflock?If so, I suggest clocking only what you need and using the scope attribute too.Something like this. cflock name=addProgram timeout=15 cfinvoke component=components.engineer_skill method=checkProgram returnvariable=checkProgram

RE: Database Management Tool

2004-09-24 Thread Samuel Neff
OraEdit has most of the features and a fraction of the price.I personally like the interface better too (cleaner).Support has been very good too. http://www.oraedit.com/oraeditpro.htm Sam -Original Message- From: Douglas Knudsen [mailto:[EMAIL PROTECTED] Sent: Friday, September 24,

Re: Database Management Tool

2004-09-24 Thread Chris Johnston
On Fri, 24 Sep 2004 15:32:58 -0400, Daniel Kessler [EMAIL PROTECTED] wrote: I'm only allowed to access our Oracle DBs through CF.So, I was wondering if there was a DB management tool built on CF that I could drop into my site (free is best since I have no budget here, but I would like to know

Re: [Fwd: New Macromedia Security Zone Bulletins Posted]

2004-09-24 Thread Douglas Knudsen
IIRC, the instructions for the CFMX updater for the CFMX on JRun installs said to run the JRun updater first, then the CFMX updater. Having followed that, nothing to do. Doug - Original Message - From: jschley @ macromedia. com jschley @ macromedia. com [EMAIL PROTECTED] Date: Fri, 24

CF Express

2004-09-24 Thread Donna French
Does anyone have a copy of this? I have a client that I need to build a small app for but it's a non-profit organization and they can't afford the full version. I have an FTP I can setup if anyone has it and willing to upload. Thanks! -- Donna French [EMAIL PROTECTED] [Todays Threads] [This

How to tell if CFMX 6.1 Updater has been installed?

2004-09-24 Thread Bosky, Dave
Is there a way to identify if CFMX 6.1 Updater has been installed? I went into the CF admin and clicked the system properties tab the version says: 6,1,0,63958 Regards, Dave Bosky HTC Disclaimer:The information contained in this message may be privileged and confidential and protected from

RE: CF Express

2004-09-24 Thread Jim Davis
Is there any particular reason that you're looking for Express?As I remember the it's actually based on CF 4.5 and lacks quire a bit of the functionality is missing. On the other hand BlueDragon is (I'm almost sure) free for such a purpose, has much more functionality and is (damn near) feature

Re: CF Express

2004-09-24 Thread Donna French
Thanks Jim, I can't get www.newatlanta.com to load ? Donna - Original Message - From: Jim Davis [EMAIL PROTECTED] Date: Fri, 24 Sep 2004 16:27:55 -0400 Subject: RE: CF Express To: CF-Talk [EMAIL PROTECTED] Is there any particular reason that you're looking for Express?As I remember

Re: How to tell if CFMX 6.1 Updater has been installed?

2004-09-24 Thread Dave Carabetta
On Fri, 24 Sep 2004 16:19:17 -0400, Bosky, Dave [EMAIL PROTECTED] wrote: Is there a way to identify if CFMX 6.1 Updater has been installed? I went into the CF admin and clicked the system properties tab the version says: 6,1,0,63958 You don't have it installed. My version is 6,1,0,83762

  1   2   >