Re: Stored procedures and dynamic ORDER BY

2000-06-06 Thread Sean Renet
Can you give me a quick example of what the T-SQL would look like? The way I currently have it, if I do not quote the sql var in the order by statement it throws an error thanks for your help - Original Message - From: "Paul Hastings" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunda

CF Training?

2000-06-06 Thread Leo Schuman
Hi all, In the interest of full disclosure, I'll state up front that I'm an Allaire Certified Instructor, and am V.P. of Technical Services for DevTech, an Allaire Authorized Training Center and Allaire Premier Partner with offices in Portland and Seattle. This means I know a lot about the c

CF connectivity to MySQL

2000-06-06 Thread vincy
hi, Does anyone have any information regarding CF's ODBC connectivity with MySQL. Are they are issues involved if we are taking this route ??? Thanks, VINCY -- Archives: http://www.eGroups.com/list/cf-talk To Unsubs

CFSERVER.EXE ABNORMAL PROGRAM TERMINATION

2000-06-06 Thread Lee Chou
Hello Folks, I wrote a very simple program that writes data to a file. When I run the web page, I get no problems. But if I run the same page another time, I get a CFSERVER.EXE ABNORMAL PROGRAM TERMINATION MICROSOFT VISUAL C++ RUNTIME LIBRARY error. If I reboot my machine, then again I can

RE: Studio Question

2000-06-06 Thread Matthew Walker
I see nobody answered this. You've probably figured it out by now, but what the hell. My knowledge of regexp is flaky, so be warned. > When using Studio's Extended Replace with regular expressions, how do you > do backreferencing so that you can reference matched text in your > replacement expres

Re: SQL7 + CF studio pb !

2000-06-06 Thread Francis NART
Thanks for your replies, it was a DSN problem (passwords...). Francis. At 14:51 31/05/00 -0500, vous avez écrit: >yep I think your right, I think Francis should go in and >make sure that the login name and password for the DSN are >actually entered in. or include the username and password >opti

Re: 1012000 to 01012000

2000-06-06 Thread Chris Tazewell
Its better if you format it year month day, that way you'll never have a leading 0. i.e. 2101 Taz - Original Message - From: "Nagesh Kumar Deva" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 02, 2000 6:19 AM Subject: 1012000 to 01012000 > hi all, > > i strucked up

Unlimited traffic as a CF-Provider ?

2000-06-06 Thread cftalk
Does someone know a ColdFusion Provider with unlimited Web-Traffic per month ? Thanks in advance. Uwe SD Solutions Uwe Degenhardt Fon: 08122/903791 Fax: 08122/903792 Web: http://www.sdsolutions.de E-Mail: [EMAIL PROTECTED] -

RE: Download Question Using CFINCLUDE and Java Applets

2000-06-06 Thread Philip Arnold - ASP
> I have a java applet menu that I want to use in a nested table. If the > applet is called from a CFINCLUDE tag will it still take a long time to > download? If it does, is there a better way to use this without using > frames on the page. Since CFInclude doesn't add to the download of a Java

RE: removing space between words being uploaded to a database

2000-06-06 Thread Philip Arnold - ASP
> can I ask what the code is to remove spaces between words so that I can > update the database with the values minus the blank spaces Replace(myString," ","","ALL") will remove all of the spaces, but Replace(myString," "," ","ALL") will remove the double spaces and change them to single space

RE: studio errors

