Re: Returning columns with null values when specific columns are unknown at runtime

2002-09-19 Thread Zac Spitzer
null values are not indexed btw. (maybe thigs have changed in the last few years but) using a value like 0 as a quasi null means that select user_id from users where b_sysadmin is null versus select user_id from users where b_sysadmin = 0 do an explain plan in oracle or execution plan in sql

Newsletter software

2002-09-19 Thread Tormod Guldvog
Hi folks - I need to create an mailing app which sends out approximately 1,000 brief "news express" newsletters every night for my science website. I would like to send the e-mails in bulks of, say, 200 per 30 minutes or so to reduce the load on the mail servers (site is on a shared server and th

Re: Newsletter software

2002-09-19 Thread Gordon Burns
iMS SE would do you nicely. http://www.coolfusion.com/ We use it all the time for applications such as yours. There is an excellent and active support list. Gordon At 09:10 19/09/2002 Tormod Guldvog said >Hi folks - > >I need to create an mailing app which sends out approximately 1,000

Re: Timezones and CF

2002-09-19 Thread Jochem van Dieten
Dan Haley wrote: > Near as I can tell the Oracle equivalent of this is new_time(). The Oracle equivalent of "current_timestamp" is "current_timestamp". http://www.google.com/search?q=oracle+current_timestamp http://download-west.oracle.com/otndoc/oracle9i/901_doc/server.901/a90125/functions31.htm

Re: FW: Jsp Vs Cfm (CFMX) -- Test Code

2002-09-19 Thread Jochem van Dieten
Quoting Sean A Corfield <[EMAIL PROTECTED]>: > > As Matt correctly pointed out, cfparam is runtime validation not > compile-time type checking. Whatever (I don't claim to know anything about that). But would adding optional "int" and "double" etc. declarations next to "var" really make CFML a

RE: sql wildcards

2002-09-19 Thread Adrian Lynch
I just tried this on SQLServer7 and it works fine Ade -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: 18 September 2002 21:35 To: CF-Talk Subject: sql wildcards hey, if I want to find all instances of valid format email addresses in my database, why in the heck, d

RE: Linux vs. Windows

2002-09-19 Thread Thomas Chiverton
> There are some people who will say that CF MX applications are faster on > Linux, but I'm not convinced that they're faster to the degree Well, it is true that you need a less beefy box to run CF on Linux than you do on Windows, and this is true for just about anything. :points at ancient AMD

FuseTalk problems - logging in with external database !

2002-09-19 Thread Vishal Narayan
I am currently evaluating FuseTalk version 3.1 on my development environment, which is CF 4.5.1 SP2 with IIS5 on Win 2K Server, and SQL 2000 DB. I followed their instructions and set up FuseTalk to work with SQL 2000 DB, and using 'External User Database' and 'External Authentication Method',

TR: UUID's ( maybe OT)

2002-09-19 Thread Benoit Hediard
"I just don't see the need for a url like: http://www.metlife.com/Applications/Corporate/WPS/CDA/PageGenerator/0,1674,P 249,00.html" Just for your information, Vignette use "0,1674,P249,00.html" URL format for caching purpose. The name of the file contains all the parameters used to generate cont

RE: CFMX updater - service pack?

2002-09-19 Thread Adam Reynolds
It doesn't trigger any network connection. I thought this was weird. I was expecting it to go off to the Macromedia site. Oh well, so in reality it is a service pack... > -Original Message- > From: Dave Watts [mailto:[EMAIL PROTECTED]] > Sent: 17 September 2002 21:14 > To: CF-Talk > Subj

CFMX Hosting

2002-09-19 Thread Tangorre, Michael
Hello all, Anyone know of some relatively inexpensive CF Hosting. It is for a hobby site of mine that I am working on. I initially was going to just host it from my apartment, but Comcast doesnt appreciate the traffic generated from the Message boards I have there. :-) Also, since I can not af

RE: Returning columns with null values when specific columns are unknown at runtime

2002-09-19 Thread Bill Grover
I figured I'd jump in late and add my $.02 worth! The following will return a result set with all of the null columns values. If you need the names you can always retrieve that in CF (query.ColumnList). CREATE PROCEDURE rGetNullColumns @tnPrimaryKey int AS SET NOCOUNT ON DECLARE @lcSQ

RE: CFMX Hosting

2002-09-19 Thread Mark Stephenson - Evolution Internet
cfm-resources.com They even offer free hosting. There was some uptime 'issues' but seems to be resolved now. I have a developers account... Hasn't been down since i got it. Mark Stephenson New Media Director Evolution Internet T: 0870 757 1631 F: 0870 757 1632 W: www.evolutioninternet.co.uk E:

Re: Newsletter software

2002-09-19 Thread Tormod Guldvog
Thanks for your tip, Gordon. My site is on a shared hosting environment, though, and it seems iMS SE needs to be installed as a system service, which my ISP is not likely to accept. Please correct me if I'm wrong. I need a solution which will run on a shared environment - and with a minimum of C

RE: CFMX Hosting

2002-09-19 Thread Mark Stephenson - Evolution Internet
Ooops, Just read the subject 'PROPERLY'. Don't think they support MX Mark Stephenson New Media Director Evolution Internet T: 0870 757 1631 F: 0870 757 1632 W: www.evolutioninternet.co.uk E: [EMAIL PROTECTED] This email, together with any attachments, is for the exclusive and confidential use

Re: CFMX Hosting

2002-09-19 Thread Rex Wickham
Try www.coldfusionhosts.net A complete search engine for CF hosts. Refards Rex - Original Message - From: "Tangorre, Michael" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, September 19, 2002 12:27 PM Subject: CFMX Hosting Hello all, Anyone know of some relati

RE: CFMX Hosting

2002-09-19 Thread Clint Tredway
Look hostmysite.com. They have good prices and great tech support. HTH, Clint -Original Message- From: Tangorre, Michael [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 6:28 AM To: CF-Talk Subject: CFMX Hosting Hello all, Anyone know of some relatively inexpensive CF Ho

SurePay

2002-09-19 Thread Webmaster
Hi, I have a customer that wants to use SurePay. I downloaded the SDK and it looks like I can fo the XML coding, however, I really don't have the time. I saw the SurePay Custom Tag Pack from Anodyne, Inc. in the tag lib on the MM site. Anyone using this tag and any comments are greatly appreci

RE: CFMX updater - service pack?

2002-09-19 Thread John Beynon
I'd say it was more or less an equivalent of Microsoft's Hot Fix Rollup package - a series of fixes that didn't warrant a full service pack but nevertheless important. Jb. -Original Message- From: Adam Reynolds [mailto:[EMAIL PROTECTED]] Sent: 19 September 2002 11:38 To: CF-Talk Subject

RE: CFMX Structure Sorting

2002-09-19 Thread Raymond Camden
Interesting. For whatever reason, the result of structKeyList or cfloop/item is not in the same order as you entered it. Maybe because of the bracket notation instead of dot notation. Anyway - the solution is simple: This will return keys in sorted order. FYI - any reason why opts is a struct

RE: 3 Tier Security

2002-09-19 Thread Michael Ross
That was my thought, if they get in an extra layer will only delay them not stop them. The thing is this is extremely private data that if it were to get out would cause the hospital a great deal of problems it you get my drift!. Right now the 1st project is still in test and using Win/IIS bu

RE: Newsletter software

2002-09-19 Thread Robert Everland
I have used cfmail many many times with no issues. I have used it to send over 100,000 emails at one time and it didn't blink. There are a few options you have to pause the server after so many emails, there is cfx_sleep in the tag gallery or there is a udf on cflib that uses the java library to p

RE: sql wildcards

2002-09-19 Thread Tony Weeg
deputy dipshit musta been on the loose last night, when I wrote that email ;) they are therei was finethanks ade! ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -Original Message- From: Adr

Java application server and CFMX - REPOST

2002-09-19 Thread Candace Cottrell
I think this one may have gotten lost yesterday. I want to install one of Novell's GroupWise bells and whistles. It says it needs an application server (supporting servlet 2.1 specification). If I install CFMX will this be on the machine? Or, do I need to buy JRUN? I know jack about java and j

RE: CFMX Hosting

2002-09-19 Thread Bruce Sorge
Experthost.com does CFMX. They do not however do FlashRemoting I found out. They claim that they have to have Flash installed on their server and they are not going to do that. Other than that they are pretty reliable and rather inexpensive. -Original Message- From: Tangorre, Michael [mai

RE: 3 Tier Security

2002-09-19 Thread Stacy Young
Our web server is in the DMZ with the Coldfusion app server (cluster) sits in the MZ. (CF in distributed mode - http://www.macromedia.com/support/coldfusion/administration/cfmx_in_distribu ted_mode/ ). The database is contained within it's own MZ as well on another network segment. Some may argue

RE: more issues -- ARGH!!

2002-09-19 Thread Mark A. Kruger - CFG
Isaac, Yeah - that is kind of a bummer. I sometimes develop a query script with regular variables, and then change them to CFqueryparams as the last step - after my debugging is complete. As far as the cf_sql_date type, I have used the cf_sql_char type instead and that works as well. SQL automa

Re: Java application server and CFMX - REPOST

2002-09-19 Thread todd
Sounds like you'll need to use JRUN and then if you want coldfusion, get the CFMX for J2EE thing. On Thu, 19 Sep 2002, Candace Cottrell wrote: > I think this one may have gotten lost yesterday. > > > I want to install one of Novell's GroupWise bells and whistles. It > says > it needs an appli

RE: CFMX Hosting

2002-09-19 Thread todd
er... Why do you need flash on the server to flash remoting? All you need is CFMX and a .swf file calling a CFC (accesstype="remote"). That's it. I don't have flash installed on my linux server and flash remoting works fine on it. Sounds to me that someone over there doesn't understand why

Re: 3 Tier Security

2002-09-19 Thread Frank Mamone
If your users have to connect to the Internet to get to your Intranet, then why not just use VPN. Unless, of course, you want them to access them from PC's which they cannot setup a VPN like customer sites or Internet Cafes'. - Original Message - From: "Michael Ross" <[EMAIL PROTECTED]> T

Re: Las record

2002-09-19 Thread Deanna Schneider
Bryan said: >Different DB's provide different ways of doing this, but the only universal >way I know of is this: .. Actually, there's some contention about this method with Oracle. Some poeple say there's an implicit commit with every call from CF to Oracle, thereby blowing away your transactio

RE: CFMX Hosting

2002-09-19 Thread Bruce Sorge
I know this and I argued this with them to no avail. Not a problem though as I do plan on moving my and my clients sites to a co-lo box I am building. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 7:19 AM To: CF-Talk Subject: RE:

Re: New Updater and com -.-

2002-09-19 Thread Frank Mamone
Are the symptoms exactly the same for the ones that are not working after the update? - Original Message - From: "Ken Brocx" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, September 18, 2002 2:20 PM Subject: New Updater and com -.- > I applied the new update fro

RE: 3 Tier Security

2002-09-19 Thread Michael Ross
Thanks for that! >>> [EMAIL PROTECTED] 09/19/02 09:10AM >>> Our web server is in the DMZ with the Coldfusion app server (cluster) sits in the MZ. (CF in distributed mode - http://www.macromedia.com/support/coldfusion/administration/cfmx_in_distribu ted_mode/ ). The database is contained within it

RE: Jsp Vs Cfm (CFMX) -- Test Code

2002-09-19 Thread Dave Watts
> I think the point that Joe (and I) am trying to make is that > while looping a million times is unrealistic, it does > illustrate a problem -- the code is up to 80 times slower. > > Yes, you won't have any 1 - 1,000,000 loops in a typical cfm > template, but you may have 100 concurrent users

RE: CFMX updater - service pack?

2002-09-19 Thread Dave Watts
> It doesn't trigger any network connection. I thought this was > weird. I was expecting it to go off to the Macromedia site. > > Oh well, so in reality it is a service pack... I'm not sure about this entirely. I think it's possible that this "updater" installed some sort of update program, in

CF_VerisignEZ & CFMX

2002-09-19 Thread Sam Farmer
Has anyone used the CF_VerisignEZ with CFMX? Just want to make sure it works before forking over 70 bucks. Also a little suspicious as the download from Macromedia's Devex produces a completely different tag. Thanks, Sam _

RE: Jsp Vs Cfm (CFMX) -- Test Code

2002-09-19 Thread Gaulin, Mark
>What makes this so compelling (and so frustrating) is that we all are >on the same side! This situation is often called "violent agreement". It generally happens when everyone has a valid point. I think the "cf *should* be better optimized" folks need to ask themselves if CFMX is better/faster

ArcIMS and Cold Fusion

2002-09-19 Thread Haggerty, Mike
Does anyone on this list have experience with ArcIMS and Cold Fusion? I am curious about how nicely the product plays with CF, and whether or not it can be used on Web apps 'out-of-the-box'. Do the 'connectors' require a lot of customization? Thanks for all help in advance, M

Getting List of Tablenames for a DSN

2002-09-19 Thread Joshua Miller
Ok, Ben's article in the new CFDJ has me thinking - there's a way to display all the DSN connections using CFML and CFOBJECT, but is there a way to display all the table names for a specific DSN? I'd like to write a web-based version of the Studio DSN browser and that's the missing link. I can do

err.io.short_read

2002-09-19 Thread Tony Weeg
I know this was brought up like 2 days ago, I checked the archives and there seemed to be no resolution. in doing this. I get the same error that the other person did. however when I use cflocation at the bottom, vs. using getPageContext.Forward() I don't get the error.

Re: ArcIMS and Cold Fusion

2002-09-19 Thread Paul Hastings
> Does anyone on this list have experience with ArcIMS and Cold Fusion? I am have several intranet sites deployed w/cf5 & 2 w/cfmx. > curious about how nicely the product plays with CF, and whether or not it cf is supposed to be ESRI's web language of choice for arcIMS deployments > can be

HomeSite 4.52 and CF Tag Update

2002-09-19 Thread Mitko Gerensky-Greene
Hello, I am working on a Windows 95 machine with many software restrictions (government project...). I have HomeSite 4.51 (from the UltraDev 4.0 CD) and downloaded the HomeSite 4.52 update from Macromedia's site. The CF Server I need to program for is version 5.0. I was wondering what is the b

Re: CFMX updater - service pack?

2002-09-19 Thread Gyrus
- Original Message - From: "John Beynon" <[EMAIL PROTECTED]> > I'd say it was more or less an equivalent of Microsoft's Hot Fix Rollup > package - a series of fixes that didn't warrant a full service pack but > nevertheless important. --- Well MM have stated that t

RE: err.io.short_read

2002-09-19 Thread Bryan F. Hogan
Hi Tony, it is because there is a bug about this. If the page that GetPageContext is on has form variables it throws this error. See this article for more. http://www.sys-con.com/coldfusion/article.cfm?id=450 -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Thursday, Se

Re: 3 Tier Security

2002-09-19 Thread Michael Ross
We thought about vpn but management didn't like that idea..don't know why either >>> [EMAIL PROTECTED] 09/19/02 09:18AM >>> If your users have to connect to the Internet to get to your Intranet, then why not just use VPN. Unless, of course, you want them to access them from PC's which th

RE: ArcIMS and Cold Fusion

2002-09-19 Thread Haggerty, Mike
[EMAIL PROTECTED] said: "...but if you're serious you have to learn & use AXL." AXL = ArcXML? M -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 10:16 AM To: CF-Talk Subject: Re: ArcIMS and Cold Fusion > Does anyone on this list

RE: err.io.short_read

2002-09-19 Thread Tony Weeg
ahh. and im sure someone at MM knows about this and they are on it right now, right :P ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTE

Re[2]: ArcIMS and Cold Fusion

2002-09-19 Thread Critter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 oi Paul!! PH> cf is supposed to be ESRI's web language of choice for arcIMS PH> deployments they put no effort or energy into improving it any. Or fixing the bugs it has. - -- Critz Macromedia Certified Advanced ColdFusion Developer -

Just curious possible problem

2002-09-19 Thread Webmaster
I noticed if I have a set of text example: " s3 10 X 50" 120 pcs". I have this in an access database without the quotes, but when I try to copy that information to anew table it stops where the first space begins. So when I am looking at what copied into the new table is just "s3".. What am I doin

Re: ArcIMS and Cold Fusion

2002-09-19 Thread Paul Hastings
> AXL = ArcXML? yes. __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Ar

RE: Just curious possible problem

2002-09-19 Thread Mosh Teitelbaum
What code are you using to perform the copy? -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ > -Original Message- > From: Webmaster [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 19, 2002 10:35 AM > To: CF

Re: Re[2]: ArcIMS and Cold Fusion

2002-09-19 Thread Paul Hastings
> PH> cf is supposed to be ESRI's web language of choice for arcIMS > PH> deployments > > they put no effort or energy into improving it any. Or fixing the > bugs it has. do you mean esri? they're a slow lot but they do move forward (arc/info to arcGIS, moims to arcIMS, etc.). i guess they ju

RE: ArcIMS and Cold Fusion

2002-09-19 Thread Haggerty, Mike
Thanks! Mind if I ask another question? The maps that ArcIMS generates - I realize they can be put together on the server side or on the client side, and have been told it takes some extra work to get them to generate on the server side. Has this been your experience? Am I off base? M -Or

Re: Jsp Vs Cfm (CFMX) -- Test Code

2002-09-19 Thread Dick Applebaum
On Thursday, September 19, 2002, at 06:48 AM, Dave Watts wrote: > My point is that it's worthwhile putting things that aren't > presentation > logic in something other than CF where possible. It has always been > worthwhile to do so, and may be more worthwhile now. For years, we've > typically u

RE: ArcIMS and Cold Fusion

2002-09-19 Thread Tony Weeg
so if I am reading into this correctlydoes it seem feasible to read esri shape file data into cf, into flash or both, and display vector based maps off that data? ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.

RE: Just curious possible problem

2002-09-19 Thread Webmaster
I place the info in a form and then do this cfinsert desc is the problem.. -Original Message- From: Mosh Teitelbaum [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 9:35 AM To: CF-Talk Subject: RE: Just curious possible problem What code are you using to perform the copy

Re: Las record

2002-09-19 Thread Jochem van Dieten
Bryan Love wrote: > Different DB's provide different ways of doing this, but the only universal > way I know of is this: > > Assuming the key is numeric and increments ascending: > > > do the insert > > > SELECT MAX(whateverID) as maxID >

RE: 3 Tier Security

2002-09-19 Thread Perez, Jimmy
I am doing exactly that, seems like a good way of going about it. -Original Message- From: Mark W. Breneman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 4:22 PM To: CF-Talk Subject: RE: 3 Tier Security Yes, this is much more secure than most people. I would start with

Re: Java application server and CFMX - REPOST

2002-09-19 Thread Candace Cottrell
Thanks for your reply Todd :) Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] >>> [EMAIL PROTECTED] 9/19/2002 9:16:21 AM >>> Sounds like you'll need to use JRUN and then i

Re: ArcIMS and Cold Fusion

2002-09-19 Thread Paul Hastings
> The maps that ArcIMS generates - I realize they can be put together on the > server side or on the client side, and have been told it takes some extra > work to get them to generate on the server side. arcIMS has two "modes": - dump a map graphic (image server) or - spew map data (data server).

RE: Just curious possible problem

2002-09-19 Thread Jim Curran
whats the length of the destination field? - j -Original Message- From: Webmaster [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 10:35 AM To: CF-Talk Subject: Just curious possible problem I noticed if I have a set of text example: " s3 10 X 50" 120 pcs". I have this in

to Brook:Datasource using CFMX

2002-09-19 Thread Frank Mamone
I heard that you need to use a DB login for it to work. The JDBC stuff doesn't work with NT login authentication. Maybe you can try and let us know. __ Signup for the Fusion Authority news alert and keep up with the latest news

Re: CFMX updater - service pack?

2002-09-19 Thread Dick Applebaum
On Thursday, September 19, 2002, at 06:50 AM, Dave Watts wrote: > I'm not sure about this entirely. I think it's possible that this > "updater" > installed some sort of update program, in addition to the fixes that it > installed. I don't know how to invoke the updater, or even if there is > on

Installed CFMX - all cfm templates return http 500 error

2002-09-19 Thread Dave Wilson
Hi all, I've just installed CFMX Pro trial to our dev server to check code compatibility before purchasing and am getting http 500 errors on all cfm templates outside of the default IIS site. Does this mean that CFMX Pro doesnt support multiple virtual sites on the server? I've checked the MIME

RE: Just curious possible problem

2002-09-19 Thread Webmaster
They are both identical at: 50 -Original Message- From: Jim Curran [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 9:57 AM To: CF-Talk Subject: RE: Just curious possible problem whats the length of the destination field? - j -Original Message- From: Webmaster [ma

RE: err.io.short_read (Solved - somewhat)

2002-09-19 Thread Tony Weeg
ok, well with cfmx, I suppose the whole problem, BIG PROBLEM, of not being able to set cookies on a page that used cflocation is GONE! nice. this below now works perfectly. thanks. tony

Re: ArcIMS and Cold Fusion

2002-09-19 Thread Paul Hastings
> so if I am reading into this correctlydoes it seem feasible to read > esri shape file > data into cf, into flash or both, and display vector based maps off that > data? no, i'd let something else handle that. that something else could be arcIMS, mapserver (some VERY interesting stuff going

Re: Installed CFMX - all cfm templates return http 500 error

2002-09-19 Thread Frank Mamone
Dave, I've seen many posts saying that the problem can be resolved by setting the Application Protection setting in IIS specific to every website to LOW. Default is Medium Pooled. In my case I had to completely uninstall including reg keys and CF directories and re-install to fix it. Good luck!

RE: Las record

2002-09-19 Thread Webmaster
Thank you! I am typing with one arm and I wanted to tell you I figured it out about five minutes after I wrote the email, but I dislocated my shoulder so it is hard to type right now.. Thanks alot I did use the cftransaction info though.. -Original Message- From: Jochem van Dieten [mailt

cfinclude, how granular can you make it?

2002-09-19 Thread Gilbert Midonnet
How granular can you make your includes? I ask because I'm unable to breakup an if-else clause. If I pull out the and put it into an include I get a "Just in time compilation error." If I put the entire into the include everything works fine. I'm not finding information on "just in time complit

RE: Just curious possible problem

2002-09-19 Thread Douglas McKenzie
try using sql so it would look like this: INSERT INTO soldSteel (list of table fields) VALUES (#form.type_id#, etc etc ) I've found cfinsert to be a bit strange in the past and using straight SQL normally sorts it out. Just make sure that the VALUES match the list of table fields otherwise you

RE: cfinclude, how granular can you make it?

2002-09-19 Thread Robert Everland
You can't break out cfif's into different pages and then include them, you have to have the cfif then else all in the same page. Robert Everland III Web Developer Extraordinaire Dixon Ticonderoga Company http://www.dixonusa.com -Original Message- From: Gilbert Midonnet [mailto:[EMAIL PR

RE: cfinclude, how granular can you make it?

2002-09-19 Thread Mosh Teitelbaum
So I think you've already discovered that CFINCLUDE is not that "granular." It seems as though you just want a way to encapsulate your CFIF expression. UDF (User Defined Functions -- introduced in CF5) may be the way to go here. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-36

RE: cfinclude, how granular can you make it?

2002-09-19 Thread Margaret Fisk
You could use the include to create a variable and then use evaluate to act on it I believe. Yes, I've run into this limitation myself. Margaret -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 8:17 AM To: CF-Talk Subject: RE: cfincl

Re: cfinclude, how granular can you make it?

2002-09-19 Thread Sam Farmer
A complete cfif block has to be on the same page. You can of course use includes/custom tags/components between the cfif statements. Also for better performance you almost never nead to use pound signs in if statements and you will also get better performance by scoping variables. For example:

RE: Installed CFMX - all cfm templates return http 500 error

2002-09-19 Thread Dave Wilson
Thanks Frank, I'll give that a shot. Dave -Original Message- From: Frank Mamone [mailto:[EMAIL PROTECTED]] Sent: 19 September 2002 16:13 To: CF-Talk Subject: Re: Installed CFMX - all cfm templates return http 500 error Dave, I've seen many posts saying that the problem can be resolved

RE: cfinclude, how granular can you make it? -- further elaborati on

2002-09-19 Thread Gilbert Midonnet
I forgot to include (this is a continuation of what's written below) is that it one cannot use in a > So, how granular can the includes be? // glm How granular can you make your includes? I ask because I'm unable to breakup an if-else clause. If I pull out the and put it into an incl

Re: Getting List of Tablenames for a DSN

2002-09-19 Thread Dick Applebaum
You should be able to do it with cfobject and the JDBC drivers using metadata. something like: url = "jdbc:pointbase:cfsnippets,database.home=/opt/coldfusionmx/db"; user = "PBPUBLIC"; pass = "PBPUBLIC"; foo = CreateObject("java","com.pointbase.jdbc.jdbcUniversalDriver"); c

RE: Just curious possible problem

2002-09-19 Thread Webmaster
thanks I will try it.. -Original Message- From: Douglas McKenzie [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 10:16 AM To: CF-Talk Subject: RE: Just curious possible problem try using sql so it would look like this: INSERT INTO soldSteel (list of table fields) VALUES

RE: ArcIMS and Cold Fusion

2002-09-19 Thread Haggerty, Mike
One idea that comes to mind about using Flash and shape data is Ming: http://ming.sourceforge.net/ This is a really cool module that lets you generate complete Flash apps on the fly, including actionscript. While it is a little depressing to think it is not being worked on actively, it may stil

Re: ArcIMS and Cold Fusion

2002-09-19 Thread Bonnie E. Betts
I've been looking at the ESRI site and can't seem to find where they discuss using ColdFusion with ArcIMS. I would be grateful if you could point me as I've got several projects coming up and I would LUV to switch them from ASP to CF. > > Does anyone on this list have experience with ArcIMS and

Re: Package of Crystal Reports Required for CF?

2002-09-19 Thread Jocelyn Isidro
This is interesting. My input forms are totally dynamic as well. I'll check it out. Thanks. - Original Message - From: "Frank Mamone" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, September 18, 2002 6:41 PM Subject: Re: Package of Crystal Reports Required for CF

RE: Just curious possible problem

2002-09-19 Thread Webmaster
I get the following error when I try to do it that way.. My query is at the bottom. Error Occurred While Processing Request Error Diagnostic Information ODBC Error Code = 37000 (Syntax error or access violation) [Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement.

Tracking first 'click' off of a home page

2002-09-19 Thread robert_myers
I run a 1400 user Intranet for my company, and have a home page that has about 3 dozen links to various resources (including other web servers -- both internal and external). Could some one give be a head start on how I might record the user's *first* click off this home page? No need to track th

Good CFX Tag to do bulk mailing

2002-09-19 Thread Bill Wheatley
Anyone have a good CFX tag to do bulk mailing that will also allow it to be sent out to a specific server. CFMAIL is too slow but I want to see if anyone has any good CFX tags to do it before I start to write my own. Bill Wheatley Senior Database Developer Macromedia Certified Advanced Coldfus

Re: Getting List of Tablenames for a DSN

2002-09-19 Thread Dick Applebaum
Forgot to post a URL that discusses metadata: http://members.aol.com/kgb1001001/Articles/JDBCMetadata/ JDBC_Metadata.htm HTH Dick On Thursday, September 19, 2002, at 08:29 AM, Dick Applebaum wrote: > You should be able to do it with cfobject and the JDBC drivers using > metadata. someth

Tag Update Question

2002-09-19 Thread Mitko Gerensky-Greene
Hello, Here is the same question paraphrased: Is it save to install the CF Studio 5.0 tag update into HomeSite 4.52's directories? Would this enable HomeSite 4.52 with the CF 5.0 tags? Thanks, Mitko -- Original Message -- From: "Mitko Gerensky-Greene"

SQL Server advice

2002-09-19 Thread Douglas Jordon
We need to synch a db that drives a web site to the master on our clients LAN. Because of licensing concerns, the two DB can't talk directly to each other, and it has been decided that an intermediary is called for. So I need to: 1. Copy a few tables and query another(for all columns except on

Re: Tracking first 'click' off of a home page

2002-09-19 Thread Jerry Johnson
To make it as simple as possible, I might just grab the referrer. If it is blank, or comes from offsite (domain doesn't match the server), I would stash the referrer, the IP, the time, and the other info you listed. Jerry Johnson >>> [EMAIL PROTECTED] 09/19/02 11:42AM >>> I run a 1400 user Int

RE: Tracking first 'click' off of a home page

2002-09-19 Thread Mark Stephenson - Evolution Internet
You could send all links to a redirect.cfm?pageid=xxx page Get the page to record which link is clicked then redirect based on the pid Mark Stephenson New Media Director Evolution Internet T: 0870 757 1631 F: 0870 757 1632 W: www.evolutioninternet.co.uk E: [EMAIL PROTECTED] This email, togethe

Re: ArcIMS and Cold Fusion

2002-09-19 Thread Paul Hastings
> I've been looking at the ESRI site and can't seem to find where they discuss > using ColdFusion with ArcIMS. I would be grateful if you could point me as > I've got several projects coming up and I would LUV to switch them from ASP > to CF. http://support.esri.com/products/default.asp?p=6 http

RE: Just curious possible problem

2002-09-19 Thread Douglas McKenzie
OK, try this: INSERT INTO soldSteel (type_id, desc, typeid, width, weight, length, quantity, price, method, location, comments, companyname, invoiceno, datesold, pono) VALUES ('#form.type_id#', '#form.desc#', '#form.typeid#', '#form.width#', '#form.weight#', '#form.length#', '#form.quantity#', '

Re: Good CFX Tag to do bulk mailing

2002-09-19 Thread Howie Hamlin
Have a look at iMS-SE. Info is in my sig, below. Regards, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 *** Please vote for iMS here: http://www.sys-con.com/coldfusion/readerschoice2002/nominationform.cfm *** inFusion Mail Ser

RE: Tracking first 'click' off of a home page

2002-09-19 Thread Ben Doom
I don't know about recording only the first click off the page. However, it would be fairly easy (it seems to me) to build a "link tracker". Just have a CF page that takes a URL as a param. It inserts info about the link and whatever else (session userID, time, etc) into the DB. Then it s to w

RE: cfinclude, how granular can you make it?

2002-09-19 Thread S . Isaac Dealey
> WHAT I WOULD LIKE TO BE ABLE TO DO: > > #ThisDay# > > #ThisDay# > > thx > // gilbert midonnet You can't include a portion of any other tag, whether it's a or something else... so you couldn't have this structure here in your code, or anything like

RE: Tracking first 'click' off of a home page

2002-09-19 Thread Douglas McKenzie
Dont think that would work if they were going off-site. How about setting up a referrer page that all the links on the front page go to and there you could record the click then send them on? -Original Message- From: Jerry Johnson [mailto:[EMAIL PROTECTED]] Sent: 19 September 2002 16:57

RE: Detecting Client Connection Speed

2002-09-19 Thread Ali Daniali
check out browserhawk by cyscape. http://www.browserhawk.com it detects the speed of the user in both ASP and CF. cheers, Ali -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 7:29 PM To: CF-Talk Subject: Detecting Client Connection

RE: Timezones and CF

2002-09-19 Thread Dan Haley
The key to those URLs is "9i". I don't follow the standards for SQL so I don't know how long current_timestamp and "at time zone" have been around, but they aren't in 8i. My fault for not specifying the database version since I was only looking through the documentation for what we've got here.

Re: ArcIMS and Cold Fusion

2002-09-19 Thread Paul Hastings
> http://www.hud.gov/offices/cio/emaps/index.cfm oops. this puppy is actually driven by aspfig leaf asleep at the wheel ;-) __ Your ad could be here. Monies from ads go to support these lists and provide more resources for

  1   2   3   >