Re: CF turns structure keys to all UPPERCASE?

2000-10-26 Thread David Shadovitz
Yeah. Bummer. I thought I'd take advantage of CFAPPLICATION's Application.ApplicationName variable to display the app name on the home page, but it's converted to uppercase. Forced me to create a new var, AppName, with the same value but in the proper case for display purposes. -David On Thu,

Re: RE: Custom Tag w/JS functions

2000-10-26 Thread David Shadovitz
I started this thread, and since then I've looked at a few CF/JS custom tags, such as CF_DoubleBox. Observations: * They are called from the body of a document. * They write HTML directly into the body. * They write JS directly into the body, surrounding it with tags. * The JS includes

RE: Security Concerns Question regarding Cfquery reguried username and password in sql environment

2000-10-26 Thread Bill Killillay
> You really shouldn't make a habit out of storing client vars in > the registry > either. While it does work, and Cold Fusion DOES NOT crash, it is much > better to store the client vars in a database. Cold Fusion may not crash, but the server it's running on will eventually, and that is even wo

RE: CF 5.0 "Bug Vote" is Now Open!

2000-10-26 Thread Scott, Andrew
I have too, and your right it takes awhile to do. But my point is simple, I have a very secured server that only the people who work for the company has access to the code, in many positions I have worked in I have developed some pretty serious backend code and in cfml this is not the best case to

Re: CF 5.0 "Bug Vote" is Now Open!

2000-10-26 Thread pan
From: "Dave Watts" <[EMAIL PROTECTED]> . > > I'm going to turn this on it's head. > > You're right - there's a big difference between COM and CFX. If Allaire was > going to expend resources on this issue, though, I'd much prefer them to > extend their COM implementation, which frankly isn't too

RE: CF 5.0 "Bug Vote" is Now Open!

2000-10-26 Thread Scott, Andrew
*lol* Yes Com object support needs more work granted, all I am saying is that Allaire have allowed for cfx tags to be created. Now as I develop some very serious cfml sometimes it needs to be optimised code, and the only way to do this is create it in something that will run faster (like: VB,Delp

RE: CF 5.0 "Bug Vote" is Now Open!

2000-10-26 Thread lsellers
> Correction: > > "I'm going to turn this on its head." English Major in a previous life, eh? :) > I know it's late when I make punctuation errors. Archives: http://www.mail-archive.com/cf-talk@ho

RE: CF 5.0 "Bug Vote" is Now Open!

2000-10-26 Thread lsellers
> 2) Com objects are dll's, so why can I be able to create a com > object to use > to do extra coding but I can't create a cfx which is also a dll. > Your logic > makes no sense. If I can decompile a cfx tag then I can decompile a com > object! No! I've decompiled programs before to reverse engin

RE: CF 5.0 "Bug Vote" is Now Open!

2000-10-26 Thread paul smith
Clocks help, too. best, paul At 01:17 AM 10/27/00 -0400, you wrote: >I know it's late when I make punctuation errors. Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: h

RE: CF 5.0 "Bug Vote" is Now Open!

2000-10-26 Thread Dave Watts
> I'm going to turn this on it's head. Correction: "I'm going to turn this on its head." I know it's late when I make punctuation errors. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 ---

RE: CF 5.0 "Bug Vote" is Now Open!

2000-10-26 Thread Dave Watts
> 3) Com objects have no real interaction back to CF like the > cfx tag allows it to be, so a com object is a short term > solution to a large term problem. So this is why I am looking > for this ability, it would make more sense for a MS house who > already has VB skills to use these guys to

RE: CF 5.0 "Bug Vote" is Now Open!

2000-10-26 Thread Scott, Andrew
1) Hiding code: I mean lets take a scenario like this! I have a server, totally secured behind a firewall, anything below the web root is unaccesible to the IIS server. Thus I can register the cfx tags, now this is means that I can write code to do hashing, and other calculations and nobody can ge

Re: Security Concerns Question regarding Cfquery reguried username and password in sql environment