2000-06-06 Thread Philip Arnold - ASP
> I have found this to be the case when I have other applications open. I > think it is because studio is a ram hog (hehe part of allaire's new dna > testing on animals) and when you attempt to close it there is not enough > "room" to close it properly. You will be happy to know that this doesn'

FW: SQL auto-increment with trailing category identifier.

2000-06-06 Thread Smith, Melanie
> Does anyone know the best way to create autonumbers using SQL 7.0 similar > to the following: > > First Document ever created in NY where NY = code "01", DocID = 901-01 > 2nd Document ever created in NY = DocID = 902-01 > > First Document created in MD (Code = "02"), DocID = 901-

Re: Another question on performance

2000-06-06 Thread Nick Slay
I can't say I've ever compared them, however, the information was something that came from a Performance Tips session by Ben Forta at a recent developer conference. Structures, Arrays and Lists, in that order. At 15:14 2/06/00 +, you wrote: >Incorrect - >Arrays are faster by a factor of

Macromedia Ultradev

2000-06-06 Thread Reynolds, Adam
Hi, I just received a 'special' offer from Macromedia to purchase Ultradev for £199.00 ex VAT. I currently use a combination of Dreamweaver 3 and CF Studio 4.5 and am contemplating whether to go for this offer. It appears that Ultradev effectively combines the above two. Is this a good anology?

RE: CF pages coming up as text

2000-06-06 Thread Philip Arnold - ASP
> We just had to reinstall MS IIS, and now our CF pages are coming > up as text. > Any ideas? Happy to send more information. Re-install CF. Installing a new IIS eats the previous settings (including things like default directory) Philip Arnold ASP Multimedia Limited T: +44 (0)20 8680 1133 "We

RE: Cookies in IE And Netscape

2000-06-06 Thread Philip Arnold - ASP
> Is it common for a cookie not to be recognized in Netscape if it's been = > set initially using IE? I'm doing some testing on an App I just = > finished, I originally used IE to test it and the cookie I am setting = > worked fine, I then wanted to make sure everything was working in = > Netscape

RE: Question about invoking Evaluate in a list attribute of a cfloop.

2000-06-06 Thread Philip Arnold - ASP
> 4.) When I tried the following, ColdFusion balked on the Evaluate function > in the list attribute: > : > > ... > ... > ... > > The Evaluate needs #s around it, otherwise the list is "E

RE: CF logins, authenticate against Novell NDS???how?

2000-06-06 Thread Paul Ihrig
yes i would also like to know more on the steps required for this! -paul > -Original Message- > From: Steve Aylor [SMTP:[EMAIL PROTECTED]] > Sent: Friday, June 02, 2000 1:57 PM > To: [EMAIL PROTECTED] > Subject: Re: CF logins, authenticate against Novell NDS???how? > > > Lanny e

Re: CF Training?

2000-06-06 Thread John Allred
I love this thread. And I appreciate the advice and encouragement from the ones of you farther down the road. Could someone comment on how to interpret the jobs listings we find online? I personally am ready to find a great company to work for, but the listings I find tend to put up some awfully s

CFUG in MS

2000-06-06 Thread John Allred
Are there any CF users interested in starting a CFUG in the Jackson, MS area? Birmingham and Atlanta are LONG drives for a mid-week meeting. Regards, John Allred -- John Allred / Jackson, Mississippi Mississippi Counties http://www.mscounties.com/

Re: Question about invoking Evaluate in a list attribute of a cfloop.

2000-06-06 Thread Mary Jo Sminkey
At 11:07 AM 6/3/00 -0400, you wrote: >Folks, > >4.) When I tried the following, ColdFusion balked on the Evaluate function >in the list attribute: >: > You have to put Pound signs around the Evaluate function when you use it in the parameter of a tag. This is one of the

Re: Stored procedures and dynamic ORDER BY ---SOLVED

2000-06-06 Thread Sean Renet
If anyone is interested This is what I came up with. Thanks for the direction and help Paul CREATE PROCEDURE webclientacctholdmonthly2 @ColumnNumberAsAnInteger varchar(100), @caccountid int, @thisdate DateTime AS IF @ColumnNumberAsAnInteger = 4 BEGIN SELECT dbo.holdingsMonthly.holdingD

PLease Help

2000-06-06 Thread Miriam Hirschman
I want to give some admin users the ability to edit records. I get all the results of the query and display them in rows of text boxes. At the end of each row is a delete link. I want to validate using JavaScript. My question is, Does Js knoe which text box i am referring to, because the text

Re: removing space between words being uploaded to a database

