RE: CFMX: how to deal with type java.util.Hashtable$Enumerator

2002-09-11 Thread Benjamin S. Rogers
Outlook XP does not treat it as a single, clickable link. Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057 -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 11:48 AM To: CF-Talk Subject: Re: CFMX: how to deal with t

SSL Questions

2002-09-11 Thread Shawn Grover
We have an extensive CF application which is eventually going to be available online. However, this app contains user specific information which needs to be protected as much as possible. So, we are trying to get SSL setup for it. What we are seeing is that once SSL has been configured on the s

RE: Developer Platform suggestions was Re: Nice

2002-09-11 Thread Kevin Gilchrist
Maybe the OptiPlex is fine in the aggregate but I'm on my third in the last 18 months because of hard drive crashes. Not impressed. Depending on the model they also only have one hard drive bay and one IDE cable that's shared between the HD and CD-ROM. -Original Message- From: Tony Weeg

Re: MX Service Pack? was Re: Looking back - for those who have mo ved to CFMX...

2002-09-11 Thread Dick Applebaum
I didn't see any WDDX issues addressed. There are some -- I can make WDDX fail, if the packet is too large (works in CF 5.0) I was under the impression that it and other CFMX WDDX issues had been reported by others. I have been told that I can't report a bug because I don't (currently) run a

Re: Developer Platform suggestions was Re: Nice

2002-09-11 Thread Dick Applebaum
On Wednesday, September 11, 2002, at 08:59 AM, Raymond Camden wrote: > The only thing I'd kill for is the ablity to suppress programs from > taking focus. Nothing bugs me more as a developer who types fast. > > What does this mean? Dick _

Re: Developer Platform suggestions was Re: Nice

2002-09-11 Thread Dick Applebaum
Thanks, Jochem PostgreSQL for development is fine -- I won't be doing any hosting. Dick On Wednesday, September 11, 2002, at 08:54 AM, Jochem van Dieten wrote: >> >> Finally, is PostgreSQL available for win -- I heard somewhere that it >> is not? > > First install Cygwin, then PostgreSQL for W

Re: CFMX: how to deal with type java.util.Hashtable$Enumerator

2002-09-11 Thread Dick Applebaum
Strange -- I am almost positive that the original poster of this trick, found it in Outlook (pre XP, though). Sorry, but it worked for me in Eudora and Mac Mail. Dick On Wednesday, September 11, 2002, at 09:08 AM, Benjamin S. Rogers wrote: > Outlook XP does not treat it as a single, clickable

RE: MX Service Pack? was Re: Looking back - for those who have mo ved to CFMX...

2002-09-11 Thread Vernon Viehe
Unfortunately, we don't have a publicly available bug list, and running CF in an unsupported configuration will interfere w/ you getting that info by contacting support, because you're not going to get an incident opened for an unsupported config. You can keep an eye on the CF support site, wat

Re: SSL Questions

2002-09-11 Thread Paul Giesenhagen
Is the content loading in the IFrames from a secure server? The page slowing down to a crawl is becase of the bit encryption .. everything on the page is being encrpted.. Paul Giesenhagen QuillDesign > We have an extensive CF application which is eventually going to be > available online. H

cfdirectory

2002-09-11 Thread Webmaster
Is there any way to use cfdirectory this way in CF 4.5: I know if I do it this way it will work. __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Ar

RE: SSL Questions

2002-09-11 Thread Shawn Grover
Further to this, our server is using CF 5, IIS, SQL 2000, and Crystal Enterprise. Don't know if that will help any, but there it is anyways -Original Message- From: Shawn Grover [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 10:11 AM To: CF-Talk Subject: SSL Questions

RE: cfdirectory

2002-09-11 Thread Adrian Lynch
I don't think you can, it has to be the full path. Ade -Original Message- From: Webmaster [mailto:[EMAIL PROTECTED]] Sent: 11 September 2002 17:32 To: CF-Talk Subject: cfdirectory Is there any way to use cfdirectory this way in CF 4.5: I know if I do it this way it will work. _