2000-10-26 Thread John Cummings
You really shouldn't make a habit out of storing client vars in the registry either. While it does work, and Cold Fusion DOES NOT crash, it is much better to store the client vars in a database. First of all, it is much easier to scale your site when client vars are stored at a DB level, and sec

Re: Security Concerns Question regarding Cfquery reguried username and password in sql environment

2000-10-26 Thread Jim McAtee
> I look forward to your comments and advice re this issue Get another host. Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sideb

Re: Security Concerns Question regarding Cfquery reguried username and password in sql environment

2000-10-26 Thread AustralianAccommodation.com Pty. Ltd.
The following is a reply sent to me by one of the lead cf hosting services in usa regarding the use of user name and passwords for sql database access I would appreciate your advice and comments regarding the issue. "Thank you for your message. Please try to use the solution you suggested below.

Re: Security Concerns Question regarding Cfquery reguried username and password in sql environment

2000-10-26 Thread Jim McAtee
> > I never understood this one. > > > > Why is: > > > > > > > in a template better than > > > > > "#Request.User#" Password = "#Request.Pass#" > > > > security-wise? > > From a hacker's perspective, it's often pretty easy to read script code. > It's usually a little harder to read the registry

RE: CF 5.0 "Bug Vote" is Now Open!

2000-10-26 Thread Dave Watts
> On another issue CFX tags are becomming widely used for the > safety of keeping code hidden from those who wish to decrypt. > What I have been looking for since V3.1 is a way to create > VBasic CFX tags, I know there is support for C/C++/Delphi but > come on Delphi is not used much and its e

RE: Security Concerns Question regarding Cfquery reguried username and password in sql environment

2000-10-26 Thread Dave Watts
> I never understood this one. > > Why is: > > > in a template better than > > "#Request.User#" Password = "#Request.Pass#" > > security-wise? >From a hacker's perspective, it's often pretty easy to read script code. It's usually a little harder to read the registry, which is where CF sto

Re: CF 5.0 "Bug Vote" is Now Open!

2000-10-26 Thread Jim McAtee
> Without starting a war, lets just allow us to create whatever we feel > comfotable in creating these tags with, VBasci/Delphi/C++ or any other > language people use. go ahead. your allowed. Archiv

Re: CF 5.0 "Bug Vote" is Now Open!

2000-10-26 Thread Jeremy Allen
This is a false sense of security While it may "hide" the code that is definately a bad approach to "obscure" code from someone. As anyone knows a DLL can be decompiled into assembler and from there you can learn anything you want. On top of that certain things about DLL's are exposed and su

Re: entertainment/content grabs

2000-10-26 Thread avex
> If you're really desparate to get something for nothing, check out > http://www.xmltree.com/ and start ripping news feeds, etc. Thanks! This has a couple of great feeds that I am after The question is..how do I do it? Can anyone give me any ideas? thanks chad

Re: Autoreply: CF-Talk V1 #83

2000-10-26 Thread Rob Keniger
on 27/10/00 12:29 PM, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > This email address no longer exists Wow. This is spooky. Have we entered CF-TwilightZone? -- Rob Keniger big bang solutions --

RE: URGENT HELP TO KEEP SANITY =)

2000-10-26 Thread Scott, Andrew
There is to much memory beeing taken up by the server applications, you will need to either increase your ram or start reducing the amount of variables etc needed at runtime. Or find out what is hoggin the system ram. regards Andrew Scott Senior Cold Fusion Application Developer ANZ eCommerce Ce

RE: CF 5.0 "Bug Vote" is Now Open!

2000-10-26 Thread Scott, Andrew
On another issue CFX tags are becomming widely used for the safety of keeping code hidden from those who wish to decrypt. What I have been looking for since V3.1 is a way to create VBasic CFX tags, I know there is support for C/C++/Delphi but come on Delphi is not used much and its easier to get V

Re: searching arrays with regular expressions

2000-10-26 Thread Robert Westcott
How 'bout doing it in two steps: First flag all the text strings that you want to apply the style to by surrounding them with some rarely encountered chars... REReplaceNoCase(threads.message, "(#query#)","~~\1~~","ALL"); then go through and apply the styles to all the strings... REReplaceNoCase