2000-06-06 Thread Joel Firestone
: can I ask what the code is to remove spaces between words so that I can = : update the database with the values minus the blank spaces -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www

Re: Post Time

2000-06-06 Thread Angél Stewart
Yes I agree. This causes a sort of echo effect, where six people answer a question at once, and the responses show up 5 hours later, basically all saying the same thing. I'm sure you'll receive several messages similar to this one. -Gel I'm sorry..I just couldn't resist. heh heh heh ;-P - O

RE: Shopping Cart Question (For Everyone)

2000-06-06 Thread Larry Juncker
Able Commerce Builder Awesome - New format coming out later this fall that will be Fusebox, so I have been assured by the company. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 04, 2000 9:14 PM To: [EMAIL PROTECTED] Subject: Shopping Cart Questi

CF 4.0 and Win2000

2000-06-06 Thread Dave Hannum
OK - I know that CF 4.0 is not certified for Win2000. But, I just want to use it on a development box with Win2K and IIS for about a month - just the single user version off of CFStudio 4.0. It seemed to load fine, but when I start the server, it loads - then after about 3 or 4 seconds, it die

RE: Is there a typical cause for this error message?

2000-06-06 Thread Olive, Christopher M Mr USACHPPM
um...somewhere in my head. of course, Dave Watts has a much more comprehensive list stored in HIS head, but i don't have full time access to THAT. :) seriously, no. but you might want to start keeping a (paper/electronic) log of "things i've seen vs. their causes". a KB of your own, if you wil

Re: Shopping Cart Question (For Everyone)

2000-06-06 Thread Cam Wilson
Kevin. I would suggest CF Webstore. It is a great, inexpensive program. The layout is customizable and it is open source. You can find more information at www.cfwebstore.com Cam - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 04, 2000 10:14 PM

MONEY QUESTION FOR SQL

2000-06-06 Thread William J Wheatley
This is a multi-part message in MIME format. --=_NextPart_000_010F_01C0ED9D.47894240 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable When using SQL i have a money field and in the field is the value = 1,500.00=20 WHen i do a select statement

RE: hey I can't see my posts