RE: cfdirectory

2002-09-11 Thread Ben Doom
It's easy enough to get the current directory and strip off the last folder. Something like: There may be a more efficient way to do this (anyone?) but this type of thing has worked for me. --Ben Doom Programmer & General Lackey Moonbow Software : -Original Message- : From

RE: Developer Platform suggestions was Re: Nice

2002-09-11 Thread Joshua Miller
Dick, As far as the SQL stuff you're using ViennaSQL for, you can do most things in Jedit using the SQL plugin. Just add the JDBC driver for your RDBMS of choice (I use SQL Server 2000 and MySQL) and then you can write SQL in Jedit and select "Plugins > SQL > Execute Buffer" and the command will

Weird Behavior

2002-09-11 Thread Greg Luce
OK, this is going to sound weird, but I have a Win2K server running IIS/CF5/SQL2K. A client asked me to redo the admin section of their site which is now using NT security on the admin dir on their server. I created an 'X.com' directory in my C:\inetpub\wwwroot. I ftp'ed the whole site there. Curr

RE: Developer Platform suggestions was Re: Nice

2002-09-11 Thread Joshua Miller
You can't blame the HD problems on Dell though - unless there's some kind of power issue burning up the drives. I've had a LOT of problems with IBM DeskStar drives. If you have one check the IBM website, there are a few that are "close" to being recalled but haven't been yet. In particular the Des

RE: SSL Questions

2002-09-11 Thread Dave Watts
> What we are seeing is that once SSL has been configured on > the server (the app is the only thing on that web server) > we start getting prompted with "This page contains secure > and non-secure elements" for every page we load. However > this only happens to a couple of our test workstatio

RE: Developer Platform suggestions was Re: Nice

2002-09-11 Thread jremus-lists
I do have to honestly say that despite my worries going in, XP Pro has been rock solid and better stability-wise than 2k for me. I tended to demo a lot of software on my development system (install it and remove it), and XP seems to "clean up" better. 2k always required a reinstall every X-month

RE: SSL Questions

2002-09-11 Thread Ryan Kime
The IFRAME could do it. Also, be aware that sub domains can cause that dialogue box to pop up (say if you had your images stored in images.objectworks.com). Depends on the type of cert you bought, but the standard SSLs usually only cover the domain. -Original Message- From: Shawn Grover

CFHEADER/CFCONTENT excel + serverMX + SSL

2002-09-11 Thread olivier
Hello All, Here is a an interesting issue ... We used to have the following 2 lines of code work just great to open a TABLE-based report in Excel with any IE version and CFserver5: After migrating to Coldfusion Server MX, this is not working anymore with any IE (actually it only works wit

RE: Weird Behavior

2002-09-11 Thread Tony Weeg
you cant get application.cfm to show results of cftags in them, I know that. ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -Original Message- From: Greg Luce [mailto:[EMAIL PROTECTED]] Sent: Wednes

RE: server side redirect redux

2002-09-11 Thread CAROSATI Gerald
Hi, Why not using the tag ??? Gerald -Original Message- From: Tony Weeg [SMTP:[EMAIL PROTECTED]] Sent: 11 September 2002 15:57 To: CF-Talk Subject:server side redirect redux this isnt working? Ge

RE: Stuck Building Admin Area

2002-09-11 Thread CAROSATI Gerald
The solution U describe in the first place sounds good ... In order to do that, I would use simple VBScript as follow: This would be the page containing the form: sub ModPicture(PicType) if PicType = "none" then exit sub result

RE: server side redirect redux

2002-09-11 Thread Tony Weeg
because I have heard that using the cfscript method, from my previous post, is better, for any number of reasons.am I wrong? I use cflocation all the time, but I watched this list last week, there was much discussion about this. ..tony Tony Weeg Senior Web Developer Information System D

Re: Looking back - for those who have moved to CFMX , what's the biggest changes you've had to make?

2002-09-11 Thread Jesse Houwing
[EMAIL PROTECTED] wrote: > Only patch there is out right now is the Apache hot fix for 2.0.39 -- CFMX > SP1 should see the daylight within the next two weeks or very end of > September. The RC1 has documentation dated at 16 september, so maybe even sooner :) Jesse

