Where's my CGI.PATH_INFO variable?

2003-08-26 Thread Owens, Howard
I have a little security device I just on some of my sites ... if somebody goes to the /secure section of the site, and the proper client vars haven't been set, they get prompted to login. The code begins with this line: cfif CGI.PATH_INFO contains /secure On CF 5.0, this works fine every time.

RE: Forcing a List to a Specific Length

2003-08-26 Thread Ryan Emerle
Why not use an array instead? -Original Message- From: Gyrus [mailto:[EMAIL PROTECTED] Sent: Monday, August 25, 2003 6:36 PM To: CF-Talk Subject: Re: Forcing a List to a Specific Length At 18:06 25/08/2003 -0400, you wrote: So, say only 3 results are returned - but I need to list to

Re: Where's my CGI.PATH_INFO variable?

2003-08-26 Thread S . Isaac Dealey
MX was also the first time I saw the cgi.path_info variable as anything other than the same as cgi.script_name -- it was blank for me also. I just replaced cgi.path_info with cgi.script_name throughout all my code and that seemed to work for me. Wish I could provide more detailed information about

Re: cfinclude from within CFML tag

2003-08-26 Thread Gyrus
At 16:42 25/08/2003 -0600, you wrote: The tags are shared by a number of web sites. I want to be able have multiple tags cfinclude an html file that sits in the same directory as the tags. If it can be done. What error gets thrown when you try it? Gyrus [EMAIL PROTECTED] play:

RE: cfinclude from within CFML tag

2003-08-26 Thread Brad Roberts
Can you not just create a mapping to the directory where your HTML files live? Then, in your custom tag: cfinclude template=/myMapping/theHtmlFile.html -Brad -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED] Sent: Monday, August 25, 2003 6:42 PM To: CF-Talk Subject: Re:

Re: cfc vs php rule of thumb

2003-08-26 Thread Christian Cantrell
On Monday, August 25, 2003, at 11:51 AM, Patricia G. L. Hall wrote: I've seen you talk about the ini way of doing things before and I thought it was an interesteing way to carry on. I'm pretty sure you've mentioned ini on your blog, but have you ever blogged its use specifically? I

Re: cfinclude from within CFML tag

2003-08-26 Thread Jim McAtee
- Original Message - From: Gyrus [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, August 25, 2003 5:57 PM Subject: Re: cfinclude from within CFML tag The tags are shared by a number of web sites. I want to be able have multiple tags cfinclude an html file that sits in

Logging users in with CFC

2003-08-26 Thread Mike Kear
I'm learning about CFCs, and becoming more and more a devotee every day. I see lots of benefits with becoming adept at using them, but something has drawn my attention I've not seen an example of using a CFC to log users in and handle their authorization etc. I know the code isn't much

Re: DWMX 2004 - Whats new for us?

2003-08-26 Thread cf-talk
What I really want to know is if ANYONE from Macromedia is taking note of this? I've been requesting the column mode forever. Every new version that comes out... I check for the feature... but it's never there. I mean sheesh... how hard can it be to put it in there? UltraEdit cost $35.00 Just

Re: DWMX 2004 - Whats new for us?

2003-08-26 Thread Stephen Hait
I strongly recommend that every Cf'er, studio, and dreamweaver user, who have not already planned to do so to contact the user group in your area who is participating in the Worldwide Macromedia user group meeting sponsored by Macromedia via Breeze on September 3, 2004. An additional perk

Re: cfc vs php rule of thumb

2003-08-26 Thread Paul Hastings
and simple to write and parse (using the getProfileSections and getProfileString functions). They are much less verbose than XML and they don't handle unicode, too bad as they would make provide pretty good substitutes for resource bundle functionality. cf really needs something like

RE: Logging users in with CFC

2003-08-26 Thread Tony Weeg
what things might you be worried about? security? just wondering...i hadnt given it much thought but now that you mention it, what things are you wondering about? later. tw -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: Monday, August 25, 2003 10:10 PM To: CF-Talk

RE: Forcing a List to a Specific Length

2003-08-26 Thread Les Mizzell
:: Why not use an array instead? Because the Flash guy I'm working with said he needed this information in a list?? ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription:

Re: DWMX 2004 - Whats new for us?

2003-08-26 Thread Doug White
It is not available to individuals, sorry - just to organized groups. == Stop spam on your domain, use our gateway! For hosting solutions http://www.clickdoug.com ISP rated: http://www.forta.com/cf/isp/isp.cfm?isp_id=772 Suggested corporate Anti-virus policy:

RE: Logging users in with CFC

2003-08-26 Thread Mike Kear
Tony, to be honest, I'm not sure. It's just that I haven't seen any examples of CFCs being used for that functionality, so I wondered why. It seems that one of the ways to collect all the functionality related to users is to have a users.cfc where you'd have a method called login, one called

RE: Logging users in with CFC

2003-08-26 Thread Tony Weeg
i cant fathom a reason not to. its probably just a prerogative choice for a developer to make. but then again...im sure someone will come up with a reason, albeit obscure, there might be one :) cheers... oh, and my wife...loves when im working...she talks, i nod and sometimes she quizzes me on