2000-06-06 Thread Paul's Mail
I can see Paul Burgess > -Original Message- > From: Tom Rainey [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 02, 2000 3:38 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: hey I can't see my posts > > > If you're reading this would you please respond to > [EMAIL PROTECTED]

RE: hey I can't see my posts

2000-06-06 Thread Holger Lockertsen
> -Original Message- > From: Tom Rainey [mailto:[EMAIL PROTECTED]] > > If you're reading this would you please respond to > [EMAIL PROTECTED] please. > I can't see any of my posts and I need a reality check. > Who doesn't...? :) * Holger Lockertsen, Solutions Developer, Horisont Informa

Re: CFFile and Server requirements

2000-06-06 Thread David E. Crawford
In my experience with CFFILE going back to CF 2.0, CF will need approximatly 2.25 - 2.5 times the file size of memory to process a file. It will also need approximately the same amount of disk space. So, if you expect 2 100MB files to be uploaded at the same time, you are going to need in excess

Digest indigestion?

2000-06-06 Thread nick_lansbury
I seem to be receiving the CF-Talk Digest on an hourly basis rather than on a daily basis. It's 2pm here in the UK and so far today I've received twelve different versions of CF-Talk V1 #65 N. -- Archives: http://www.eGr

RE: hey I can't see my posts

2000-06-06 Thread Don Cuniff
Your posts are fine but I can't make you out at all ;-) -Original Message- From: Tom Rainey [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 01, 2000 10:38 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: hey I can't see my posts If you're reading this would you please respond to

Can CF generate a Pop-up Window w/o Javascript?????

2000-06-06 Thread Richard Fascianella
Hello, I joined this list with the hope someone can help me with an issue I am having. I need to find out if CF can be used to generate a pop-up browser window WITHOUT the use of javascript. What I am trying to do is validate a form, and have a pop-up box appear when a field is not filled ou

RE: Cookies in IE And Netscape

2000-06-06 Thread Ray, James A
I have found also, that cookies set in IE will not work in Netscape. This is wierd because , they are saved into 2 differnet locations. I have a user name and password with cookies and it will work in IE and not Netscape. Even though the expert says it should. Jim Ray Delta Program NT Administr

list manager - old posts showing up?

2000-06-06 Thread Stephen Hait
Why are posts from several days ago apparently being resent? Stephen Stephen Hait <[EMAIL PROTECTED]> -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar

CFGRID UPDATE ERROR:

2000-06-06 Thread Angél Stewart
SQL operation updated no rows. The SQL operation UPDATE affected no rows.Either the Key value has changed or the row has been deleted. Refresh the grid and try again. Data Source = "paging" SQL = "UPDATE `subs2000` SET `MetrocallID` = ? , `Activate` = ? WHERE `ID` = ? AND `MetrocallID` = ? AND

Re: Cookies in IE And Netscape

2000-06-06 Thread Vance Duke
I too have had that problem with Netscape. My fix was to not specify the domain of the cookie. Vance Duke Application Developer - Original Message - From: "Ben Densmore" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 02, 2000 3:05 PM Subject: Cookies in IE And Netscape

Charlotte CFUG

2000-06-06 Thread Tim Bahlke
Does anyone know when the next meeting is for the Charlotte CFUG? -- Tim Bahlke thinkcreate.com P: 336.230.0575 -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoff

Re: CF logins, authenticate against Novell NDS???how?

2000-06-06 Thread Larry Meadors
http://www.novell.com/products/nds/ http://developer.novell.com/nds/ Their eDirectory product (based on NDS) is supposed to be a pretty impressive piece of work. Used by cnn and several other big names... Larry >>> [EMAIL PROTECTED] 06/02/00 11:56AM >>> Lanny et al..., Care to point us NDS "

Re: CF to Excel

2000-06-06 Thread Cary Gordon
The easiest way is to output an Excel readable text file, like a csv or tab delimited file. Cary At 02:01 PM 6/2/2000 -0700, you wrote: >How can I take the results of a Query and save it as an Excel file? > >This is what I though would work. > >Thanks all! > > > SELECT END_ITEM_ROO

Re: Another question on performance

2000-06-06 Thread paul smith
I thought folks have used a Structure to store a database table in memory to speed up queries. Is there a faster way to do this than using a Structure? best, paul At 03:14 PM 6/2/00 +, you wrote: >Incorrect - >Arrays are faster by a factor of about 4. Structures are really slow. -

Duplicate messages

2000-06-06 Thread David Shadovitz
As the guy said in Catch-22, "I see everything twice!" -David YOU'RE PAYING TOO MUCH FOR THE INTERNET! Juno now offers FREE Internet Access! Try it today - there's no risk! For your FREE software, visit: http://dl.www.juno.com/get/t

CFHTTP & IP checks

2000-06-06 Thread kraybill
I'm experimenting with the use of CFHTTP and CFHTTPPARAMS to log in to a large, unaffiliated web site I frequently use and which requires username/password. It appears the other site uses an IP check of some kind, because it throws a vague error message that reports what my IP no. is (and blo

Re: JRE.exe

2000-06-06 Thread Jonathan McGuire
jre.exe is the Java Runtime executable. This is the client program that is used to start the Java Virtual Machine. What installed it, I have know idea. Jon McGuire - Original Message - From: "paul smith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, June

Re: Stored procedures and dynamic ORDER BY: answer(?) and question...

2000-06-06 Thread Brandon Whitaker
>The stored procedure seems to work fine, but the dynamic ORDER BY withing >does not (eg.,): [snip] >What am I missing? I had a similar problem myself, on Oracle 8i. A quick post to the c.d.o.misc newsgroup, and Tom Kyte (the God of Oracle, IMHO) provided the following: [...begin excerpt...] >

Testing Connection - Delete me

2000-06-06 Thread Troy Simpson
Testing connection. Sorry for the extra traffic. Troy -- Troy Simpson | North Carolina State University NCSU Libraries | Campus Box 7111 | Raleigh | North Carolina ph.919.515.3855 | fax.919.513.3330 -- Archives: http:/

CFCONTENT and Active Desktop Components

2000-06-06 Thread Mike Amburn
I have an active desktop component that is saved as a Channel Definition File (*.cdf). I need to use an application variable within the file, so I initially thought it would be as easy as using a CFCONTENT tag. However, there is no MIME type for CDFs. Any ideas? mike ---

Problem with Studio's display of directory names

2000-06-06 Thread Seth Petry-Johnson
List, A co-worker of mine just called me to ask for help with a really strange CF Studio problem. He and I both work remotely from separate locations, so I haven't actually seen this. He claims that on a certain site he's working on the directory display has become corrupted. One of the site's

Charlotte CFUG 6.8.2000

2000-06-06 Thread Eric Bradburn
Hi, All. June meeting will be held on 8 June at 6:30pm at the offices of iXL in uptown Charlotte. See the web page (http://www.charlotte-cfug.org) for directions. Topic of the evening: FuseBox introduction -- Archives:

Getting URL from Browser

2000-06-06 Thread Scott J. Brader
Forgive me for the basic nature of this question. I'm a beginner and have been stumped by what should be a very simple task. I want to redirect users to specific pages under the main page based on what they've typed into the location or address field of their browser. I also want to be able to cap

RE: Slightly OT

2000-06-06 Thread Jason Egan
I thought they were WYSIWYNG What You See Is What You Never Get ;-) Actually my favorite is dreamweaver also, but I haven't messed with for quite a while, I'm too busy with studio... but our designers use FP 2k and dreamweaver. Jason Egan Konnections, INC. -Original Message- From: Je

HTML Text Editor

2000-06-06 Thread Bridget Corkery
Hello, I am looking for a free downloadable html text editor. I thought had bookmarked one that was mentioned in this forum, but I guess I didn't. If anyone had any good suggestions, please let me know. Thanks! Bridget --

I am blowing up, what is this crazy error?

2000-06-06 Thread Sean Renet
Error Diagnostic Information unknown exception condition unknown error while executing a tag. -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&

CFX-CRWTOPDF TAG

2000-06-06 Thread sam komolafe
Hi guys, The CFX-CRWTOPDF print tag is no longer available on Alliare's Tag Gallary. Can any one who has a copy send me a copy of the Tag. Thanks sam [EMAIL PROTECTED] -- Archives: http://www.eGroups.com/list/cf-talk T

rounding numbers with CF

2000-06-06 Thread Shawn Regan
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01BFCF08.CAF928F0 Content-Type: text/plain; charset="iso-8859-1" Hey CF people, I have been using the round() function. It rounds

RE: Cookies in IE And Netscape

2000-06-06 Thread Steve Reich
The reason for this is that the two browsers set and look for the cookies in different places (path). The cookies need to be set by the browser the user is using for them to work properly. HTH, Steve -Original Message- From: Ben Densmore [mailto:[EMAIL PROTECTED]] Sent: Friday, June 02,

Re: CF pages coming up as text

2000-06-06 Thread Jacob
Check your file type and made sure .cfm does not piont to text/html. At 10:15 AM 6/2/00 -0500, you wrote: >We just had to reinstall MS IIS, and now our CF pages are coming up as text. >Any ideas? Happy to send more information. >

How to output fields of a table

2000-06-06 Thread aslam bajaria
Hi All, How do you output the names of the fields of a table from SQL server and their values when you don't know the names of the fields or the values of those fields. Can you just have a query like: select * from ThatTable Appreciate. A.B. ___

RE: programatically changing CF ADMIN settings

2000-06-06 Thread Ryan Hill
Greg, This is expected behavior. Registry settings do not normally take effect until they are re-loaded by the service using them. Luckily, Allaire wrote a function that will rescan and reload registry settings without needing to restart the services. It sounds like the param you are trying to

CFSERVER.EXE ABNORMAL TERMINATION ...

2000-06-06 Thread Lee Chou
Hello Folks, I wrote a simple program to write to a file and close it. When I run it once, it works fine. But if I refresh and run it a second time, I get a CFSERVER.EXE ABNORMAL PROGRAM TERMINATION MICROSOFT VISUAL C++ RUNTIME LIBRARY error. If I reboot my machine, I can then run it one time

Re: [Re: [Re: personal oracle 8i]]

2000-06-06 Thread Larry Meadors
Sorry, I wish I had more details. Mine just worked, and I've only done it on NT4. >>> [EMAIL PROTECTED] 06/02/00 01:34PM >>> I've tried that way. But the CF still can't connect to the datasource. Can you give me more detail setting in tnsnames and listener? Notes: I am using Windows 98, not NT.

Re: Anyone else having list problems?

2000-06-06 Thread Stephen Garrett
I've been having this problem for many many months, and only from cftalk. Usually about a dozen or so every day. At 05:07 PM 6/2/2000 -0400, Bud wrote: >Hi. For the second time this week, I check my mail and the first >thing I get is an error message: Error while checking mail. The >attachment

Re: SCALABILITY -- So. Cal. Users Group -- Tuesday 6/6/2000 7pm

2000-06-06 Thread Lisa Greenberg
--DE97268356699096C28C8D56 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I'm very interested in this presentation. However, I have a previous commitment with the San Diego American Statistical Association. I'm working on removing myself from this commit

CFSERVLET tag

2000-06-06 Thread Aurelio Sablone
Hello everyone, My company is investigating web development technologies and is considering ColdFusion. We currently develop with Java servlets (with an Oracle DB and Oracle App Server on Solaris) but want to have more rapid development. We did a test between a CF query and a servlet query (usi

CF/MS SQL Wierd Errod

2000-06-06 Thread Jordon Saardchit
We're having a very strange error with one of our servers here, and we can't quite seem to figure it out. We have CF server 4.01 running with MS SQL Server 7 (running on same server). Every time we run a query through an ODBC DSN setup through CF Admin, the server hits 100% CPU usage and will no

Re: studio errors

2000-06-06 Thread Jacob
I also got access violation errors but 4.5.1 seemed to have fixed it. Went from access violations every time a close Studio to about once a month. And to make matters worse, I must give users Administrative rights to use Cold Fusion Studio. Jacob At 02:27 PM 6/4/01 -0400, you wrote: >yes i g

RE: CF to Excel

2000-06-06 Thread Dutkin, Sam
There are several Custom tags availabe on the Allaire tag gallery that will allow you to do this if you want to do it that way. Try this: http://devex.allaire.com/Developer/Gallery/SearchResults.cfm?keywords=excel Hope that helps, Sam Dutkin Programmer Internet Development IBS Interactive (NAS

CF 4.0 and Win2000

2000-06-06 Thread Dave Hannum
OK - I know that CF 4.0 is not certified for Win2000. But, I just want to use it on a development box with Win2K and IIS for about a month - just the single user version off of CFStudio 4.0. It seemed to load fine, but when I start the server, it loads - then after about 3 or 4 seconds, it die

Admin Files not found?

2000-06-06 Thread Eric Hoffman
After a new CF install (of cf 4.5 ent), I can get to the login page of the administrator..enter the correct password.when it goes to the index.cfm page so I can start doing my job, it gives a 404 error. Anyone seen this or know why? To review our disclaimer please visi

USing a checkbox to update

2000-06-06 Thread Robert Everland
Ok here is my predicament. I have a list of things, say 100, that I want to update. Now I want a checkbox to tell which parts to update. So now when I hit update it gives me the list of things as one big record to update, how do I make it loop through them to update each individual record or is it

RE: Slightly OT

2000-06-06 Thread Shawn Regan
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01BFCF12.4BB4D410 Content-Type: text/plain; charset="iso-8859-1" One I think that is easy is Dreamweaver Shawn Regan -Origin

RE: writing to a database error

2000-06-06 Thread Roberts, Jesse D
Your criteria expression is the problem (i.e., the WHERE ID='#Session.TradeID#' clause) My guess is that the TradeID field isn't a text field in which case there shouldn't be any quote marks around it. Remove them and see what you get. Jesse D. Roberts Business Process Analyst Procurement Quali

Connecting to DBF databases via ODBC?

2000-06-06 Thread Reed Powell
Has anyone had any success connecting to Foxpro or dBASE DBF databases via ODBC? I get a DBF file from an outside source each month, and have been manually importing into Access. My goal is to automate this process. I'd like to just have a DSN that points to the location that this external appl

Full Screen and Close Window ??

2000-06-06 Thread WHubbard
What is the code to open a window in full screen mode? What is the code to close the window when the submit button is selected? (if there is a way without the java message.) -- Archives: http://www.eGroups.com/list/cf-ta

Re: CF logins, authenticate against Novell NDS???how?

2000-06-06 Thread Kevin Marshall
I did a little searchin' in the Allaire forums and came up with an interesting post about this subject: http://forums1.allaire.com/DevConf/Index.cfm?Message_ID=487949 This explains how to generate the certificate for the SSL link to the Novell LDAP server. You also may want to search for "LDA

OT: Spellchecker

2000-06-06 Thread Grady Milhon
Does any know of a good spellchecker other then CF Spell? I want one that is close to the spellchecker like Word has, with a pop-up dialog. I found Jspell, but the client-server version is $600, a little too high. I was looking for something less then $300. Please let me know if any knows of a

Number calculations.

2000-06-06 Thread Ben Lowndes
Hi, as this list is so quiet (or broken?) I thought I'd post this question. I'm taking an integer value from a database. I need to be able to seperate out the tens and units into a new variable, the thousands and hundreds and thousands into another and the rest into another. eg: DbValue = 286453

SQL Server Question

2000-06-06 Thread S R
Hi everyone, I am not very savvy on the 'mechanical' workings of SQL Server but I need to remove it from my C drive and install it on my D drive. I am used to Microsoft ACCESS where I sould simply 'cut and paste' the database to the D drive and then re-add it into my CF Server. What do I need

RE: CF to Excel

2000-06-06 Thread Owens, Howard
Try writing your output with CFFile First, create a new file with your first line being a tab delimited column head names: Next, append your query results, again, delimit with tabs -- you'll want to surround your CFFile-append with a CFLoop query loop: H. = Howar

JSP Servers

2000-06-06 Thread Ken Monroe
Hello! Does anybody have any comparison experience/recommendations between JRUN, BEA WebLogic, and IBM WebSphere? Thx -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/i

CFMAIL Alternatives

2000-06-06 Thread Sean Daniels
Hello all, I am lookig for an alternate solution to cfmail that will allow my site to send larger quantities of email more efficiently. For example, a newsletter to all of our customers will go out to about 12,000 people. This currently takes CFMAIL a hell of a long time to send out - like about

OT about this list

2000-06-06 Thread Won Lee
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01BFCF17.ADAFFC30 Content-Type: text/plain; charset="iso-8859-1" as stated on houseoffusion.com i posted something related to jobs

RE: CF vs. Oracle Application Server

2000-06-06 Thread jstiefel
Well, it's like 60k for OAP, and 7k for CF Enterprise. It will cost you twice as much for labor in development on OAP. Nuff' said? -Original Message- From: Troy Simpson [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 01, 2000 4:04 PM To: cf-talk Subject: CF vs. Oracle Application Server

Re: Slightly OT

2000-06-06 Thread John Westerlund
Try note tab light www.notetab.com. It comes in freeware, nominal and professional variety. Its quite good, but homesite is better because homesite has a button for every html widget. Other than that, textpad in windows. - Original Message - From: Matthew Walker <[EMAIL PROTECTED]> To:

Shopping Cart Question

2000-06-06 Thread KJis18
Well, I'm just wondering what is everyone's most recommended shopping cart application that is OPEN SOURCE? Thanks Kevin -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffus

Re: Allaire Spectra E-Business Construction Kit

2000-06-06 Thread Gregg Kachel
Love all your books, i'm looking forward in reading that one. =) Thanks for letting me know! At 04:31 PM 6/2/00 -0400, you wrote: >This is a public service announcement (combined with some blatant commercial >advertising ): > >The "Allaire Spectra E-Business Construction Kit" is finally avail

Re: Someone reply to me off list

2000-06-06 Thread Art Broussard
> Is anyone getting this email? Haven't gotten anything all day > > I got your email and a few others from the list. Art -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.c

Input Type Fields

2000-06-06 Thread LH Rothman
Hello: I have a template which a person accesses by entering their PIN. At the template they can view/modify their name, address and phone. They can also enter data at a comment field and select various radio buttons. After submitting the template the data IS appended to the database. However i

Re: CF vs. Oracle Application Server

2000-06-06 Thread Brandon Whitaker
>We are trying to make a determination whether to use Oracle Application >Server or ColdFusion Application Server. >Does anyone know where I can find a comparison (pros/cons) between the >two products? >Any personal comments will also be appreciated. How about 100% personal comments? :) I don't

Re: Looping through form fields

2000-06-06 Thread Chris Hayes
Do the PROJECT_COMPONENTS bit outside of the loop and put a condition in the loop to ignore that field: PROJECT_COMPONENTS - #evaluate("PROJECT_COMPONENTS ")# #field#-#evaluate("#field#")# If you need output in a particular order you could start juggling stri

RE: Someone reply to me off list

2000-06-06 Thread Jason Egan
I did get a fair amount this morning, then a little later on ,... but mostly it has just dripped in... pretty sad... I don't mean any disrespect to the list, but I think I might set up another list server for us to use? What you think? Jason Egan Konnections, INC. -Original Message- Fro

RE: programatically changing CF ADMIN settings

2000-06-06 Thread Andrew Scott
As with any change to the Registry the application whether it be Coldfusion server or Windows itself the program needs to be restarted for the registry to be reloaded:-) -Original Message- From: Greg Saunders [mailto:[EMAIL PROTECTED]] Sent: Friday, 2 June 2000 9:57 PM To: [EMAIL PROTECT

com objects/cffile and access permissions

2000-06-06 Thread Tobe Goldfinger
I've got a site where the admin guys just changed CF to run under a separate login, so that CFFILE could refer to a network drive.. BUT now the COM object won't load (the application loads MS Word as a com object to do some processing) This is the error they get: "Error trying to create o

Re: .....CF on Linux 6.2 , got a clue?

2000-06-06 Thread Rey Bango
Vince, Are you talking about Redhat 6.2 or SuSE 6.2? Rey... - Original Message - From: "vincy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 02, 2000 8:47 AM Subject: .CF on Linux 6.2 , got a clue? > hi, >We have decided to run CF 4.5 on Linux 6.2 . And using M

RE: CF vs. Oracle Application Server

2000-06-06 Thread Chris Chambers
While I have never used Oracle's app server product (I have used their rdbms extensively), I have used some of the products in that genre (db companies that thought they could write an application server e.g. Informix's Web Data Blade). My experience has been that the app servers produced by db m

CFFILE on a mounted share?

2000-06-06 Thread Chris
Hey all--- Is it possible to CFFILE (upload & read) to and from a mounted Windows drive? e.g. where Z: is a shared drive that is mounted on the server. I've tried to do this, giving every permission to the CF server that I can imagine, but no dice - it fails with "Access is denied (e

Email authentication

2000-06-06 Thread Todd Ashworth
When someone signs up on my site, I would like to be able to verify that their Email address is valid and, at the same time, make sure they are really the person using that address. I would like to send some sort of confirmation E-mail with a link they have to follow to activate their registratio

  1   2   >