Autoreply: CF-Talk V1 #83

2000-10-26 Thread thewebguy
This email address no longer exists Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message with 'unsubsc

RE: Security Concerns Question regarding Cfquery reguried username and password in sql environment

2000-10-26 Thread paul smith
I never understood this one. Why is: Yup...don't. Never ever. Set the username and password in the ColdFusion >Administrator instead. Click the Advanced button when editing the >datasource you're setting up, and enter the username and password in the >boxes supplied. That way you aren't hard

RE: Security Concerns Question regarding Cfquery reguried username and password in sql environment

2000-10-26 Thread Kevin Langevin
Yup...don't. Never ever. Set the username and password in the ColdFusion Administrator instead. Click the Advanced button when editing the datasource you're setting up, and enter the username and password in the boxes supplied. That way you aren't hardcoding usernames and passwords in your tem

RE: entertainment/content grabs

2000-10-26 Thread edt
Here's a crazy thought. Get your own content. It doesn't take a rocket scientist to build a WAP portal. I should know. ;P If you're really desparate to get something for nothing, check out http://www.xmltree.com/ and start ripping news feeds, etc. Ed Toon Wireless Applications Developer mobileI

DHTMl CF LineGraph for FREE???

2000-10-26 Thread Robert Sarno
Does anyone know of a free DHTML Line graph sitting around somewhere?? I do not want a Java graphthat takes way too long. Thansk. Rob _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share i

entertainment/content grabs

2000-10-26 Thread avex
Hi everyone... I want to do a mini WAP site where i use CFHTTP to grab content, specifically entertainment content. Ideally I want to grab horoscopes, and other fun stuff that is focused on entertainment. Does anyone know any custom tags or sites that I could grab this info from? I will also gr

RE: cfm-resources down???

2000-10-26 Thread Parker, Kevin
Looks good my end Kevin Parker Service and Communication WorkCover Corporation [EMAIL PROTECTED] ph: +61 8 82332548 fax: +61 8 82332000 -Original Message- From: ibtoad [mailto:[EMAIL PROTECTED]] Sent: Thursday, 26 Oct

Security Concerns Question regarding Cfquery reguried username and password in sql environment

2000-10-26 Thread AustralianAccommodation.com Pty. Ltd.
I have just upgraded from access to sql and as a result of running on an sql server the way the security ha been set up required me to indicate the username and the password in the cfquery as outlined below are there any issues that I need to be concerned with by hard coding the actual user nam

Re: CF 5 Bug Vote

2000-10-26 Thread David Cummins
What about custom tags' ability to alter the generated content? This would be stuffed by autoflushing. Maybe if there was an explicit flush command, or it didn't autoflush inside custom tags? David Cummins Jaime Garza wrote: > > I don't know the bug number of this one but this should be somewh

Re: CF Version Control??

2000-10-26 Thread robi sen
If you dont have money you should check out something like CVS (there are many freeware version s and clients for most OS's). If you have MS Visual Studio use VSS, it you have allot of money use Star Team. Frankly if you are not using at least CVS for version control then you might as well not

Re: URGENT HELP TO KEEP SANITY =)

2000-10-26 Thread Mark Ireland
This is a total guess but. . . . CreateUUID uses time and a number it gets from your networkcard so, could your system be having trouble getting either? HTH >An unexpected system error was detected. (Error code is 22) > >This type of error will most likely occur when the server running Col

RE: processing umlaut characters

2000-10-26 Thread Chapman, Katrina
My guess is you're doing something like this Selected>bar Selected>bar2 Selected>bar3 Am I right? If so you shouldn't be storing the data this way. You should be using some sort of id number and that way you don't have to worry about what is in the text, all you have to worry about is a

CF Version Control??

2000-10-26 Thread S R
Hi, I'm trying to figure out a way to prevent multiple people from working on the same file at the same time. I was looking into Dreamweaver's Check in/Check Out system and its not fool proof, because I can override someone else's Check Out and copy over it. Is there a way through CF Admin to