RE: CF encrypt() and SQL

2002-09-11 Thread Thanh Nguyen
What are the parameters of the key? Min/max length? characters? -Original Message- From: Brian Scandale [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 1:30 PM To: CF-Talk Subject: Re: CF encrypt() and SQL I don't remember where I got this... some generous person on this

RE: MX Service Pack? was Re: Looking back - for those who have mo ved to CFMX...

2002-09-11 Thread Raymond Camden
Dick, I ran into the large wddx packet issue myself. There is a bug in our db for it - but there is also a quick fix for now if you want to use it. It is my experience the issue only occurs when the packet is large and contains dateTime strings. My fix was to simply replace the dateTime 'marker'.

RE: Developer Platform suggestions was Re: Nice

2002-09-11 Thread Raymond Camden
Imagine your typing code - fast. Some application has a fit for some reason, and takes focus. By that I mean it pops up above my editor and becomes active. Many times I will only see a flash because my typing will make the alert go away. Very frustrating. Luckily most apps don't do this.

cf-talk@houseoffusion.com

2002-09-11 Thread Chris
Can anyone out there assist me with this query? I need to count two sets, differentiated by a text field and grouped by yet another field. Here's what I have: SELECT COUNT(*) as count_ttl, DATEPART(dy, logdate) as doy, DATEPART(, logdate) as yr, DATEPART(mm, logda

RE: Weird Behavior

2002-09-11 Thread Dan Haley
That's not true ... I use and for troubleshooting in my application.cfm all the time ... CF4.5 Wasn't there a thread on here a couple days ago about having a ".com" in your path and how that can screw things up? Dan -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: W

RE: Developer Platform suggestions was Re: Nice

2002-09-11 Thread todd
Trillian does this. :P I hate it. ~Todd On Wed, 11 Sep 2002, Raymond Camden wrote: > Imagine your typing code - fast. Some application has a fit for some > reason, and takes focus. By that I mean it pops up above my editor and > becomes active. Many times I will only see a flash because my typ

OT - C# Lists

2002-09-11 Thread Tangorre, Michael
Any C# programmers here? I am looking for a good mailing list. Sorry for the OT post.. I thought maybe someone would have a good suggestion. Mike __ Signup for the Fusion Authority news alert and keep up with the latest news in

Re: CFHEADER/CFCONTENT excel + serverMX + SSL

2002-09-11 Thread Frank Mamone
Oliver, Just tried this with MX + SSL +IE6 on XP workstation and worked fine: SELECT * FROM ORG_EMPLOYEE WHERE status = 0 Untitled Fname lname #FNAME# #LNAME# Frank Mamone - Original Message - From: "olivier" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTE

RE: Weird Behavior

2002-09-11 Thread Tony Weeg
I guess what I meant to say was. *and I quote, from Ben and Nate's WACK fourth Edition* "You cant visit an Application.cfm page directly. If you attempt to visit an Application.cfm page with a browser, you will receive an error message from Cold Fusion" so if he was trying to just hit that,

cf-talk@houseoffusion.com

2002-09-11 Thread Dan Haley
Can you just do a join between the two? SELECT COUNT(*) as count_ttl, DATEPART(dy, logdate) as doy, DATEPART(, logdate) as yr, DATEPART(mm, logdate) as mnth, DATEPART(d, logdate) as dy, count(cl1.logdate) as count_in

RE: Company Name

2002-09-11 Thread Ilyinsky, Igor
"media ... You like how that tastes? BIATCH!" It's adverse marketing, people did that these days ...really! IGOR ILYINSKY CREDIT|FIRST SUISSE|BOSTON GLOBAL WEB SERVICES -Original Message- From: FlashGuy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 9:44 AM To:

RE: Company Name

2002-09-11 Thread S . Isaac Dealey
> Naw man. Short for "F..K, You Asked Me?!?!". What happened to the IG ? www.FIG-YAM-Media.com "F..K, I Guess... You Asked Me?" When you really need media with two kinds of fruit. ;) Isaac Dealey Certified Advanced ColdFusion 5 Developer www.turnkey.to 954-776-0046