convert to upper or lowercase?

2003-08-26 Thread Troy Montour
Hello, trying to detect what a person submitted and want to make sure I catch all variations and I totally blanked on what the tag is for converting the text to upper or lowercase. example someone types in cA I want to catch it as CA or ca cause its the same thing. Thanks in Advance Troy

RE: convert to upper or lowercase?

2003-08-26 Thread Matthew Walker
ucase() or lcase() -Original Message- From: Troy Montour [mailto:[EMAIL PROTECTED] Sent: Tuesday, 26 August 2003 3:57 p.m. To: CF-Talk Subject: convert to upper or lowercase? Hello, trying to detect what a person submitted and want to make sure I catch all variations and I

RE: convert to upper or lowercase?

2003-08-26 Thread Brad Roberts
cfset form.state = uCase(form.state) -Brad -Original Message- From: Troy Montour [mailto:[EMAIL PROTECTED] Sent: Monday, August 25, 2003 11:57 PM To: CF-Talk Subject: convert to upper or lowercase? Hello, trying to detect what a person submitted and want to make sure I catch all

Re: convert to upper or lowercase?

2003-08-26 Thread S . Isaac Dealey
lcase(form.field) ucase(form.field) http://livedocs.macromedia.com Hello, trying to detect what a person submitted and want to make sure I catch all variations and I totally blanked on what the tag is for converting the text to upper or lowercase. example someone types in cA I

.properties for scite?

2003-08-26 Thread Paul Spitzer
anyone? anyone? ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Signup for

RE: Forcing a List to a Specific Length

2003-08-26 Thread Brad Roberts
May be a more elegant way, but !--- DEFINE LIST --- cfset myList = Bugs|Daffy|Elmer|Tweety|Sylvester|Marvin|Road Runner|Wile E.|Porky|Granny|Pepe|Taz !--- CONVERT LIST TO ARRAY --- cfset myArray = listToArray(myList, |) !--- IF UNDER 10 ELEMENTS, ADD TO IT --- cfif arrayLen(myArray) LT 10

Re: DWMX 2004 - Whats new for us?

2003-08-26 Thread Massimo Foti
[EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] What I really want to know is if ANYONE from Macromedia is taking note of this? I've been requesting the column mode forever. Every new version that comes out... I check for the feature... but it's never there. I mean sheesh... how

RE: DWMX 2004 - Whats new for us?

2003-08-26 Thread Joshua Miller
jEdit also includes this feature (Vertical Select, Cut/Copy/Paste). www.jedit.org www.joshuasmiller.com/jedit/ Joshua Miller Head Programmer / IT Manager Garrison Enterprises Inc. www.garrisonenterprises.net [EMAIL PROTECTED] (704) 569-0801 ext. 254

CFUPDATE and MX. Help is needed ASAP!

2003-08-26 Thread Jeff - Development
I just recently upgraded to MX 6.1 from 5.0 and am now running into problems with CFUPDATE and CFINSERT. My code worked flawlessly in 5.0 I am getting : [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression. What is

Re[2]: DWMX 2004 - Whats new for us?

2003-08-26 Thread Toby Tremayne
jEdit can also do multiple select (select several seperate lines/paragraphs) which is fantastically useful. I actually switched to jEdit when I moved to a linux desktop and now I've ditched the MM IDE's in favour of jedit permanently - tricked up to provide everything cfstudio does, except for

RE: cfdirectory help - photo album

2003-08-26 Thread Michael Wolfe
If you pass to the display page the forward and back values, and then click forward or back, how are you going to know what the next next or previous previous values are. I would instead suggest that on the display page you again do a cfdirectory, and then grab the previous and next

AW: multiple user login

2003-08-26 Thread Margrit John
Thank you Christian, I think that solves my problem. Margrit I just wrote about this last week in a post entitled Separating Sessions from Cookies: http://www.markme.com/cantrell/archives/003109.cfm Christian ~|

RE: Where's my CGI.PATH_INFO variable?

2003-08-26 Thread Hugo Ahlenius
Doesn't the CGI vars depend on what the web-server passes, and how CF handles them. I have seen differences Apache vs IIS. /H. - Hugo Ahlenius E-Mail: [EMAIL PROTECTED] Project OfficerPhone:

more php vs cf (cfcase and constants)

2003-08-26 Thread Mauricio Giraldo
Hello Again with a PHP-related question (trying to convert some PHP code to CF). This one has to do with CFCASE. In PHP you can define a constant using define(constantname,constantvalue). From there on the variable is indeed treated as a constant (like true or false). I have a switch/case in

Re: DevNet Pro watermark

2003-08-26 Thread Thomas Chiverton
On Friday 22 Aug 2003 18:08 pm, Calvin Ward wrote: It's a work around if it is an additional requirement. Setting content-type is not necessarily required in all forms of output. I was under the impression you only had to set it if you were not outputting text/html... which you'd have to do

Intranet/Hosting Toolkit

2003-08-26 Thread Robertson-Ravo, Neil (RX)
Anyone used this? In particular the new MX version? (will it still work in ColdFusion 5?) ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe:

RE: MX 6.1 404 Problem : HELP!

2003-08-26 Thread Robertson-Ravo, Neil (RX)
No, I am using a network addressi.e. I am resolving it via its normal network name via IIS. -Original Message- From: Dan Phillips (CFXHosting.com) [mailto:[EMAIL PROTECTED] Sent: 21 August 2003 16:50 To: CF-Talk Subject: RE: MX 6.1 404 Problem : HELP! Are you using a localhost

RE: DWMX 2004 - Whats new for us?

2003-08-26 Thread Tim Blair
Those are the features that I am looking for in any other text editor before I abandon UltraEdit32 All this talk of UltraEdit has made me d/l it and check it out... Does anyone have (or can point me in the direction of) a wordfile and tag list file for CFMX, preferably 6.1? There are files

RE: DWMX 2004 - Whats new for us?

2003-08-26 Thread Robertson-Ravo, Neil (RX)
Do remember that there will be an updated version of Homesite (version 5.5) shipping with DWMX. -Original Message- From: Tim Blair [mailto:[EMAIL PROTECTED] Sent: 26 August 2003 10:59 To: CF-Talk Subject: RE: DWMX 2004 - Whats new for us? Those are the features that I am looking for in

Re: DWMX 2004 - Whats new for us?

2003-08-26 Thread Massimo Foti
Do remember that there will be an updated version of Homesite (version 5.5) shipping with DWMX. And, if you really don't like DW, Homesite standalone can be a good (and cheap) choice: http://www.macromedia.com/software/homesite/ Massimo Foti Certified Dreamweaver

RE: DWMX 2004 - Whats new for us?

2003-08-26 Thread Tim Blair
Do remember that there will be an updated version of Homesite (version 5.5) shipping with DWMX. But I wanna play NOW! ;) --- RAWNET LTD - Internet, New Media and ebusiness Gurus. Visit our new website at http://www.rawnet.com for more

Re: DWMX 2004 - Whats new for us?

2003-08-26 Thread Massimo Foti
Do remember that there will be an updated version of Homesite (version 5.5) shipping with DWMX. But I wanna play NOW! ;) Then you can download Homesite 5.2 trial and play for 30 days :-) Massimo ~| Archives:

MX 2004 and Devnet Pro

2003-08-26 Thread raedwards
I am thinking of subscribing to Devnet Pro in the next month or so. I understand that i should get the upgrades to MX 2004 as part of Devnet Pro. One question that i am stuck on is, will the MX 2004 versions of the various studio products contain the items that are in DRKs prior to MX 2004?

Re: MX 2004 and Devnet Pro

2003-08-26 Thread Massimo Foti
I am thinking of subscribing to Devnet Pro in the next month or so. I understand that i should get the upgrades to MX 2004 as part of Devnet Pro. One question that i am stuck on is, will the MX 2004 versions of the various studio products contain the items that are in DRKs prior to MX 2004?

RE: Logging users in with CFC

2003-08-26 Thread Andre Mohamed
Mike, Macromedia has an article about this very topic: http://www.macromedia.com/devnet/mx/coldfusion/articles/cfc_practices.ht ml It’s been there for about a year so I’m sure there are more comprehensive examples around by now. Regards, André -Original Message- From: Mike Kear

CFC's Shared Scopes

2003-08-26 Thread Brad Roberts
If I cache a CFC in the Server scope, then copy it to a local scope (to avoid locking), is there any performance gain? Or, should I forget the Server scope all together? I've got a CFC that will be shared across multiple sites... how do you guys normally handle this?... put it in a shared

RE: Dreamweaver and include files

2003-08-26 Thread Ihrig Paul E Cont 88 ABW/EM
yes, it can dl the trial. ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Okay, how could I accomplish this?

2003-08-26 Thread Mike Mertsock
Yeah, but here's the thing. The tables hold data that can be stuck into key, title, body columns, but the display of each column is different, so each collection will be displayed differently, thus the custom1 column in my cfsearch. I want to mix the results for display purposes, showing scores

CFMX and AS/400

2003-08-26 Thread James Taavon
Hello, In the process of upgrading from CF 5.0 to CFMX 6.1. I am using an AS/400 for some of apps. Does the DB2 Driver that comes with CFMX 6.1 able to connect to an AS/400 without using DB2 Connect software? James Taavon Senior Web Developer Department of Labor, Licensing and Regulation

oracle datasource as OLEDB

2003-08-26 Thread Sheila Handler
This is my first encounter with Oracle. I need to define a datasource in CF5. As far as using the database, it'll be nothing but the simplest SELECT statements, so that shouldn't be a problem. Is it possible to define an Oracle database with OLEDB, or do I have to use ODBC? Can anyone give me

oracle datasource as OLEDB

2003-08-26 Thread Sheila Handler
This is my first encounter with Oracle. I need to define a datasource in CF5. As far as using the database, it'll be nothing but the simplest SELECT statements, so that shouldn't be a problem. Is it possible to define an Oracle database with OLEDB, or do I have to use ODBC? Can anyone give me

multiple user login

2003-08-26 Thread Margrit John
Hi I' am using CF MX and made a login with cflogin. IE allows on the same computer multiple different users to login. Mozilla accepts only one user to login. If I login twice with two different users in Mozilla, the second logedin user gets to see the page of the first logedin user. Has

OT: Congressional Data

2003-08-26 Thread Chuck Rodgers
Hi, I am working with an association that wants to do some advocacy work with their members. We are looking for data for zip codes and congressional districts to do lookups for Representatives in Congress. Anyone have any experience finding this kind of data? Thanks Chuck Rodgers

Coldfusion and Palm Calendar

2003-08-26 Thread Glen Salisbury
Anyone out there used/developed any good tools that would allow data to be downloaded from a coldfusion component / web services / etc.. in to Palm's Calendar? Thanks, Glen Salisbury [EMAIL PROTECTED] ~| Archives:

Okay, how could I accomplish this?

2003-08-26 Thread Mike Mertsock
Yeah, but here's the thing. The tables hold data that can be stuck into key, title, body columns, but the display of each column is different, so each collection will be displayed differently, thus the custom1 column in my cfsearch. I want to mix the results for display purposes, showing scores

multiple user login

2003-08-26 Thread Margrit John
Hi I' am using CF MX and made a login with cflogin. IE allows on the same computer multiple different users to login. Mozilla accepts only one user to login. If I login twice with two different users in Mozilla, the second logedin user gets to see the page of the first logedin user. Has

WOT: Securing word docs, excel, etc in a web app

2003-08-26 Thread Griffin
Hi, This is off topic, but I am sure many of you have had to deal with issues such as these in the past. I have been living in a bubble for the past 3 years and have developped many web apps in CF, ASP and JSP on secure networks with no Internet connection. For the first time, I am building an

CFMX and AS/400

2003-08-26 Thread James Taavon
Hello, In the process of upgrading from CF 5.0 to CFMX 6.1. I am using an AS/400 for some of apps. Does the DB2 Driver that comes with CFMX 6.1 able to connect to an AS/400 without using DB2 Connect software? James Taavon Senior Web Developer Department of Labor, Licensing and Regulation

RE: hard returns and text areas

2003-08-26 Thread Knight, Matt
Chr(10) and Chr(13) in the ASCII table are carriage return with a line feed So do a REReplace(#Chr(10)##Chr(13)#, ,ALL) (may not be syntactically accurate - but you get the idea...) Matt Knight ► w: 972 361 9943 ► m: 214 213 4016 -Original Message- From: Wurst, Keith D.

CFMX and AS/400

2003-08-26 Thread James Taavon
Hello, In the process of upgrading from CF 5.0 to CFMX 6.1. I am using an AS/400 for some of apps. Does the DB2 Driver that comes with CFMX 6.1 able to connect to an AS/400 without using DB2 Connect software? James Taavon Senior Web Developer Department of Labor, Licensing and Regulation

ckeck for finished download

2003-08-26 Thread Margrit John
Hi I have a page, where users can download files. It is done with cfheader and cfcontent. I want to receive a mail, as soon as the download is finished. I manage to send a mail (cfmail), if the user starts the download. That means, when I receive the mail, I am not shure, if the user ever

cfc vs php rule of thumb

2003-08-26 Thread Mauricio Giraldo
Hello When developing in PHP, it is common to have something like this in a class document: // start include 'my_config_file.php'; class MyClass { // properties and functions } // end Where my_config_file.php is a file that has constants and other shared variables. I am familiar with CFCs

Re: CF Studio/HomeSite+

2003-08-26 Thread Clint Tredway
True, and Dreamweaver is cheaper than Studio was. Clint - Original Message - From: Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, August 21, 2003 9:14 AM Subject: RE: CF Studio/HomeSite+ Homesite+ is the only version of 'Studio' which MM

Question about cf and ldap

2003-08-26 Thread Dirk Meilinger
I read somewhere that it needs to be a full name, not just the actual username, but I'm not sure what this means. You probably need to use a full-qualified Windows domain name. In your code snippet, it would be something like the following: cfldap action=query

Test: Dec 31 1969 ?

2003-08-26 Thread Patricia G. L. Hall
I'm seeing a lot of mail come in with dec 31 1969 as the date. Just testing to see if this one does too. ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4

ckeck for finished download

2003-08-26 Thread Margrit John
Hi I have a page, where users can download files. It is done with cfheader and cfcontent. I want to receive a mail, as soon as the download is finished. I manage to send a mail (cfmail), if the user starts the download. That means, when I receive the mail, I am not shure, if the user ever

WOT: SQL Data types

2003-08-26 Thread Michael Hodgdon
I am curious how religiously people stay true to using data types for MS SQL Server. I know some of these stretch to other RDBMS's, however, I would like to know what people in industry think. What type of general rules of thumb do people follow when planning data types for a data store? For

CFMX 6.0 Error

2003-08-26 Thread Knight, Matt
has anyone seen this... coldfusion.tagext.lang.ModuleTag null _ Matt Knight ►Dresser Corporate Web Team ► Dresser, Inc. ► w: 972 361 9943 ► m: 214 213 4016 ~| Archives:

Access issue in CF6.1

2003-08-26 Thread chris petersen
I posted this to the webforums a few weeks back, but never really got a definitive solution. Perhaps someone here knows the solution: Can anyone explain why when using remoting to connect to CF 6.0 I get dates returned as 'Wed Aug 6 12:15:00 GMT-0700 2003', which is perfect with me, but using

storing xml in sql

2003-08-26 Thread Ciaran Archer
Hi there, If you are still wishing to go down the route of XML after the previous posts, you might wish to externatize some specific nodes in your XML data. That way the value of particular nodes and particular atttributes are stored seperate from the XML in another table with the ID of the

OT: Congressional Data

2003-08-26 Thread Chuck Rodgers
Hi, I am working with an association that wants to do some advocacy work with their members. We are looking for data for zip codes and congressional districts to do lookups for Representatives in Congress. Anyone have any experience finding this kind of data? Thanks Chuck Rodgers

QofQ syntax

2003-08-26 Thread Keith Levenson
I'm trying to do a query of queries like so: 68: cfquery name=getData dbtype=query 69: SELECT * from myQuery 70: WHERE myStart BETWEEN 71: (cfqueryparam cfsqltype=CF_SQL_TIMESTAMP value=#DateAdd('D',iCount-1,startDate)# and 72: cfqueryparam

CFMX 6.1: floats being read from DB are truncated?

2003-08-26 Thread Ciaran Archer
Hi there, We have just upgraded to CFMX 6.1 and we are having an issue with either CFMX, or the JDBC drivers reading from our SQL 7 database. The problem centers around any float field in the DB, (e.g. 1.0). I can look it up the value of this field in SQL query analyser and get '1.0'.

storing xml in sql

2003-08-26 Thread Alan Quinlan
Somewhat OT but this is for a CF app and I thought it could be useful for others too. I'm in the processing of making a very flexible OO inventory app. The basic rundown is this. You have a table in the DB called Products. This is where you inventory goes. Now because this database is going

Okay, how could I accomplish this?

2003-08-26 Thread Mike Mertsock
Yeah, but here's the thing. The tables hold data that can be stuck into key, title, body columns, but the display of each column is different, so each collection will be displayed differently, thus the custom1 column in my cfsearch. I want to mix the results for display purposes, showing scores

RE: hard returns and text areas

2003-08-26 Thread Knight, Matt
Chr(10) and Chr(13) in the ASCII table are carriage return with a line feed So do a REReplace(#Chr(10)##Chr(13)#, ,ALL) (may not be syntactically accurate - but you get the idea...) Matt Knight ► w: 972 361 9943 ► m: 214 213 4016 -Original Message- From: Wurst, Keith D.

Re: hard returns and text areas

2003-08-26 Thread Jacob
use replace to replace chr(13) with what ever you like. replace(#string#,chr(13), ,ALL) At 10:22 AM 8/20/2003 -0400, you wrote: hi. does anyone know of a way to identify that a user has entered a hard return into a text-area and then pull those hard returns out (or replace them with just a

Banner Ads

2003-08-26 Thread Greg Luce
Anyone have any experience with a good CF Banner Ad Application? Perhaps Fusebox? ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe:

No more data available to read

2003-08-26 Thread Bryan F. Hogan
I know that this was a problem with the Oracle db drivers on CFMX pre Updater 3, but I get this error on CFMX6.1 SQL Server I can't recreate it, they where in my email this morning from last night. Error Executing Database Query. [Macromedia][SQLServer JDBC Driver]No more data available to read.

Re: oracle datasource as OLEDB

2003-08-26 Thread Alexandr Timchur
Hi, Sheila. The best connectivity between CF and Oracle /based on my own expirience/ - ODBC with Microsoft ODBC driver for Oracle. We have had many troubles with native drivers under load within 2 years, but those troubles disappeared as soon as we switched to ODBC. Alex. SH This is my first

Re: oracle datasource as OLEDB

2003-08-26 Thread Alexandr Timchur
Hi, Sheila. The best connectivity between CF and Oracle /based on my own expirience/ - ODBC with Microsoft ODBC driver for Oracle. We have had many troubles with native drivers under load within 2 years, but those troubles disappeared as soon as we switched to ODBC. Alex. SH This is my first

RE: CFC's Shared Scopes

2003-08-26 Thread Raymond Camden
If I cache a CFC in the Server scope, then copy it to a local scope (to avoid locking), is there any performance gain? Or, should I forget the Server scope all together? You do not need to use locking with a cfc unless there is a race condition possibility. Even then, you can do it in the

storing xml in sql

2003-08-26 Thread Alan Quinlan
Issac more or less covered why im using wddx. Because its so simple. You can with with one statement, convert a struct to wddx, and wddx to a struct. You cant get any easier than that. The reasion i chose to store attributes in this manor was for flexibilty and expandability. This is for an

RE: CFC's Shared Scopes

2003-08-26 Thread Sandy Clark
Unless there is a race condition (ie Counter = Counter + 1), there is no need to lock in MX. -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 26, 2003 8:18 AM To: CF-Talk Subject: CFC's Shared Scopes If I cache a CFC in the Server scope, then copy

RE: Where's my CGI.PATH_INFO variable?

2003-08-26 Thread S . Isaac Dealey
Doesn't the CGI vars depend on what the web-server passes, and how CF handles them. I have seen differences Apache vs IIS. /H. Yes but I don't know any of the specifics. -- --- Hugo Ahlenius E-Mail: [EMAIL

CF in XSL, passing variables

2003-08-26 Thread Ciaran Archer
I think I know what you are trying to do, and it's simply not possible. You want to be able to access a variable like a URL variable in a HTML page from within your XSL page. There is a way to do this in Java's implementation of XSL, but not the flavour that Cold fusion have given us. I even

storing xml in sql

2003-08-26 Thread Alan Quinlan
Somewhat OT but this is for a CF app and I thought it could be useful for others too. I'm in the processing of making a very flexible OO inventory app. The basic rundown is this. You have a table in the DB called Products. This is where you inventory goes. Now because this database is going

WOT: SQL Data types

2003-08-26 Thread Michael Hodgdon
I am curious how religiously people stay true to using data types for MS SQL Server. I know some of these stretch to other RDBMS's, however, I would like to know what people in industry think. What type of general rules of thumb do people follow when planning data types for a data store? For

Banner Ads

2003-08-26 Thread Greg Luce
Anyone have any experience with a good CF Banner Ad Application? Perhaps Fusebox? ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe:

cfc vs php rule of thumb

2003-08-26 Thread Mauricio Giraldo
cfcomponent cfinclude template=blah.config cffunction cffunction /cfcomponent I guess this would be the answer (did not know u could cfinclude right away). But the other posts raised some interesting questions: Didn't quite understand the INI suggestion (Raymond Camden) Is it

Okay, how could I accomplish this?

2003-08-26 Thread Mike Mertsock
The pseudocode below is a little off. The loop condition should be while counterA is LTE queryA's recordcount *or* counterB is LTE queyrB's recordcount. Initialize two counters - counterA and counterB - to 1 -- you begin by looking at the first record from each query loop while both counters

Index.cfm problem

2003-08-26 Thread DeMarco, Alex
Very strange problem. We run a variety of .cfm pages, we decided to convert our homepage over from index.html to index.cfm, when I point IIS to run index.cfm and the default page we get a 404 error, if I rename the index.cfm to index1.cfm and repoint IIS it works fine. If I go directly to

Re: Congressional Data

2003-08-26 Thread Chuck Rodgers
Hi, I did that and searching for congress data or congressional data did not turn up anything. Chuck Rodgers - Original Message - From: Bryan Stevenson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 12:14 PM Subject: Re: Congressional Data I seem to

CFMX 6.1: floats being read from DB are truncated?

2003-08-26 Thread Ciaran Archer
Hi there, We have just upgraded to CFMX 6.1 and we are having an issue with either CFMX, or the JDBC drivers reading from our SQL 7 database. The problem centers around any float field in the DB, (e.g. 1.0). I can look it up the value of this field in SQL query analyser and get '1.0'.

cfc vs php rule of thumb

2003-08-26 Thread Mauricio Giraldo
Hello When developing in PHP, it is common to have something like this in a class document: // start include 'my_config_file.php'; class MyClass { // properties and functions } // end Where my_config_file.php is a file that has constants and other shared variables. I am familiar with CFCs

Question about cf and ldap

2003-08-26 Thread Dirk Meilinger
I read somewhere that it needs to be a full name, not just the actual username, but I'm not sure what this means. You probably need to use a full-qualified Windows domain name. In your code snippet, it would be something like the following: cfldap action=query

ckeck for finished download

2003-08-26 Thread Margrit John
Hi I have a page, where users can download files. It is done with cfheader and cfcontent. I want to receive a mail, as soon as the download is finished. I manage to send a mail (cfmail), if the user starts the download. That means, when I receive the mail, I am not shure, if the user ever

Re: CF Studio/HomeSite+

2003-08-26 Thread Clint Tredway
True, and Dreamweaver is cheaper than Studio was. Clint - Original Message - From: Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, August 21, 2003 9:14 AM Subject: RE: CF Studio/HomeSite+ Homesite+ is the only version of 'Studio' which MM

Okay, how could I accomplish this?

2003-08-26 Thread Mike Mertsock
The pseudocode below is a little off. The loop condition should be while counterA is LTE queryA's recordcount *or* counterB is LTE queyrB's recordcount. Initialize two counters - counterA and counterB - to 1 -- you begin by looking at the first record from each query loop while both counters

Re: OT: JavaScript question??

2003-08-26 Thread Salvador Delacosta
Mario, try doing this. document.selectedIndex == null I believe that will tell check if the user has selected anything in the drop-down box. Hope this helps. From: Ciliotta, Mario [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: OT: JavaScript

Okay, how could I accomplish this?

2003-08-26 Thread Mike Mertsock
The pseudocode below is a little off. The loop condition should be while counterA is LTE queryA's recordcount *or* counterB is LTE queyrB's recordcount. Initialize two counters - counterA and counterB - to 1 -- you begin by looking at the first record from each query loop while both counters

multiple user login

2003-08-26 Thread Margrit John
I would like to have two applications of Mozilla open on the same machine and login on each application with a seperate user. Margrit Margrit John wrote: I' am using CF MX and made a login with cflogin. IE allows on the same computer multiple different users to login. Mozilla accepts

WOT: Securing word docs, excel, etc in a web app

2003-08-26 Thread Griffin
Hi, This is off topic, but I am sure many of you have had to deal with issues such as these in the past. I have been living in a bubble for the past 3 years and have developped many web apps in CF, ASP and JSP on secure networks with no Internet connection. For the first time, I am building an

Coldfusion and Palm Calendar

2003-08-26 Thread Glen Salisbury
Anyone out there used/developed any good tools that would allow data to be downloaded from a coldfusion component / web services / etc.. in to Palm's Calendar? Thanks, Glen Salisbury [EMAIL PROTECTED] ~| Archives:

  1   2   3   >