RE: Managing Extremely Large Text files

2000-10-26 Thread lsellers
> > I need help. > > We are trying to view a 2+Gig text file to work through some of the text > structure. Any recommendations for a good editor that will > handle files of > this size? We don't necessarily need to open the file all at > once, even if > we could scroll and view only certain sec

Re: New Delaware CFUG

2000-10-26 Thread Tammy Schilling
I don't live in DE, but do live in southern MD (as everyone on the shore knows, it's almost DE) and I definetely will plan to attend. Please forward me any info. Thanks! Tammy Schilling -- personal copy designs better living through computer graphics http://www.personal-copy.com 410 219 5300

Off Topic ? CFX_PRINTREPORT Question.

2000-10-26 Thread Nardi, Gaston
Hi, I'm trying to use CFX_PRINTREPORT to print some Crystal Reports whitin CF, but i'm getting "Request Cancel by the user" everytime I load the page. I've collected very little information regarding the tag, but as far I can see, parameters are passed correctly (printer, port, user, etc.). Any

Managing Extremely Large Text files

2000-10-26 Thread Kelly Britt
I need help. We are trying to view a 2+Gig text file to work through some of the text structure. Any recommendations for a good editor that will handle files of this size? We don't necessarily need to open the file all at once, even if we could scroll and view only certain sections of the file.

processing umlaut characters

2000-10-26 Thread Steve Ray
This is a multi-part message in MIME format. --1B56CACAC542608BA32EBF87 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi. One of our developers here is having a problem with , and I'm wondering if any of you have come across this and found a solution. I

Re: Dreamweaver Ultra Dev and CF

2000-10-26 Thread S R
thank you >From: "tom muck" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: Re: Dreamweaver Ultra Dev and CF >Date: Thu, 26 Oct 2000 13:56:23 -0400 > > > Hi, > > > > Is there someone out there using Dreamweaver Ultra Dev? I'm trying to >get > > the Li

Cookies & Sessions & Proxies - Oh my!

2000-10-26 Thread Dana Larose
Hey everyone, I've just run into some quirkiness this afternoon, and I thought I would seek some insight. A client recently set up a proxy server in his office and a site we did for them stopped working. From what I can tell, CFID and CFTOKEN are not getting passed through the proxy, and thus s

RE: Moving large files w/CRC checking

2000-10-26 Thread lsellers
> > I am working on a project that will require users to > upload/download large high-res image files (100 MB) > from their local PC/Mac to a web server from their > browser. Because the files are so large, there is > concern that: What image format? If it's something common I... might have som

CF_QuerySort-problem (Was: SQL-SORT-Problem in a query !)

2000-10-26 Thread CF-Talk
o.k. I had a sorting problem yesterday but with the help of the Custom Tag CF_QuerySort I am able to sort a varchar-column in a numeric way. (This morning I thought at least !) Although right now it doesn't seem to work anymore, since in my housenumber field there are most likely values like 93-94

double quotes

2000-10-26 Thread thanh nguyen
can anyone show me how to write to a file from result query, with doble quotes around the field name, for example somthing like this "ID","Price","date","sent" "123","23.4",12/12/00","12/12/00" _ Get Your Private, Free E-mai

RE: double quotes