nrot-bko: xp sp 2

2002-09-11 Thread Tony Weeg
did any of you guys upgrade to the sp 2 for xp yesterday? for some stupid arse reason, of which I have yet to discover... my website, https://www.navtrak.net/login.html asks the same question that shawn grover's is asking him, This website contains both secure and non-secure items, would you li

RE: Tool that uses cfusion_encrypt?

2002-09-11 Thread S . Isaac Dealey
>> What is an obfuscator? > It's a tool to make your source code more complicated. So, if someone > decompiles it, they'll still have trouble using it, unless they're very > patient. You can find out more about them by simply googling "obfuscator". >> Are there ones for just regular CF? > Not t

RE: nrot-bko: xp sp 2

2002-09-11 Thread Chris Kief
Isn't it SP1 for XP?? I did install SP1 and everything appears to still be functioning correctly (IIS, CFMX, SQL Server 2k). Chris -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 11:09 AM To: CF-Talk Subject: nrot-bko: xp sp 2 did any

RE: cfdirectory

2002-09-11 Thread Webmaster
I got this error when trying to do that.. Error Diagnostic Information Just in time compilation error Invalid parser construct found on line 9 at position 45. ColdFusion was looking at the following text: , Invalid expression format. The usual cause is an error in the expression structure.

Re: MX Service Pack? was Re: Looking back - for those who have mo ved to CFMX...

2002-09-11 Thread Dick Applebaum
Raymond The failure I experienced was in CFMX using WDDX2CFML on a packet created in CF 5.0, and it reported a date error -- so it appears the quick fix addresses this. I will give it a try. Thanks Dick On Wednesday, September 11, 2002, at 10:38 AM, Raymond Camden wrote: > Dick, I ran i

cf-talk@houseoffusion.com

2002-09-11 Thread Marlon Moyer
This won't take care of all the problem, but to get rid of the time, I use: cast(convert(varchar,logdate,101) as datetime) Marlon -Original Message- From: Chris [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 12:42 PM To: CF-Talk Subject: Man this query @#%$&* Can anyo

cf-talk@houseoffusion.com

2002-09-11 Thread Chris
I get an "Ambiguous column name 'logdate'." When I use this. -Original Message- From: Dan Haley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 12:56 PM To: CF-Talk Subject: RE: Man this query @#%$&* Can you just do a join between the two? SELECT COUNT(*) as count_ttl

Cluster Cats Explorer is showing 100% load...

2002-09-11 Thread Houk, Gary
Hello, We just created 2 clusters with our development servers and are getting a 100% load on one of our servers. This server shows a 100% load, regardless of which cluster you are looking at through the ClusterCats Explorer. We have rebooted, removed and re-created the cluster, and still no l

RE: Weird Behavior

2002-09-11 Thread S . Isaac Dealey
> That's not true ... I use and for troubleshooting in > my > application.cfm all the time ... CF4.5 > Wasn't there a thread on here a couple days ago about having a ".com" in > your path and how that can screw things up? Not sure what os that was -- and I think it may have actually been /com/

RE: nrot-bko: xp sp 2

