Re: CFMX install errors - says port 51010 is not open

2004-02-06 Thread Josh
ya, we have run into the same thing several times... there's a technote out there somewhere about this. Josh --- Exciteworks -- expert hosting for less! http://exciteworks.com specializing in reseller accounts Critter wrote: > oi Thomas!! > > weird   i   opened  all ports...

RE: MS Update broke security

2004-02-06 Thread Josh Remus
Honestly, none of this has sounded secure at all, actually.   -Original Message-   From: Thomas Chiverton [mailto:[EMAIL PROTECTED]   Sent: Friday, February 06, 2004 10:08 AM   To: CF-Talk   Subject: Re: MS Update broke security   On Friday 06 Feb 2004 13:59 pm, Robert Everland III wrote:

RE: cast issue

2004-02-04 Thread Josh Remus
shouldn't it be without the pound signs for the query name?   -Original Message-   From: Bryan Stevenson [mailto:[EMAIL PROTECTED]   Sent: Wednesday, February 04, 2004 3:16 PM   To: CF-Talk   Subject: cast issue   Hey All,   1) I've got a structure that has a key (among other keys) which

RE: New CF tool

2004-02-04 Thread Josh Remus
That sounds incredible Adam, once again you amaze me.   -Original Message-   From: Adam Churvis [mailto:[EMAIL PROTECTED]   Sent: Wednesday, February 04, 2004 10:26 AM   To: CF-Talk   Subject: New CF tool   ***  CALL TO PRIVATE BETA: PLUM IDE  ***   Plum stands for Practical Lightweight U

RE: Weird: CF Debug info & Firebird

2004-02-02 Thread Josh Remus
nevermind, I figured it out.  A difference in the way firebird & IE handle proxies, I had to specifically add the internal dev server to the "don't proxy" list, and then came the debug info.   -Original Message-   From: Josh Remus [mailto:[EMAIL PROTECTED]   Sent: Monday

RE: Weird: CF Debug info & Firebird

2004-02-02 Thread Josh Remus
Well, I don't running 0.7 on Windoze.  Anyone else running this combo that can verify this problem?  I don't have any weird plugins either (gestures, google toolbar, etc).  My settings all look okay, although there doesn't seem to be a setting that would influence this.  Hmpf.   -Original Messa

Weird: CF Debug info & Firebird

2004-02-02 Thread Josh Remus
osing HTML tag, but on Firebird that's as far as it goes, while on IE it continues onto the debug info. I can understand why firebird thinks it's done after the closing HTML tag, but is there a way to still see this debug info in there? Thanks for any help. --- Josh Remus Network Mana

Re: Problem passing empty value to cfargument if type isn't string

2004-01-30 Thread Josh
You'll have to try something liske this: --- Exciteworks -- expert hosting for less! http://exciteworks.com specializing in reseller accounts Evan Lavidor wrote: > I've got a function inside of a CFC.  One of the arguments is defined > as follows: > > > If the value that I pass to it is empt

Re: QoQ bug? Help rqd...

2004-01-30 Thread Josh
I had the same problem as well!  QofQs was changing a comma delimited list of numbers into a date, even though I wanted it as a string! I found it was when I did multiple QofQs.  I was able to reduce the number of QofQs by changing some of the initial SQL code and it went away. how annoying! -

Re: SOT: Spectra 1.5.3 open source

2004-01-30 Thread Josh
Peter Tilbrook wrote: > Well I downloaded it, installed it (CFMX6.1/Jrun 4.0). > > Buggy as hell so don't bother. I thought as much...I developed in Spectra 1.0 and 1.5 back in the day...been tempted to check out the open source version... guess I'll save my time for bet

Re: Best practises question

2004-01-29 Thread Josh
t,"pineapple");   if ( edible )     // More fruit added to arr_fruit   else     //  NO fruit added HTH, Josh --- Exciteworks -- expert hosting for less! http://exciteworks.com specializing in reseller accounts David Adams wrote: > In the following snippet, what is better form for r

RE: Anyone ever see this?? SteelArrow?

2004-01-29 Thread Josh Remus
that's a little scary, really.   -Original Message-   From: Yves Arsenault [mailto:[EMAIL PROTECTED]   Sent: Thursday, January 29, 2004 8:33 AM   To: CF-Talk   Subject: OT:Anyone ever see this?? SteelArrow?   Hey,   This really looks like a ColdFusion clone.   www.steelarrow.com   Check

Re: CFX_ExcelQuery

2004-01-28 Thread Josh
; extract the mdbs to postgres or mysql - why bother with access when > Linux has so many other databases you can use? Ya I know of the project...just wishfull thinking that there was a way to get access to work on linux... I personally never use access -- I have countless clients that reque

Re: CFX_ExcelQuery

2004-01-28 Thread Josh
Good work Matt. I am going to install it and check it out shortly. Any chance of getting MSAccess to work via Java as well?  I run purely linux servers and am looking for a way to use .mdbs as DSNs. --Josh --- Exciteworks -- expert hosting for less! http://exciteworks.com specializing in

RE: COM & Word

2004-01-28 Thread Josh Remus
feature the cowbell!"   > -Original Message-   > From: Josh Remus [mailto:[EMAIL PROTECTED]   > Sent: Wednesday, January 28, 2004 9:29 AM   > To: CF-Talk   > Subject: COM & Word   >   > I'm attempting to print from Word via COM, and am getting error messages   >

RE: COM & Word

2004-01-28 Thread Josh Remus
urce   www.BloodSource.org   Sacramento, CA   -Original Message-   From: Josh Remus [mailto:[EMAIL PROTECTED]   Sent: Wednesday, January 28, 2004 7:29 AM   To: CF-Talk   Subject: COM & Word   I'm attempting to print from Word via COM, and am getting error messages   that tell me that there ar

COM & Word

2004-01-28 Thread Josh Remus
the server's default printer */    //  newDoc.PrintOut();  /* Close the document */  newDoc.Close();  /* Quit Word */  objWord.Quit(); However Word never even becomes visible on the server.  But it'snot throwing any errors now that I've commented out the PrintOut() fu

Re: Anyone using Coldfusion 5

2004-01-27 Thread Josh
Try LiveDocs! http://livedocs.macromedia.com/coldfusion/5.0/CFML_Reference/Tags78.htm#1102316 --Josh --- Exciteworks -- expert hosting for less! http://exciteworks.com specializing in reseller accounts Andrew Scott wrote: > Just a quick question as I don't have the books for Coldfusio

Re: CFGRAPH -- 2nd Posting

2004-01-27 Thread Josh
Ya I have seen this behavior myself.  I don't think it is something that is fixable -- it is inherent in the graphing engine of CF. --Josh --- Exciteworks -- expert hosting for less! http://exciteworks.com specializing in reseller accounts Nick Baker wrote: > CF 5.0 > > >

Re: Java for ColdFusion Developers

2004-01-26 Thread Josh
Thanks for the snippet!  This'll come in handy. --Josh --- Exciteworks -- expert hosting for less! http://exciteworks.com specializing in reseller accounts Michael Wolfe wrote: > Hi All, > > > If anyone is interested, here's how I fin

Re: What happened to Ben Forta's book?

2004-01-26 Thread Josh
Ya, I agree...looks like another good one!  RegEx is something I have dabbled in, but never fully explored...looking forward to it. --Josh --- Exciteworks -- expert hosting for less! http://exciteworks.com specializing in reseller accounts Gabriel Robichaud wrote: > Well thats good n

Re: Running CF as a specific user

2004-01-26 Thread Josh
further HTH, Josh --- Exciteworks -- expert hosting for less! http://exciteworks.com specializing in reseller accounts stas wrote: > Does anyone have the number of the technote that describes the process? I > need the one for MX, I remember there being one specific to MX. > > I

Re: so what am I doing wrong?

2004-01-24 Thread Josh
try this:    update data    set data = "" value="#form.EditorDefault#" cfsqltype="cf_sql_varchar">      where nav_id = #form.nav_id# HTH, Josh --- Exciteworks -- expert hosting for less! http://exciteworks.com specializing in reseller accounts Dan

Re: cf debugging

2004-01-23 Thread Josh
the IPs on the list, the exception screen is seen by all when an error is thrown and not handled. HTH, Josh --- Exciteworks -- expert hosting for less! http://exciteworks.com reseller plans available > Taco Fleur > Blog   > http://www.tacofleur.com/index/blog/ > Methodology http:

Re: cf debugging

2004-01-23 Thread Josh
What debugging info is it showing? It really depends on the servers debugging settings. see "Robust Exception Information": http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/basico24.htm HTH, Josh --- Exciteworks -- expert hosting for less! http://exciteworks.com rese

Re: cfstat - generate log?

2004-01-22 Thread Josh
#x27;t seen any noticeable overhead from running cfstat, but I don't run it very often. HTH, Josh --- Exciteworks -- expert hosting for less! http://exciteworks.com reseller plans available Katz, Dov B (IT) wrote: > Does anyone have a script which cfstat's every 3-5 minutes in

Re: Regex Help

2004-01-20 Thread Josh
check the exchange or cflib when it is back up. there are several tags/udfs that do this. HTH, Josh --- Exciteworks -- expert hosting for less! http://exciteworks.com reseller plans available Trevor Holm-Laursen wrote: > Hey All, > > I'm Looking for  Regex to validate that a

Re: fyi: CFLIB

2004-01-20 Thread Josh
bummer! let me know if you would like to get a mirror going.  I'd donate some space to that resource... Josh --- Exciteworks -- expert hosting for less! http://exciteworks.com reseller plans available Raymond Camden wrote: > CFLib is down due to a hardware issue. Sorry folks. I'

Re: cffunction argument type

2004-01-20 Thread Josh
Hey Ray, What do you mean a CFC of type X? --Josh --- Exciteworks -- expert hosting for less! http://exciteworks.com reseller plans available Raymond Camden wrote: > Integer is not a supported type. Remember that if you don't pass one > of the > known types, it assumes you mean

Re: cffunction argument type

2004-01-20 Thread Josh
Should be numeric, not integer Josh --- Exciteworks -- expert hosting for less! http://exciteworks.com reseller plans available stas wrote: > If I supply a default type for my functions as in: > > > > I get errors such as this: > "The argument MYDOCUMENTID passed to fun

Re: coldfusion and windows permissions

2004-01-20 Thread Josh
There is a CFX tag that does all this. http://www.intrafoundation.com/ihtk/permissions/ HTH, Josh --- Exciteworks -- expert hosting for less! http://exciteworks.com reseller plans available Greg Saunders wrote: > Is there any way I can read Windows user/group permission information >

Re: loop thru tables

2004-01-20 Thread Josh
Are the column names the same in each table? make a list of table names and do a cfloop through the list with a cfquery in it. something like this:  SELECT * FROM #i#   WHERE expires > #now()#  (or whatever the criteria is)      HTH, Josh --- Exciteworks -- exp

Re: Graphics editing with cold fusion

2004-01-20 Thread Josh
I second that!  Do it in flash -- it will allow you so much more control and cross-browser functionality. --Josh --- Exciteworks -- expert hosting for less! http://exciteworks.com reseller plans available Dave Watts wrote: > > I'm looking for a graphics package that will int

Re: Configuring Apache to run Cold Fusion files

2004-01-16 Thread Josh
Are you running windows or linux? Josh --- Exciteworks -- expert hosting for less! http://exciteworks.com Scott Williams wrote: > Hi all, > > Can anyone remember how to configure Apache to handle > Cold Fusion files? > > Scott > > __

RE: Re:REPOST: CFFILE not working on MX Standard on Linux

2004-01-13 Thread Josh Remus
if you do something like a "ps -al |more" you'll get a list of all processes & the user running them.  I believe what you're concerned about is apache permissions, so check what user httpd is running as, and allow that account permissions into the directory.   -Original Message-   From: Bry

RE: REPOST: CFFILE not working on MX Standard on Linux

2004-01-13 Thread Josh Remus
a Associate Partner   www.macromedia.com   -   Vancouver Island ColdFusion Users Group   Founder & Director   www.cfug-vancouverisland.com     - Original Message -     From: Josh Remus     To: CF-Talk     Sent: Tuesday, January 13, 2

RE: REPOST: CFFILE not working on MX Standard on Linux

2004-01-13 Thread Josh Remus
ociate Partner   www.macromedia.com   -   Vancouver Island ColdFusion Users Group   Founder & Director   www.cfug-vancouverisland.com     - Original Message -----     From: Josh Remus     To: CF-Talk     Sent: Tuesday, January 13, 2004 8:19

RE: REPOST: CFFILE not working on MX Standard on Linux

2004-01-13 Thread Josh Remus
PROTECTED]   -   Macromedia Associate Partner   www.macromedia.com   -   Vancouver Island ColdFusion Users Group   Founder & Director   www.cfug-vancouverisland.com     - Original Message -----     From: Josh Remus   

RE: REPOST: CFFILE not working on MX Standard on Linux

2004-01-13 Thread Josh Remus
I do believe you need some things out of the CFIDE directory, so shouldn't exist?  My understanding was that several CF tags required this.   -Original Message-   From: Yves Arsenault [mailto:[EMAIL PROTECTED]   Sent: Tuesday, January 13, 2004 11:00 AM   To: CF-Talk   Subject: Re: REPOST: C

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 goo

RE: Adding remote datasource dynamically

2003-12-11 Thread Josh Remus
short of cygwin, you could always just get a win port of grep.  I don't know how anyone lives without it. http://www.interlog.com/~tcharron/grep.html   -Original Message-   From: Dave Watts [mailto:[EMAIL PROTECTED]   Sent: Thursday, December 11, 2003 10:49 AM   To: CF-Talk   Subject: RE:

RE: Techniques (beginner)

2003-11-21 Thread Josh
They are probably storing the content for the page in a database and then calling the content based on the variable in the URL string. HTH, -- Josh Trefethen Exciteworks, Inc Expert Hosting http://exciteworks.com -Original Message- From: John Munyan [mailto:[EMAIL PROTECTED] Sent

RE: OT - Win 2000 boot

2003-11-14 Thread Josh Remus
Also, just FYI: boot.ini exists on 2k/xp, it's just a hidden file.  Also, you can typically get to these settings through the System control panel. Usually under Advanced / Startup-Recovery.   -Original Message-   From: John Beynon [mailto:[EMAIL PROTECTED]   Sent: Friday, November 14, 2003

RE: How to deal with RH 7/8/9 EOL [was: CF on Linux]

2003-11-13 Thread Josh Remus
  To: CF-Talk   Subject: Re: How to deal with RH 7/8/9 EOL [was: CF on Linux]   On Thursday 13 Nov 2003 14:49 pm, Josh Remus wrote:   > My main issue with RH is that there is no migration path from 8/9 --->   > Enterprise Linux.  Not that I don't understand the reasonings, I just thi

RE: How to deal with RH 7/8/9 EOL [was: CF on Linux]

2003-11-13 Thread Josh Remus
My main issue with RH is that there is no migration path from 8/9 ---> Enterprise Linux.  Not that I don't understand the reasonings, I just think rebuilding that server is something I would have liked to avoid.   -Original Message-   From: Cliff Meyers [mailto:[EMAIL PROTECTED]   Sent: Thu

RE: How to deal with RH 7/8/9 EOL [was: CF on Linux]

2003-11-13 Thread Josh Remus
at it in years), however the fact that we're also EOL on our AntiVirus solution gives us more problems.   -Original Message-   From: Jochem van Dieten [mailto:[EMAIL PROTECTED]   Sent: Thursday, November 13, 2003 9:18 AM   To: CF-Talk   Subject: How to deal with RH 7/8/9 EOL [was: CF on Linux

OT: RE: CF on Linux

2003-11-13 Thread Josh Remus
Just a question for those of you running CF on RH 7/8/9What are you doing (if these are production servers) to deal with the End-Of-Life of these products?  We're confronting this right now, although not for CF.  Any opinions on this would be appreciated. Josh   -Original Me

RE: Replace Problem

2003-10-24 Thread Josh
HTH! -- Josh Trefethen Exciteworks, Inc http://exciteworks.com -Original Message- From: Jillian Carroll [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2003 1:32 PM To: CF-Talk Subject: Replace Problem I've -nearly- got this one... but I've got one little glitch. I've

RE: ASP to CF5

2003-10-22 Thread Josh
That's what it looks like to me too. and   is all you need to handle that. -- Josh Trefethen Exciteworks, Inc http://exciteworks.com [EMAIL PROTECTED] -Original Message- From: Stacy Young [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 8:17 PM To: CF-Talk Subjec

OT: SQL Server Administration

2003-10-17 Thread Josh Remus
a particular machine/user from gobbling up all the resources. I'm certainly no DBA, but was hoping someone might shed some light.  Thanks for any help! --- Josh Remus Network Manager [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Web imap email

2003-10-14 Thread Josh Remus
SquirrelMail is very nice.  So is TWIG.  Both are free & use IMAP.  I've used them both, and prefer SquirrelMail, but TWIG is a little faster, but not as feature-rich. http://www.squirrelmail.org http://twig.screwdriver.net/   -Original Message-   From: Everland, Robert [mailto:[EMAIL PROTE

OpenRowset Help

2003-10-10 Thread Tipton Josh (orl1jdt)
When I run the code I get the following error: Server: Msg 18456, Level 14, State 1, Line 1 Login failed for user 'us/orl1jdt'. [OLE/DB provider returned message: Invalid connection string attribute] select * from OPENROWSET('SQLoledb','UID=domain/uid;PWD=pass; Network=DBMSSOCN;Address=serv

RE: HELP MX 6.1 / RH 7.3 won't install

2003-10-09 Thread Josh
Sorry.it appears this list truncated my message. I tried to fresend it in the CF-Linux list and it also truncated the message there. Here is the full post on the macromedia forum: http://exciteworks.com/shortlink.cfm?a=57 &b=982 Thanks! -Original Message- From: Tim Blair [ma

RE: Emails out of order in Digest mode?

2003-10-09 Thread Josh
Some of my messages are being truncated as well..very wierd -- Josh Trefethen Exciteworks, Inc [EMAIL PROTECTED] -Original Message- From: Dave Carabetta [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 6:40 AM To: CF-Talk Subject: Re: Emails out of order in Digest mode

RE: What happened to my digest?

2003-09-25 Thread Josh Remus
I apologize, I didn't intend to slam everyone that was involved. I'm just saying "asking for aid" or "hoping for donations" doesn't ever seem to develop into the amounts needed. I know several people stated they had either done what they had said to do or were in the process of trying to. >

RE: What happened to my digest?

2003-09-25 Thread Josh Remus
. Some of the comments & his post really made me fairly upset. They seemed to drop to the personal level, forgetting the valuable resource here (the lists) and the valuable person running them. Josh > -Original Message- > From: Jochem van Dieten [mailto:[EMAIL PROTECTED] >

RE: What happened to my digest?

2003-09-25 Thread Josh Remus
een months ago that people "volunteered" to help out. I don't care if it's plain-text or html. I know the HOF site's unsubscribe/options pages are difficult. It's your choice to unsubscribe, and personally I think everyone else on the lists is BETTER OFF now. Je

RE: CFMAIL TO param problems with large queries

2003-09-24 Thread Josh Remus
In a previous email, you specified that : In the query I have specified: and email is not null and email <> '' and email like '[EMAIL PROTECTED]' You don't have an OR clause before the email checks that is letting through that record, do you? Might be best to post the complete qu

RE: CFMAIL TO param problems with large queries

2003-09-24 Thread Josh Remus
Perhaps you should cfdump the query results and look? > -Original Message- > From: Dustin Snell [Unisyn Software] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 24, 2003 12:43 PM > To: CF-Talk > Subject: Re: CFMAIL TO param problems with large queries > > > Another note - > > I als

RE: OT: CC Processing and Recurring Billing

2003-09-21 Thread Josh Trefethen
Bryan, Enlighten us on the solution! I am interested to hear what you found! --Josh > -Original Message- > From: Bryan Stevenson [mailto:[EMAIL PROTECTED] > Sent: Friday, September 19, 2003 12:52 PM > To: CF-Talk > Subject: Re: OT: CC Processing and Recurring Billing &

RE: How do your ISPs handle CF mappings?

2003-09-07 Thread Josh Trefethen
We run a Linux / CF Hosting Company and always grant mappings. Have been doing so for years. I know of no security issues with doing so. -- Josh Trefethen Exciteworks, Inc http://exciteworks.com > -Original Message- > From: Mauricio Giraldo [mailto:[EMAIL PROTECTED] > Sent:

RE: CF usage growing or shrinking? (was DWMX 2004 - Whats new for us? )

2003-08-30 Thread Josh Trefethen
, Virginia, even at bases in Hawaii. Later this year I am headed to Europe to do some work at some military installations there...and I see CF everywhere! It really has taken off in the intranets; in applications that aren't even on the internet, such as mine. --Josh > -Original

RE: Hosting Solutions

2003-08-30 Thread Josh Trefethen
! Check us out at: http://exciteworks.com Thanks, Josh Trefethen Exciteworks, Inc > -Original Message- > From: Les Mizzell [mailto:[EMAIL PROTECTED] > Sent: Friday, August 29, 2003 9:10 AM > To: CF-Talk > Subject: Hosting Solutions > > Afternoon, > > I kno

RE: Hosting Solutions

2003-08-30 Thread Josh Trefethen
Pablo, Our servers are in Canada...not off-shore, but over the border! Check us out at: http://exciteworks.com Thanks, Josh Trefethen Exciteworks, Inc > -Original Message- > From: Pablo Varando [mailto:[EMAIL PROTECTED] > Sent: Friday, August 29, 2003 1:18 PM > To: CF-Ta

RE: RE: MS SQL Server vs. MySQL

2003-08-22 Thread Josh Remus
It does include osql if you just need shell-type/command-prompt SQL access. We have licenses for SQL Server, so I do use Enterprise Manager to manage our MSDE databases. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, August 22, 2003 1:49 PM > To: C

RE: MS SQL Server vs. MySQL

2003-08-22 Thread Josh Remus
The answer to that question: Q. Can I use MSDE as a database for Web applications? A. MSDE is an ideal solution for low-end Web applications. The following products and services enable you to redistribute MSDE as a database server for Web applications: ASP.NET Web Matri

RE: CFREPORT

2003-08-22 Thread Josh Remus
I could never get CFREPORT to work for me, but this tech note explains what needs to be done to correct THAT problem. 51249 Crystal Reports 9 no longer installs the crpe32.dll file in the C:\Winnt\system32 directory; it installs the file in the C:\Program Files\Common Files\Crystal Decision

RE: MS SQL Server vs. MySQL

2003-08-21 Thread Josh Trefethen
You should try PostgreSQL. We have a had a huge success using stored procs, triggers, transactions, etc. http://www.postgresql.org -- Josh Exciteworks, Inc Better hosting / less $ http://exciteworks.com > -Original Message- > From: Bryan Stevenson [mailto:[EMAIL PROTECTED]

RE: Input box

2003-08-21 Thread Josh Trefethen
I believe you can apply a stylesheet to the input box, but I am not sure if that is supported in both IE and Netscape... Here is how I would do it: HTH, --- Josh Exciteworks, Inc Better hosting / less $ http://exciteworks.com/host_matrix.cfm > -Original Message- > From: D

RE: Shared Windows Hosting - Licensing

2003-08-14 Thread Josh Remus
I hate to say it, but I kind of doubt MOUS certification (Microsoft Office User Specialization) would count for MCP in this case, but regardless, getting an MCP is not a big deal. > -Original Message- > From: cfhelp [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 05, 2003 4:53 PM > To: C

RE: Looking for new mail server

2003-08-04 Thread Josh Remus
We use Courier here, and it fits all your spec's. Don't know if you were looking for a simple, turn-key solution or what, though. We've been very pleased with its performance, and have integrated SpamAssassin, etc., with it. http://www.courier-mta.org Josh > -Original M

RE: Bloody CFReport

2003-07-31 Thread Josh Remus
FReport > > > I have an asp example somewhere here...are you just trying to get > the report > to show up at all at this point? > > > Regards, > > Eric Hoffman > Datastream Connexion > > > -Original Message- > From: Josh Remus [mailto:[EMAIL PROT

RE: Bloody CFReport

2003-07-31 Thread Josh Remus
on for this one piece. Josh > -Original Message- > From: Dan O'Keefe [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 31, 2003 2:52 PM > To: CF-Talk > Subject: RE: Bloody CFReport > > > What about calling it from an ASP page. I played around with that some &

RE: Bloody CFReport

2003-07-31 Thread Josh Remus
Feh, that's basically what I expected to hear. I really only need something for printing contracts (which have to be built for a specific printer), so maybe I'll just built that piece in Access & link it to the SQL database. I'm tired of fooling with it. Josh > -Origin

Bloody CFReport

2003-07-31 Thread Josh Remus
data, etc., from the server machine successfully. Request.UserName & Password are correct. I've also tried hard-coding them in. I've tried it with and without the type="microsoft". I'm hoping that someone will have some new idea on what to try. I appreciate any help I

OT: Crystal Reports

2003-07-30 Thread Josh Remus
eb/mailing list resources for using CFReport & crystal reports? I'd appreciate any suggestions. Thanks! --- Josh Remus Network Manager ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

RE: SOT: Strange SQL Question

2003-07-25 Thread Josh Remus
Thank you, this is exactly what I was looking for! josh > -Original Message- > From: Jochem van Dieten [mailto:[EMAIL PROTECTED] > Sent: Friday, July 25, 2003 10:58 AM > To: CF-Talk > Subject: Re: SOT: Strange SQL Question > > > Josh Remus wrote: > > Is it p

RE: Strange SQL Question

2003-07-25 Thread Josh Remus
Yes, I've used this solution several times, but the data is destined for Excel/Microsoft Query, so a CF-centric choice won't work. Thanks, though! Josh > -Original Message- > From: Dave Watts [mailto:[EMAIL PROTECTED] > Sent: Friday, July 25, 2003 11:04 AM > To:

SOT: Strange SQL Question

2003-07-25 Thread Josh Remus
ossible to do this querying once. Thanks for any help! --- Josh Remus Network Manager ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method

RE: NULL Madness

2003-07-23 Thread Josh Remus
WHERE orderCount IS NULL? > -Original Message- > From: David K [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 23, 2003 12:37 PM > To: CF-Talk > Subject: SOT: NULL Madness > > > > > Trying to do a simple select query that > selects all records with an empty value in > an integer column.

RE: SQL help

2003-07-22 Thread Josh Remus
This is just a quick guess, but I would think you want DATEPART(m, work_day) rather than having the m in quotes. That's just first look at it based on SQL books online. > -Original Message- > From: Bruce, Rodney S HQISEC/Veridian IT Services > [mailto:[EMAIL PROTECTED] > Sent: Tuesday, Ju

RE: 'Webinars'

2003-07-10 Thread Josh Remus
e is booking the hotels, pay travel expenses, etc. and with all > the terrorists hub bub in the news, most people are not willing to fly > or travel a long distance anymore. > > Dan Phillips > www.CFXHosting.com > 1-866-239-4678 > [EMAIL PROTECTED] > > -Original Message-

RE: 'Webinars'

2003-07-10 Thread Josh Remus
Depends on how you look at it. When you weigh it versus a business trip, it becomes very cheap. Plus, there is another one out there (Placeware, I think) that is cheaper and is basically the same thing. Josh > -Original Message- > From: Dan Phillips [mailto:[EMAIL PROTECTED]

cffile delete -- readonly HELP!

2003-06-30 Thread Josh Trefethen
I did a cffile action read and then write to change the attirbs and it would bomb out. I just tried a rename and it worked! I wonder why you can rename and change the attribs on a file if it is read-only, but you cannot delete... Thanks for the help Dave. ~~

cffile delete -- readonly HELP!

2003-06-30 Thread Josh Trefethen
>If the file itself is marked as read-only, I suspect you'll have to change >its attributes first. yeah, tried that. I get the same error on trying to reassign the attributes. ~| Archives: http://www.houseoffusion.com/cf_lists/ind

cffile delete -- readonly HELP!

2003-06-30 Thread Josh Trefethen
>If the share is read-only, that implies that no one has permission to write, >modify or delete files through the share. Keep in mind, also, that share >permissions are separate from filesystem permissions - that is, you might >grant a user full control to the directory within the filesystem, yet i

RE: SQL Repeated Number Query

2003-06-30 Thread Josh Remus
Thank you Jochem, I knew it had to be possible! I didn't think to link the table to itself. Josh > -Original Message- > From: Jochem van Dieten [mailto:[EMAIL PROTECTED] > Sent: Monday, June 30, 2003 11:43 AM > To: CF-Talk > Subject: Re: SQL Repeated Number Query &g

SQL Repeated Number Query

2003-06-30 Thread Josh Remus
king for a better solution. Thanks! --- Josh Remus Network Manager ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forum

RE: CF or .net?

2003-06-20 Thread Josh Remus
On top of that fact, if Macromedia does not have reduced pricing for you, BlueDragon would be free as long as you don't need to deploy it on a J2EE server. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 11:04 AM To: CF-Talk Subject: RE: CF or .net

RE: Web based Project Management

2003-06-14 Thread Josh Trefethen
> > I haven't tried it with MySQL or with Oracle...works awesome with > PostgreSQL though... > > We host gforge projects as well if you need something turnkey. > > -- > Josh Trefethen > > .:[ Exciteworks, Inc ]::[ http://exciteworks.com ]:

RE: Web based Project Management

2003-06-13 Thread Josh Trefethen
It's at the link below here it is again http://gforge.org I haven't tried it with MySQL or with Oracle...works awesome with PostgreSQL though... We host gforge projects as well if you need something turnkey. -- Josh Trefethen .:[ Exciteworks, Inc ]::[ http://excit

RE: Web based Project Management

2003-06-13 Thread Josh Trefethen
http://gforge.org --- Josh Trefethen Expert hosting http://exciteworks.com -Original Message- From: Kazmierczak, Kevin [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 7:11 AM To: CF-Talk Subject: OT: Web based Project Management I am looking for a web based project management

RE: OT

2003-06-13 Thread Josh Trefethen
Bugzilla is good, as is gforge. http://mozilla.org http://gforge.org --- Josh Trefethen Expert hosting http://exciteworks.com -Original Message- From: CF Dude [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 8:30 AM To: CF-Talk Subject: OT Does anybody have any web based bug

RE: How to use ExpandPath

2003-06-10 Thread Josh Trefethen
I would do it like this: HTH, -- Josh Trefethen .:[ Exciteworks, Inc ]::[ http://exciteworks.com ]:. .::[ cf hosting on linux ]::[ consulting ]::[ expertise ]::. > -Original Message- > From: Paige Chandler [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 10

RE: CF and Flash MX Forms

2003-06-06 Thread Josh Trefethen
py to talk with you about it though and give you a heads up on everything we have learned and any questions you have about building large apps with flash. If you are interested, send me a mail off-list and we can get in touch. -- Josh Trefethen .:[ Exciteworks, Inc ]::[ http://excitework

RE: Insert and update ? For new CF server

2003-06-06 Thread Josh Trefethen
I think this is a rights issue. What are the rights on your Access DB? I had this error one when the user that IIS was running under did not have rights to edit the Access DB. That is why it is telling you that you "must use an updateable query" HTH, -- Josh Trefethen .:[ E

RE: Incorporating Flash and CF

2003-06-05 Thread Josh Trefethen
think a better resource than any of the books is macromedia's site with all the tutorials and articles and sample apps. By the time I really got in to the Flash/CF stuff, I had put all the books aside and was just doing it...everyone learns differently, but I find that I learn best by doing.

RE: "Red Sky" Preview, Known Issues Update, and Installation Supp ort

2003-06-03 Thread Josh Trefethen
Right, just wondering once it is in production if you need to have a sub to get it or not. -- Josh Trefethen .:[ Exciteworks, Inc ]::[ http://exciteworks.com ]:. .::[ cf hosting on linux ]::[ consulting ]::[ expertise ]::. > -Original Message- > From: John Wilker [

RE: "Red Sky" Preview, Known Issues Update, and Installation Support

2003-06-03 Thread Josh Trefethen
It's a free update (for licensed users)? So, you do not have to have the subscription to get this? -- Josh Trefethen .:[ Exciteworks, Inc ]::[ http://exciteworks.com ]:. .::[ cf hosting on linux ]::[ consulting ]::[ expertise ]::. > -Original Message- > From: D

RE: Resize Flash stage dynamically

2003-06-02 Thread Josh Trefethen
If you meant resizing within the flash movie, and not the size in the plugin HTML simply set the _height and _width variables on the _root or _level0. -- Josh Trefethen .:[ Exciteworks, Inc ]::[ http://exciteworks.com ]:. .::[ cf hosting on linux ]::[ consulting ]::[ expertise

<    5   6   7   8   9   10   11   12   >