2000-10-26 Thread Shawnea Carter
Then use cffile to write or append (depending on your usage). Shawnea Carter -Original Message- From: thanh nguyen [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 26, 2000 5:07 PM To: CF-Talk Subject: double quotes can anyone show me how to write to a file from result query, with

RE: double quotes

2000-10-26 Thread Simon Horwith
also, use #query_name.ColumnList# to get the list of column names ~Simon -Original Message- From: thanh nguyen [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 26, 2000 5:07 PM To: CF-Talk Subject: double quotes can anyone show me how to write to a file from result query, with doble

RE: double quotes

2000-10-26 Thread Simon Horwith
do something like: ~Simon -Original Message- From: thanh nguyen [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 26, 2000 5:07 PM To: CF-Talk Subject: double quotes can anyone show me how to write to a file from result query, with doble quotes around the field name, for example s

double quotes

2000-10-26 Thread thanh nguyen
can anyone show me how to write to a file from result query, with doble quotes around the field name, for example somthing like this "ID","Price","date","sent" "123","23.4",12/12/00","12/12/00" _ Get Your Private, Free E-ma

double quotes

2000-10-26 Thread thanh nguyen
can anyone show me how to write to a file from result query, with doble quotes around the field name, for example somthing like this "ID","Price","date","sent" "123","23.4",12/12/00","12/12/00" _ Get Your Private, Free E-ma

RE: CF 5.0 "Bug Vote" is Now Open!

2000-10-26 Thread Dave Watts
> > How many times have you referenced a Session variable or > >called CFFILE without using CFLOCK? > > Using with is new to me. What is the reason > for that? Whenever you have a resource that can only be accessed by one request at a time, you'll want to single-thread access to the resource

Using CFX with VB

2000-10-26 Thread Geoffrey V. Brown
Hi, I have a vb app that needs to pull some data from a CFX app. The CFX (in short) parses a string and returns it in various formats. Is this possible in VB? I've got it referencing the DLL fine, however, it crashes my app when I try to pass values to the DLL. Can this be done? - Geoff B

RE: IE 4 vs IE 5 handling of READONLY in

2000-10-26 Thread Hayes, David
A couple of thoughts: For anything you definately don't want the user to change, use a hidden field in your calculations. You can have a displayed field for formatting consistency, but don't use it for the calculations. (On IE 4+, you can use the "disabled" property on your read-only fields to

RE: IE 4 vs IE 5 handling of READONLY in

2000-10-26 Thread Jann VanOver
When you say "JS" books, do you mean "Javascript" ?? M$oft has their OWN spec called JScript which is what IE uses. Perhaps you could find this READONLY attribute in some JScript documentation. I would handle it as another person suggested, put an "onclick=blur()" on the input fields that you d

RE: New Delaware CFUG

2000-10-26 Thread Simon Horwith
I'm in DC, and go to them here, but I'd be interested in knowing where in DE you're going to have them, because I know a lot of people in the SE PA and DE area and some of them may be interested. ~Simon -Original Message- From: John McKown [mailto:[EMAIL PROTECTED]] Sent: Thursday, Octob

RE: How do I read this in CF?>Comma deliminated files/arrays

2000-10-26 Thread Jann VanOver
Check out the Allaire Tag Gallery for a tag named "ObjectDump" We use this ALL the time to investigate a value whose data type is unknown. will show you the data type and the contents. > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, October 26,

Table structure for CDATA and CFID

2000-10-26 Thread W Luke
Hi, For some reason 2 tables in my database, CDATA and CFID (for Database-controlled cookie management) have gone corrupt. Could someone please let me know the structure of these 2, as in what fields they're meant to contain? Thanks a lot Will -

RE: Further Questions

2000-10-26 Thread Jann VanOver
Two points. 1. separating email addresses with a semicolon is a M$oft Outlook/Exchange thing. Many (most) email systems will want COMMAS, NOT semicolons. 2. we've had a problem sending to a list. In the case where one of the emails in the list is not valid, the ones AFTER it don't get sent. For

New Delaware CFUG

2000-10-26 Thread John McKown
I am forming a Delaware Cold Fusion Users Group. If anyone on the list lives in/near Delaware and is interested, please visit http://www.decfug.org for more information. Our first meeting is next month. Please let me know if you plan to attend. Thanks. John McKown, VP Business Services Delawar

RE: Need help passing parameters to JavaScript

2000-10-26 Thread Hayes, David
I'm not completely clear on what you're trying to do, but it sounds like you need the JavaScript "eval" function. You can use syntax like: function myFunction(someString){ var myWkDt; var myArrive; var myDepart; myWkDt = eval('document.myForm.WkDt' + someString);

RE: CF turns structure keys to all UPPERCASE?

2000-10-26 Thread Dave Watts
> Has it been your experience that CF turns all keys in a > structure to all uppercase? I have a structure that I'm > using, I stick a bunch of stuff in it with string keys > like "String One", "String Two", then when I pull them > out I get "STRING ONE" and "STRING TWO". I'm going to > have

RE: breaks inside a selected DB field

2000-10-26 Thread Hayes, David
Do a replace of "LOGGED BY" with "LOGGED BY", either in the db or in CF. In t-sql, you could use SELECT replace(commentfield,'LOGGED BY','LOGGED BY') as comment FROM -Original Message- From: Joseph Vincent [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 26, 2000 12:40 P

ADDENDUM TO CREATEUUID() HELL

2000-10-26 Thread William J Wheatley
i get this error EVERYTIME i use CREATEUUID NOW, what the hell is wrong with this variable does anyone else have this problem Error Occurred While Processing Request Error Diagnostic Information An unexpected system error was detected. (Error code is 22) This type of error will most likely occur

RE: NEED HELP!! Ignore Previously SQL Error I posted. New SQL Error 408

2000-10-26 Thread Simon Horwith
yeah, something like that. any visual query builder that can access the database you are querying. I belive you said it is an AS400... do you have access to the PF, LF, or RPG files on that server (or to the people who wrote them)? PF or LF Type Files would give you a very clear description of

Re: NEED HELP!! Ignore Previously SQL Error I posted. New SQL Error 408

2000-10-26 Thread James Taavon
This is a multi-part message in MIME format. --46E6CC4E93010FE7E8BA65C5 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit William, ok, that worked... But now I get my other error back SQL error 7008, inconsistent data? How do I know when or when not to use

RE: CFSERVLET --> WebLogic Server

2000-10-26 Thread Jann VanOver
It is my understanding that, BY DEFINITION, CFSERVLET will ONLY work with JRUN. You must use other means to communicate with Servlets running under other systems. > -Original Message- > From: !jeff! [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, May 31, 2000 10:06 AM > To: [EMAIL PROTECT

RE: NEED HELP!! Ignore Previously SQL Error I posted. New SQL Error 408

2000-10-26 Thread Gavin Myers
what sort of data feilds are the rows you are putting this stuff into? datetime, char, varchar, etc... -Original Message- From: James Taavon [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 26, 2000 2:27 PM To: CF-Talk Subject: Re: NEED HELP!! Ignore Previously SQL Error I posted. New

RE: An Idea about access and paragraphs

2000-10-26 Thread Paul Ihrig
hey man. where you designning for netscape? i noticed a 1 pixel differance in you alignment. i am on ie5.5 just thought i would let you know -paul > -Original Message- > From: Mark Smeets [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, October 24, 2000 4:42 PM > To: CF-Talk > Subject: R

RE: CFPOP Driving me insane

2000-10-26 Thread Jann VanOver
Joshua, RE your Question #1 Check out "CF_Popdate_Resolve" available from the Allaire Tag Gallery. It "converts date strings commonly found in POP mail to usable date/time format." URL = http://devex.allaire.com/developer/gallery/info.cfm?ID=CA347736-2830-11D4-AA 9700508B94F380&method=Full > --

Re: NEED HELP!! Ignore Previously SQL Error I posted. New SQL Error 408

2000-10-26 Thread James Taavon
This is a multi-part message in MIME format. --4FB7B0DD43D4F9E2FDA1BF6B Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit You mean like using SQL Query Builder in Studio? The problem there is that I am unable to setup a connection with the remote database. At

Re: NEED HELP!! Ignore Previously SQL Error I posted. New SQL Error 408

2000-10-26 Thread William J Wheatley
Put ' around the value (ie the date) and see if that works Bill Wheatley Director of Development AEPS INC Allaire ColdFusion Consulting Partner http://www.aeps.com ICQ: 417645 http://www.aeps2000.com 954-472-6684 X303 - Original Message - From: "James Taavon" <[EMAIL PROTECTED]> To:

RE: NEED HELP!! Ignore Previously SQL Error I posted. New SQL Error 408

2000-10-26 Thread Simon Horwith
do you have any sort of visual query builder available to you, for debugging, etc.? I'd try that if you're getting a lot of errors...just to get a good example or two if nothing else. ~Simon -Original Message- From: James Taavon [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 26, 200

NEED HELP!! Ignore Previously SQL Error I posted. New SQL Error 408

2000-10-26 Thread James Taavon
This is a multi-part message in MIME format. --294808483026881139F5AB7E Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Ok, I understand what the error is saying, but I can't figure why it is saying it. All my columns are set to the proper data types. I am r

URGENT HELP TO KEEP SANITY =)

2000-10-26 Thread William J Wheatley
This is the error i get that i just started getting now after a few months =) and apparently its something to do with my CREATEUUID() command. I am running Linux 4.5.1 SP1 ENTRERPRISE Linux version. And its the damnedest thing because until we just reinstalled RED HAT 6.2 this was not happening.

CFPOP Driving me insane

2000-10-26 Thread Joshua Miller
This is a multi-part message in MIME format. --=_NextPart_000__01C04023.AD63B640 Content-Type: multipart/alternative; boundary="=_NextPart_001_0001_01C04023.AD6B5760" --=_NextPart_001_0001_01C04023.AD6B5760 Content-Type: text/plain; charset="iso-8859-1" Content-T

Re: Crystal, Netscape, & certain printers combos create printing problem

2000-10-26 Thread Andy Peterson
Sorry, I wanted to include the "Not a Seagate Problem" KB article for reference, enclosed below: Status: Not a Seagate Proble Product: Crystal Reports Professional Reported Version: 6.0.1.151 Crystal Reports Professional "This behavior has been tracked by Sun Microsystems and it is related to an

Re: Dreamweaver Ultra Dev and CF

2000-10-26 Thread tom muck
> Hi, > > Is there someone out there using Dreamweaver Ultra Dev? I'm trying to get > the Live Data function to work and just can't do it. Everytime I 'Define a > site' in Dreamweaver, then open a page and try to View Live Data, it tells > me that this page is not in a site and I must define one.

RE: CFPOP.... Help!

2000-10-26 Thread Steve Bernard
The mail server has either locked the account or the mailbox while completing the previous task(s). I typically make the selection and deletion processes separate to avoid this from occurring. If you know how long the mail server keeps each connection open/active you could also create a wait state

OT: Crystal, Netscape, & certain printers combos create printing problem

2000-10-26 Thread Andy Peterson
Hi, I apologize for the OT post. Several of our apps serve up Crystal Reports to our remote users. This works with the exception that certain Netscape users cannot print their reports without some severe formatting errors (like 46 point font size), depending (I think) in part on the printer they

RE: CF 5 Bug Vote

2000-10-26 Thread Jaime Garza
I don't know the bug number of this one but this should be somewhere in there: Flush your output buffer while still processing, a la ASP. So that users see progress in their browsers. My vote to this new feature... - Jaime > -Original Message- > From: Damon Cooper [mailto:[EMAIL PROTE

Tracking Users Logged Into Site

2000-10-26 Thread Robert Glover
Hi... I've been lurking for about two weeks, and now I have a question. :) I've written several web apps and want to be able to display to other users who else is currently using the site. Since each person must login (userid's are currently stored in session variables), I'm wondering if I can

RE: Capitalize First Letter of Each Word

2000-10-26 Thread Robert Everland
Since everyone was talking about this I went and converted the cf_capitilize tag to almost all cfscript and it works 10 ms better than the original. If anyone is interested mail me off list or if enought post me I will just put the code in an email. Robert Everland III Web Developer Dixon Ticonde

RE: CFPOP.... Help!

2000-10-26 Thread Randy Adkins
What mail server software are you using? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 26, 2000 1:09 PM To: CF-Talk Subject: CFPOP Help! I'm trying to download all the mail on a POP3 mailbox, then delete it. I am currently using two C

breaks inside a selected DB field

2000-10-26 Thread Joseph Vincent
I am selecting a database field that has comments in it. Some of these comments can be quite long. I am wondering if there is a way for me to insert a breaks when I am outputting that field? I would want it to break every time there is LOGGED BY in the text,which is the start of a new comment

Re: Crystal Reports Version 8

2000-10-26 Thread David Green
We are using ver 8. We detect browser coming in and then run ActiveX or Java viewer. I wrote a CFM page that that will take the parameters passed in and parse them out to work with either Java or ActiveX viewer. We pass in values like report name, querry, drill down ect ect. Over all very hap

RE: JavaScript 'this' question

2000-10-26 Thread Hays, Duncan
Thanks. I think I'm catching on. I'm trying to simplify a long js and this will go a long way towards that. Part of my problem has been that I've written extra code (blocks for each row of my form) so that less code will have to execute when it's called because IE5 on our NT boxes is running js ve

RE: HTML help???

2000-10-26 Thread Jaime Garza
In IE you could use the innerHTML property of the document object. or is it in the window object? See http://msdn.microsoft.com/workshop/c-frame.htm?/workshop/author/default.asp under DHTML References/Properties > -Original Message- > From: ibtoad [mailto:[EMAIL PROTECTED]] > Sent: T

RE: CF 5 Bug Vote

2000-10-26 Thread Jaime Garza
Add my vote to XML! Today I kind-of form my XMLs with cfml, but I parse my attachments with Java CFXs in Xerces. How about something like this: It would be nice if source can be inline AND referenced (i.e. filenames, and URLS) the same for TEMPLATE in the XSL. Of course you may need to ex

Need help passing parameters to JavaScript

2000-10-26 Thread Hays, Duncan
I'm trying to pass several parameters to JavaScript in an onChange event. The input fields these are coming from are created in a loop. (This is for a timesheet.) I'm able to make the names unique by using name="WkDt#i#. I'd like to do something similar with the JavaScript parameters. I can get it

RE: CF-Talk V1 #81

2000-10-26 Thread Sandra Clark
Get rid of the "NULL" on your insert and replace with NULL ie --- Date: Wed, 25 Oct 2000 14:33:01 -0400 From: James Taavon <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Subject: Need Help Badly...Datetime Overflow Error Mess

RE: HTML help???

2000-10-26 Thread Jeff Britts
#htmleditformat(your_variable)# -Original Message- From: ibtoad [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 26, 2000 8:37 AM To: CF-Talk Subject: HTML help??? I'm still looking for a solution to the html question I posed yesterday. I built a form page that spits out a webpage,

CFPOP.... Help!

2000-10-26 Thread wnelto
I'm trying to download all the mail on a POP3 mailbox, then delete it. I am currently using two CFPOP tags. It seems to allow me to do each seperately, but when I put them both on the same page, I get a bizarre error message "[IN-USE] Maildrop locked by another session" Any ideas? Than

Re: Multi-table inserts & updates

2000-10-26 Thread David Shadovitz
John, So your bullets are not the bang-bang kind. You and I are doing the same thing. In your situation you're wondering if you need to put N text input elements on the form to allow the user to specify N records in the child table. I got around this by using a multiple-select element, where e

RE: Capitalize First Letter of Each Word

2000-10-26 Thread Paul Johnston
Either that or... -- #Variable# #new_text[j]# -- The loop is unnecessary for only one

Dreamweaver Ultra Dev and CF

2000-10-26 Thread S R
Hi, Is there someone out there using Dreamweaver Ultra Dev? I'm trying to get the Live Data function to work and just can't do it. Everytime I 'Define a site' in Dreamweaver, then open a page and try to View Live Data, it tells me that this page is not in a site and I must define one. When you

RE: ExplodedBenchmarking

2000-10-26 Thread Pete Freitag
HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\CurrentVersion\Debug Right Click on the key and select New -> String, call the string: WriteExplodedBenchmarkingInfo Set it's value to: 1 __ Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM / NETDesign Inc. C

CF turns structure keys to all UPPERCASE?

2000-10-26 Thread Ryan
Has it been your experience that CF turns all keys in a structure to all uppercase? I have a structure that I'm using, I stick a bunch of stuff in it with string keys like "String One", "String Two", then when I pull them out I get "STRING ONE" and "STRING TWO". I'm going to have to rewrite the wh

  1   2   >