2002-09-11 Thread John Beynon
It is SP1. I have had one user phone this morning after installing the IE6 sp1 complaining that header information was being displayed on the screen when browsing some websites. Returning to ie5.5 removed the problem...explain that one! Jb. -Original Message- From: Chris Kief [mailto:[EM

cf-talk@houseoffusion.com

2002-09-11 Thread Joe Eugene
cant you just use Date functions Day(GetDate()) Month(Getdate()) Year(GetDate()) .. these day functions are available in sql server... i followed this thread.. just took a quick look at the SQL > SELECT COUNT(*) as count_ttl, > DATEPART(dy, logdate) as doy, > DATEPART(, logdat

RE: cfdirectory

2002-09-11 Thread Ben Doom
Oops. Typo. Too many parens. Try: This isn't a tested copy, btw. It's cut down from something more complex I did. But it ought to give a good idea of what to do, even if it doesn't work. If it doesn't make sense, I'd be happy to explain, but let's move over to CF-RegEx where this particula

cf-talk@houseoffusion.com

2002-09-11 Thread S . Isaac Dealey
Create a view with columns for YEAR(cl2.logdate), MONTH(cl2.logdate) and DAY(cl2.logdate) then group on the year month and day columns > Can anyone out there assist me with this query? I need to count two > sets, differentiated by a text field and grouped by yet another field. > Here's what I ha

Re: Developer Platform suggestions was Re: Nice

2002-09-11 Thread Dick Applebaum
I still don't understand -- how does an application "grab" control from the OS? Doesn't the OS have control of switching between Applications? I sometimes screw things up myself, if while typing really fast (for me) I inadvertently type some keyboard shortcut (ctrl-something) that tells t

RE: Weird Behavior

2002-09-11 Thread Ben Doom
: Not sure what os that was -- and I think it may have actually : been /com/ as : a directory name... I've never seen a problem with Windows IIS using the : domain name as the directory name -- it's a fairly common convention for : hosting companies, often including www. so you'd see a directory w

JRunScripts Virtual Directory

2002-09-11 Thread Sean Daniels
What is the purpose of the JRunScripts virtual directory? Do I really need to create it for every site I add in IIS? __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Ho

CFMX Update

2002-09-11 Thread Ben Forta
There has been a lot of chatter and speculation about an update or service pack for CFMX. So, thought I'd chime in with a dose of real and accurate info ... Yes, an update for CFMX is on the way. No, it is not a full service-pack, rather, it is a new update mechanism that will allow patches or fi

Re: Nice

2002-09-11 Thread Patti G. L. Hall
Wow. Try looking at that in Mozilla. The serialize link only shows the background, not the swf. The validate link is simply scary. Not that it matters, of course. Just as a point of interest. -Patti - Original Message - From: "Sean A Corfield" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAI

RE: Developer Platform suggestions was Re: Nice

2002-09-11 Thread S . Isaac Dealey
Happens to me also... This is the reason I don't allow my IM windows to open automatically, I have them flash in the system tray. Actually I don't think I've had an application alert happen ( and go away ) like this in quite some time now... I suspect it's becoming less and less common for apps to

Re: cfdirectory

2002-09-11 Thread Rocky Palladino
> Is there any way to use cfdirectory this way in CF 4.5: > >DIRECTORY="../directory/files"> Did you try using the expandPath() function around your relative path? __ Get the mailserver that powers this list at http:

RE: Developer Platform suggestions was Re: Nice

2002-09-11 Thread S . Isaac Dealey
> Trillian does this. :P I hate it. I use trillian... The preferences to change that are in Windows > Initial Check "Apply to All Mediums" and "Hide the window and notify me via the systray". Personally I also have it open all IM windows inside a default container ( at the bottom under "size lo

cf-talk@houseoffusion.com

2002-09-11 Thread Eric Hoffman
You need to secify the tablenames in the dateart I am sure. Regards, Eric J Hoffman DataStream Connexion www.datastreamconnexion.com Delivering Creative Data Solutions -Original Message- From: Chris [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 1:27 PM To: CF-Talk Sub

GetTickCount() Function(any better docs?)

2002-09-11 Thread Joe Eugene
What exactly is GetTickCount(), a number representation of what? Time in milliseconds? or a fraction of milliseconds? Does anybody have any better documentation for GetTickCount() function than the one provided in the CFMX documention..? Determines the differences between the results of GetTickC

RE: Big problem- session vars not saved in IE6 on CF5

2002-09-11 Thread Trey Rouse
This seems to be affecting anyone using IE6 with the latest round of patches. Does anyone know if M$ has recognized the problem and is there a decent thread anywhere about it? We are having issues enterprise wide and with more than just our cf servers. Trey > -Original Message- > From

cf-talk@houseoffusion.com

2002-09-11 Thread Bryan Love
tablenames or aliases SELECT COUNT(*) as count_ttl, DATEPART(dy, cl1.logdate) as doy, DATEPART(, cl1.logdate) as yr, DATEPART(mm, cl1.logdate) as mnth, DATEPART(d, cl1.logdate) as dy, count(cl1.logdate) as count_in

opening cold fusion administrator

2002-09-11 Thread vcactus
When I open cold fusion administrator I only get the table on the left side of the page. Has this happened to anyone else and how do we fix it? __ Your ad could be here. Monies from ads go to support these lists and provide mor

MS Access..on the server (?)

2002-09-11 Thread charlie griefer
Hey all... We're currently using Access as our database (yeah, yeah, i know) :) Question is this: Access itself (the Office application) does not have to be on the server...for basic queries (select, insert, update, delete). But in order to do table manipulation queries (add table, alter t

RE: SSL Questions

2002-09-11 Thread Shawn Grover
Thanks to all who have reponded thus far The IFrames in question are hidden IFrames used to make the page dynamic. The pages being loaded into the IFrames are from the same sever, and most times from the same directory as the Parent page. That said, whe MIGHT have some references to HTTP ins

RE: cfdirectory

2002-09-11 Thread Webmaster
I also notice that that put the name of the file out is there any way to clear that out? -Original Message- From: Ben Doom [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 1:36 PM To: CF-Talk Subject: RE: cfdirectory Oops. Typo. Too many parens. Try: This isn't a test

RE: cfdirectory

2002-09-11 Thread Webmaster
I tried and got an error evaluating expression.. -Original Message- From: Rocky Palladino [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 1:38 PM To: CF-Talk Subject: Re: cfdirectory > Is there any way to use cfdirectory this way in CF 4.5: > >DIRECTORY="../dire

Re: opening cold fusion administrator

2002-09-11 Thread todd
What version of CF? On Wed, 11 Sep 2002 [EMAIL PROTECTED] wrote: > When I open cold fusion administrator I only get the table on the left side of the >page. > > Has this happened to anyone else and how do we fix it? -- Todd Raffert

RE: CFMX Update

2002-09-11 Thread Mark A. Kruger - CFG
Thanks Ben, that's really good news. -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 1:43 PM To: CF-Talk Subject: CFMX Update There has been a lot of chatter and speculation about an update or service pack for CFMX. So, thought I'd chime

Re: MS Access..on the server (?)

2002-09-11 Thread Cary Gordon
Most database operations, including the ones you named, are supported by ODBC. You don't need Access on your server. At 12:15 PM 9/11/2002 -0700, you wrote: >Hey all... > >We're currently using Access as our database (yeah, yeah, i know) :) > >Question is this: Access itself (the Office applic

Re: Re: opening cold fusion administrator

2002-09-11 Thread vcactus
Cold Fusion v 5.02, the page that generally is in the left frame is occupying the entire screen. > > From: [EMAIL PROTECTED] > Date: 2002/09/11 Wed PM 03:32:37 EDT > To: CF-Talk <[EMAIL PROTECTED]> > Subject: Re: opening cold fusion administrator > > What version of CF? > > On Wed, 11 Sep 2002

RE: cfdirectory

2002-09-11 Thread Bryan Love
and keep in mind that expandpath() evaluates a templates full path FROM THE CALLING TEMPLATE - NOT from the current web location. +---+ Bryan Love Macromedia Certified Professional Internet Application Developer Database Analyst TeleCommunication

cf-talk@houseoffusion.com

2002-09-11 Thread S . Isaac Dealey
> I get an "Ambiguous column name 'logdate'." When I use this. Oh, you just have to apply cl2. to the beginning of all your references to "logdate" in this query, and then it should work... you just can't have a column name without the table name or alias when more than one table in the query con

RE: MS Access..on the server (?)

2002-09-11 Thread Dave Watts
> Question is this: Access itself (the Office application) > does not have to be on the server...for basic queries > (select, insert, update, delete). But in order to do > table manipulation queries (add table, alter table, etc), > it does? No, you don't need it for anything, I don't think.

Re: MX Service Pack? was Re: Looking back - for those who have mo ved to CFMX...

2002-09-11 Thread Dick Applebaum
Raymond Yes, that in fact did bypass the problem -- I was able to deserialize on CFMX a large packet created on a remote CF 5.0 site. The Packet contained a record set with 509 rows and 16 columns with a total packet size of 747065-- so it works with a pretty large packet. This is not the

RE: cfdirectory

2002-09-11 Thread S . Isaac Dealey
There is also a non regex solution that's fairly simple: Get the current base template directory, reverse it, drop the first element and reverse it again... Isaac Dealey Certified Advanced ColdFusion 5 Developer www.turnkey.to 954-776-0046 > Oops. Typo. Too many parens. > Try: > > This

Re: MX Service Pack? was Re: Looking back - for those who have mo ved to CFMX...

2002-09-11 Thread Dick Applebaum
Hmmm... Does anyone know in what format the sp will be distributed, and what process will be required to install it? In particular, for the Linux platform? Also, when will the trial versions be updated to include the service pack. What I really want to know is: Will the users of the port t

RE: Weird Behavior

2002-09-11 Thread S . Isaac Dealey
> : Not sure what os that was -- and I think it may have actually > : been /com/ as > : a directory name... I've never seen a problem with Windows IIS using the > : domain name as the directory name -- it's a fairly common convention for > : hosting companies, often including www. so you'd see a d

Re: CFMX Update

2002-09-11 Thread Dick Applebaum
Please, please, please... tell me that the updater is written in Java TIA Dick On Wednesday, September 11, 2002, at 11:43 AM, Ben Forta wrote: > Along with the updater will be an initial set of updates. We're still > doing some testing, so no final details yet, but as an FYI, here is > some

RE: cfdirectory

2002-09-11 Thread Webmaster
the actual physical path is: E:\site\images\tour the template is in the site dir and I want to go to the tour dir.. Am I correct in the way I have it formatted? I can't use that because of where we are hosting they will not give me the physical paths. -Original Message- From: Bryan L

RE: cfdirectory

2002-09-11 Thread Bryan Love
missing quotes: ..#expandPath("../directory/files")#... +---+ Bryan Love Macromedia Certified Professional Internet Application Developer Database Analyst TeleCommunication Systems [EMAIL PROTECTED] +--

RE: CFMX Update

2002-09-11 Thread Ben Forta
I thought so too. What I forgot to mention is that this will be available right inside the CF Admin. Just click the "check for updates" button. --- Ben -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 3:22 PM To: CF-Talk Subje

RE: Weird Behavior

2002-09-11 Thread Greg Luce
Yeah, you're right. I tried it before running out to the gym at noon. I had a weird feeling about naming a directory ".com". I changed it to "_com" and it worked. :-) (I have a directory with the same company name for that domain.net) Thanks! -Original Message- From: S. Isaac Dealey [mai

RE: cfdirectory

2002-09-11 Thread Webmaster
This is the error I got when I tried it.. Error Occurred While Processing Request Error Diagnostic Information An error occurred while evaluating the expression: uppath = Reverse(ListRest(Reverse(Expandpath("")),"/\")) Error near line 9, column 7.

Re: CFMX Update

2002-09-11 Thread S . Isaac Dealey
I take it this will be something similar to the Microsoft Windows Update utility? ... Come to think of it, it might be nice to see the CF administrator include a module that can connect to a specific url at macromedia.com and retreive an xml packet containing a list of new updates, possibly with t

RE: cfdirectory

2002-09-11 Thread Bryan F. Hogan
Why not just -Original Message- From: Webmaster [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 3:40 PM To: CF-Talk Subject: RE: cfdirectory the actual physical path is: E:\site\images\tour the template is in the site dir and I want to go to the tour dir.. Am I corre

RE: cfdirectory

2002-09-11 Thread Bryan Love
you're missing quotes, but otherwise this will work IF the template that has the tag is in the SITE folder. If it still doesn't work you may want to add a dot to represent current folder like so: #expandPath("./images/tour")# but I can't remember offhand if the dot is required... +

RE: Weird Behavior

2002-09-11 Thread Tony Weeg
100% correct, I have done the same thing, named a directory whatever.com and no go. ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -Original Message- From: Greg Luce [mailto:[EMAIL PROTECTED]] Sent:

RE: CFMX Update

2002-09-11 Thread Dave Watts
> I thought so too. What I forgot to mention is that this > will be available right inside the CF Admin. Just click > the "check for updates" button. I really hope that an alternative is also provided to allow you to download and store the update installers locally. Dave Watts, CTO, Fig Leaf S

RE: cfdirectory

2002-09-11 Thread Webmaster
Bryan That worked Beautiful Thank You so Much!!! -Original Message- From: Bryan Love [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 2:22 PM To: CF-Talk Subject: RE: cfdirectory missing quotes: .#expandPath("../directory/files")#... +

RE: CFMX Update

2002-09-11 Thread Ben Forta
Absolutely! -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 4:01 PM To: CF-Talk Subject: RE: CFMX Update > I thought so too. What I forgot to mention is that this > will be available right inside the CF Admin. Just click > the "chec

Re: GetTickCount() Function(any better docs?)

2002-09-11 Thread S . Isaac Dealey
GetTickCount() is well... it gets the tick count. :) Which I believe is actually related to processor cycles rather than to any given time frame, but because CF may or may not be able to execute anything on a given processor cycle, ( i.e. some other program is executing the given instruction and

RE: MX Service Pack? was Re: Looking back - for those who have mo ved to CFMX...

2002-09-11 Thread Raymond Camden
No problem, and I'm glad it helped. It drove me crazy a few weeks back when I was working on a CFC. (Soon to be released - a Bug Tracker. Forgive the blatant plug. ;) === Raymond Camden, ColdFusion Jedi Master for Hire Email

Re: GetTickCount() Function(any better docs?)

2002-09-11 Thread Howie Hamlin
GetTickCount is the number of milliseconds since the server was rebooted. The number rolls over every 40-something days. You can find out more by doing a search for GetTickCount on microsoft.com. HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com

RE: CFMX Update

2002-09-11 Thread todd
As it stands now, it's just a link to a page on Macromedia.com that has all the downloads. ~Todd On Wed, 11 Sep 2002, Dave Watts wrote: > I really hope that an alternative is also provided to allow you to download > and store the update installers locally. > > Dave Watts, CTO, Fig Leaf Softwar

RE: CFMX Update

2002-09-11 Thread Ben Forta
Ok, because you asked so nicely ... yes, it is. -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 3:36 PM To: CF-Talk Subject: Re: CFMX Update Please, please, please... tell me that the updater is written in Java TIA Dick On We

server side redirect not working?

2002-09-11 Thread Tony Weeg
this isnt working? GetPageContext().forward("navtrak.cfm"); at the end of an action page does not forward me to navtrak.cfm. also, if I wanted to do this, is this correct? GetPageContext().forward("navtrak.cfm?thankyouForm=#firstName# #lastName#"); help? ..tony Tony Weeg

bad words list

2002-09-11 Thread Brian Thornton
Anyone have a bad wordl list? Thanks, Brian __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://

RE: cfdirectory

2002-09-11 Thread Bryan Love
actually I believe removeChars(len(listLast(...))) is faster than reverse(), but I could be wrong. Not that it really matters unless you're doing it in a loop... +---+ Bryan Love Macromedia Certified Professional Internet Application Developer Da

Re: CFMX Update

2002-09-11 Thread todd
Sorry Dick, it's not. On Wed, 11 Sep 2002, Dick Applebaum wrote: > Please, please, please... tell me that the updater is written in Java > > TIA > > Dick > > > On Wednesday, September 11, 2002, at 11:43 AM, Ben Forta wrote: > > > Along with the updater will be an initial set of updates. We'

<    1   2   3   >