Re: CF Docs in PDF Format

2000-09-05 Thread Massimo Foti
Thanks a lot! I also prefer a PDF version for searching and, most important, printing. I already downloaded everything. All the best Massimo Foti [EMAIL PROTECTED] My own Corner of the web http://www.massimocorner.com Dreamweaver, Ultra

Re: CFDIRECTORY question

2000-09-05 Thread David Shadovitz
You can trim the extension via #ListFirst(qDirectory.Name,".")#> (assuming there's only one period per file name). What's wrong with a simple insert? -David On Tue, 5 Sep 2000 Jacob McKee <[EMAIL PROTECTED]> writes: > Please help! > > I need to know how to read all the files in a directory,

RE:

2000-09-05 Thread lsellers
> > can you guys and ladies add any sites that use coldfusion at = > http://www.mydollarmachine.com/cfusers/index.cfm > > Thanks in advance > Jim All my cf bookmarks are automagically exported in xml to one of my web site. See http://www.intrafoundation.com/links.html. CFWDDX the lot of them and

Re: caching of pages

2000-09-05 Thread Gena
Just use something like at any changes of page. From my experience it is the best solution against caching problem. Cheers, Gennadi - Original Message - From: Phil Palmer <[EMAIL PROTECTED]> To: CF-Talk Group (E-mail) <[EMAIL PROTECTED]> Sent: Wednesday, September 06, 2000 3:31 PM Su

caching of pages

2000-09-05 Thread Phil Palmer
Greetings All I have two CF environments which are behaving differently : * CF 4.5.0 Studio with a single user server * CF 4.5.1 Server Professional I have just installed the CF 4.5.1 version and I am having problems with pages displaying old data. I am using the same code, same browser and sa

CF Server and MS Exchange 2000

2000-09-05 Thread Luke Kearney
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_01C017B0.7ACC82C0 Content-Type: text/plain; charset="shift_jis" Content-Transfer-Encoding: quoted-printable Hi CF'ers, I realise w

SQL server & SQL*net fighting for the same port?

2000-09-05 Thread Richard Li
This is a bit off topic but hopefully somebody can help. We use MS SQL server 7.0 and I have the SQL server enterprise manager installed on my machine. Everything was fine till I installed Oracle SQL Plus 8.0 and some Oracle tools on my machine. Since then I was not able to do something like rig

CFDIRECTORY question

2000-09-05 Thread Jacob McKee
Please help! I need to know how to read all the files in a directory, trim the .gif or .jpg or what ever extension off and create a database record based on that file name. With the , I can read a list of the files, but I can't get the INSERT to work. I also don't have any idea how to trim the e

Re: Web Hostings

2000-09-05 Thread Michael Kear
You could use www.cfm-resources.com - an excellent free CF hosting service. But they do want you to set up a proper web site. I'm not complaining, but why are these guys doing this i.e. offering free coldfusion web space? there don't seem to be any catches here - no hidden ads, no capturing deta

cf-talk@houseoffusion.com

2000-09-05 Thread Jim Taylor
This is a multi-part message in MIME format. --=_NextPart_000_0063_01C01755.11DE1540 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable can you guys and ladies add any sites that use coldfusion at = http://www.mydollarmachine.com/cfusers/index.

RE: Web Hostings

2000-09-05 Thread Peter Tilbrook
It's at http://www.cfm-resources.com. Cheers! Peter Tilbrook Aspect Computing Pty. Ltd. 19-25 Moore Street Turner, ACT, 2612 AUSTRALIA http://www.aspect.com.au Phone: (02) 6247 7677 Fax: (02) 6249 1620 Mobile: 0428 765 020 ICQ: 666275 ACT ColdFusion Users Group - http://203.37.24.198 Vikram,

Re: Web Hostings

2000-09-05 Thread Leong Yew
Vikram, I suppose you mean "free" CF hosting services. Well some time ago FusionAuthority did mention something about this. I visited the site and thought I bookmarked it. But now, I can't seem to find the URL in my favorites folder. I hope I've least pointed you in the right direction. I vis

RE: Thanks Bud!!!....It takes CF 1 minute to close DSN

2000-09-05 Thread Miriam Hirschman
You got it Bud!! I was using the same application name in both applications. I copied the code from one to the other, although I changed the DSN I forgot to change the application name. So as soon as I changed that, it worked without the hard code. One more question: Where do you put the tag

Re: Rounding to two decimal places

2000-09-05 Thread David Cummins
I've used that in the past. However, sometimes the imprecision of IEEE floating point numbers expressing base 10 stuffs it all up, i.e. for some numbers: round(a.bcde*100)/100=a.b(c-1)9 David Cummins "!jeff!" wrote: > > > > At 04:11 PM 8/30/2000 -0500, Kim Ahlbrandt wrote: > >After d

RE: 1 minute to close DSN OOPS!

2000-09-05 Thread Bud
On 9/5/00, Bud penned: >I'm not sure, but what I think may be happening is, you are using the >scenario above. Then, when you go to the second page, and you are >checking to see if application.settings.dsn is defined, and it's not >so the other datasource name loads and the query returns an error,

Re: cffile - Unable to delete the file

2000-09-05 Thread Bud
On 9/5/00, John Elder penned: >I'm using cffile to delete files but occasionally get this error: > >Unable to delete the file >The process cannot access the file because it is being used by another >process. (error 32) > >Is there a way to let cf wait for the file or just overide the server >and d

RE: It takes CF 1 minute to close DSN

2000-09-05 Thread Bud
On 9/5/00, Miriam Hirschman penned: >It worked on my computer, I didn't test it on the real server yet but I >think it would work there too. Is my method of using >#application.settings.dsn# incorrect? Before I upload the changes, I wanted >to know if it makes sense that that is what's causing

RE: It takes CF 1 minute to close DSN

2000-09-05 Thread Bud
On 9/5/00, Miriam Hirschman penned: >I thought that the application.cfm page is called before each page in that >directory. Well, that's why we needed to see some code. :-D No telling what some folks may do. > So why doesn't the variable get updated before the page loads. >Also, I've used this

RE: It takes CF 1 minute to close DSN

2000-09-05 Thread Bud
On 9/5/00, Miriam Hirschman penned: >Each page is part of an application. There are two application, which are >it two separate folders. They each have their own application.cfm page >which refers to their own DSN. Just a hunch. You DO have the application name different in the cfapplication t

cf error question...

2000-09-05 Thread Chris Terrebonne
This has probably been covered already but... Is there any way to replace or customize CF's internal error messages ("canceled or ignored by server...", etc)? Thanks, Chris _ Free email with personality! Over 200 domains! http://www.MyOwnEmail.com ---

Re: Kind of Transfer-Manager back to MS-Access

2000-09-05 Thread CF-Talk
Thank you Dick. But how did you solve the backup-side of the view ? My backup space and is limited and dat-files are swollowing a lot during the months. The only thing I can imagine is to overrite the backup-devices with the latests DB-backups every month or so. Uwe - Original Message - F

Anyone experienced with integrating ToolBook and ColdFusion?

2000-09-05 Thread BILL BROWN
I need to be able to post scores from a ToolBook lesson to a database through ColdFusion. I think I have a pretty good grasp of the AICC issues involved, but I can't seem to get the data passed through to a ColdFusion file. I understand how to intercept the POSTed data, but I can't figure out

Re: Resolve URL

2000-09-05 Thread !jeff!
Ideally, I would like to find an existing tag that does this (allaire, wanna add it?). There are other things like... ../../whatever.cfm /whatever.cfm mailto: tags then there are different ways a URL might be coded href="" href='' window.location = ''; you can see that it isn't actually as s

Re: Problem with CF location

2000-09-05 Thread Ryan
try using netscape, it gives better errors, you will see the actual server error message. Maybe the ../ it putting it somewhere other than what you think or something. Will be able to tell more with netscape. Ryan At 17:37 9/5/00 -0400, you wrote: >Hello, > >I am trying to do this from a child f

Problem with CF location

2000-09-05 Thread Stas Newdel
Hello, I am trying to do this from a child fuse app, in its index.cfm As you can see, in the first "case" clause, I am breaking out of the current sub app and am trying to redirect to another app through the parent index.cf

RE: Verifying Datasource

2000-09-05 Thread Philip Meadows
If you look through the registry of an NT Server you should be able to find keys for registered datasources. Once you find this use CFRegistry to check for the existence of your datasource in this location. You can create db's and add datasources this way too. Philip -Original Message- F

RE: CFX in ASP

2000-09-05 Thread Zachary Bedell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 There are two ways I can think of -- an easy / not quite reliable way, or a really hard, but fairly solid way... Method 1: (Fairly easy, not so stable) You mention that you want ASP for increased stability (a perfectly valid desire in my experience.

Re: Need a good dynamic bar & pie chart app...

2000-09-05 Thread Dirk De Bock
The slickest looking charts I've seen came from http://chronoweb.chartsoft.com/ but I can't say I have any experience using them in a CF environment. - Original Message - From: "Roberts, Jesse D" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 05, 2000 10:20 PM Subjec

RE: It takes CF 1 minute to close DSN

2000-09-05 Thread Miriam Hirschman
It worked on my computer, I didn't test it on the real server yet but I think it would work there too. Is my method of using #application.settings.dsn# incorrect? Before I upload the changes, I wanted to know if it makes sense that that is what's causing the error. Thanks a lot, Miriam -

Re: Need a good dynamic bar & pie chart app...

2000-09-05 Thread Jackson Moore (CFTalk)
I have used KavaCharts by Visual Engineering. You can check them out at: http://www.ve.com/kavachart/index.html It is a collection of applets that you can embed and use CF to populate the name/value pairs. This is how we used and it worked great. Also included are servlets so if you have a

CFX in ASP

2000-09-05 Thread Geoffrey V. Brown
Hey, I was wondering if anyone knew of anyway to pull data from a CFX using ASP? I'm thinking it could be done in a round-about way, as Cold Fusion is on the same box as the ASP server, but for the sake of stability we need to run some scripts in ASP. Ideas? Thanks, Geoffrey Vail Brown --

Re: It takes CF 1 minute to close DSN

2000-09-05 Thread Ken Wilson
Out of curiousity, what happened when you tested it by hard-coding the DSN names rather than using application.settings.dsn? Ken - Original Message - From: Miriam Hirschman <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 05, 2000 3:51 PM Subject: RE: It takes CF 1

Re: Resolve URL

2000-09-05 Thread John Andrichak IV
Perhaps I misunderstood your question, but why not just concatenate the strings? John Andrichak IV Web Programmer Dannemiller Memorial Educational Foundation - Original Message - From: "!jeff!" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 05, 2000 2:54 PM Subjec

RE: Need a good dynamic bar & pie chart app...

2000-09-05 Thread Kevin Langevin
Helge- Yup...I'm a blind idiot. The link is there clear as day. I just talked with one of their people, too, and it looks like Image Server is the way to go. Pro version is a bit too pricey, but I might be able to convince the powers that be to part with $2,700.00 (at least to start). The regu

RE: (OT) SQL Server?

2000-09-05 Thread dougn
I completely agree. Storing file uploads in BLOB fields usually is not very easy to do and as mentioned, every time a user wants an object you have to pull the whole object out of the database. This does not scale well at all. The best solution is to have the database store the path, or enough i

RE: Architecture

2000-09-05 Thread Ed Toon
This is probably covered more thoroughly in the knowledge base... there was even an article about it a few weeks ago. I know that you can do it on UNIX platforms... there's a directory in the CF root called CFRemoting (remoting is what Allaire likes to call this type of setup.) Unfortunately you c

Problem with URLDecode

2000-09-05 Thread Terry Stewart
Hello, I am trying to get a trademark character ™ to translate back into its correct text. When I display it to screen before the CF Code that uses it in a query all works fine (except that in order to display it at this point put's it in the wrong place), however if I do the query befor

CFFTP Question

2000-09-05 Thread Kevin Schmidt
This is a multi-part message in MIME format. --=_NextPart_000_000D_01C01756.0459E380 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am trying to remove a directory with CFFTP and am getting a 550 Access = Denied error. I am trying to rem

RE: Need a good dynamic bar & pie chart app...

2000-09-05 Thread Roberts, Jesse D
The pricing is pretty good. You can view it all on their site http://www.corda.com/pricing.cfm. The standard server costs about 2k and the pro version about 5k. The builder/development software is $250. To talk to someone from Corda, call Wenlock Free. His number is 801-802-0800 x.113. He was

Architecture

2000-09-05 Thread Joseph J. Sanger, M.D.
Does CF 4.5.1 have to run on the same box hosting the web server? Can I run CF on a WNT box, and use it with, say, Apache running on a different box (perhaps with UNIX OS)? Thanks in advance. ___ Joseph J. Sanger, M.D.

Re: [OT] submit form with ENTER

2000-09-05 Thread Jackson Moore (CFTalk)
Yeah, kind of a pain in the butt. Here is the work around I use. It traps all key presses, looking for the enter key and then submits the form. Keep in mind that this works in Netscape only since Netscape uses event.which and IE uses event.keyCode. function CheckForEnter(event) { if (event

RE: Need a good dynamic bar & pie chart app...

2000-09-05 Thread Helge Hetland
Try this :) http://www.popchart.com/pricing.cfm -Original Message- From: Kevin Langevin [mailto:[EMAIL PROTECTED]] Sent: 5. september 2000 21:46 To: [EMAIL PROTECTED] Subject: RE: Need a good dynamic bar & pie chart app... Hmmm...I can't seem to get anyone from Corda on the phone...jus

RE: next row in

2000-09-05 Thread Tim Bahlke
Thanks for the help ... I was all around it but just couldn't put it together. Tim _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile

Re:OT SQL 7 FULL-TEXT more than one column?

2000-09-05 Thread Chris Terrebonne
Here are two sql statements that I use for a forums app. Both use multiple columns: SELECT TOP 300 ID,Name,Catagory,Description,TotalThreads,TotalTopics,IsPrivate,WebName,KeyW ords,KEY_TBL.RANK FROM Forums AS FT_TBL, FREETEXTTABLE(Forums, *,'#SearchString#') AS KEY_TBL WHERE FT_TBL.ID = KEY_

RE: It takes CF 1 minute to close DSN

2000-09-05 Thread Miriam Hirschman
Yes, But that didn't change anything. Is my assumption of how the application.cfm page should work incorrect? -Original Message- From: Dave Wilson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 05, 2000 3:40 PM To: [EMAIL PROTECTED] Subject: Re: It takes CF 1 minute to close DSN M

Encrypted CF on Linux

2000-09-05 Thread !jeff!
--=_336700593==_.ALT Content-Type: text/plain; charset="us-ascii"; format=flowed Hey, has anyone had problems transferring files encrypted in an NT environment to a UNIX environment (specifically CF 4.5 on Linux)? I'm getting the following error when trying to access encryp

Resolve URL

2000-09-05 Thread !jeff!
I would like to create a CF_tag that takes a base URL, and a URL relative to it, and magically creates a fully qualified URL from the relative one. has anyone done this? Is there downloadable code either in CF or in regular expression that I could convert? Are there standards regarding resol

RE: Need a good dynamic bar & pie chart app...

2000-09-05 Thread Kevin Langevin
Hmmm...I can't seem to get anyone from Corda on the phone...just keep getting voicemail. Any idea what pricing is like? -Kev > -Original Message- > From: Helge Hetland [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 05, 2000 2:25 PM > To: '[EMAIL PROTECTED]' > Subject: RE: Need

Re: It takes CF 1 minute to close DSN

2000-09-05 Thread Dave Wilson
Miriam, Have you ensured that "maintain database connections" options is UNchecked in your odbc settings for both datasources on the server? Dave Wilson Internet Technology Manager, BizNet Solutions Co-Founder CFUG Ireland http://www.cfug.ie 224, Lisburn Road Belfast BT9 6GE Tel: 02890 225 7

OT SQL 7 FULL-TEXT more than one column?

2000-09-05 Thread PC
I know you can assign more than one column in setting up a fulltext index on a table -- but it seems like you can't include more than one column in the where CONTAINS statement...if this is indeed true how do you create a query to search thru all of the columns you have included in the fulltext i

Re: next row in

2000-09-05 Thread Sharon DiOrio
this loop: #field# next loop: #query.field[currentRow+1]# HTH Sharon At 02:53 PM 9/5/2000 -0400, Tim Bahlke wrote: >Hey all, > >I am looping through a query and need to get data from the next row. > >Make sense? While my loop in handling row 5, I ne

RE: Need a good dynamic bar & pie chart app...

2000-09-05 Thread Helge Hetland
No, sorry. I just started looking into it myself. I've tested ImageServer and relatively quickly managed to make Flash drill downs from CF queries. I guess this text from their web site tells you that ImageServer is the tool to use (Pro adds caching, loadbalancing and performance enhancements):

CFGRAPH

2000-09-05 Thread James Taavon
Is there anywhere I can go to see CFGRAPH examples? -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send

RE: Need a good dynamic bar & pie chart app...

2000-09-05 Thread Kevin Langevin
Thanks, Helge...I'm downloading the eval right now. Can you give me any info on the usefulness of Popchart Live vs. Image Server or Image Server Pro? -Kev > -Original Message- > From: Helge Hetland [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 05, 2000 2:25 PM > To: '[EMAIL PR

RE: next row in

2000-09-05 Thread Rick Osborne
Instead of using use . Then just make sure that you reference all your vars as #x.FieldName[i]#. Or, you should be able to use the CurrentRow variable from that first loop. EIther way will work, it just depends on which you think you like better. SELECT bug_id BugID, created_dt Created

Unix File Permissions

2000-09-05 Thread Jeff Honken
Can someone tell me what the minium file permissions need to be for a cold fusion template and its directory in unix. -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.ho

RE: music cd file management in ColdFusion

2000-09-05 Thread lsellers
> I actually used Min's tag to create a basic MP3 cataloging app with a > playlist generator. > The app also creates CD burn config files so you can create mixes > online and > then burn > a CD of that mix just by loading the saved config file :) Cool. That's what she's for. :) > The tool wor

RE: next row in

2000-09-05 Thread Dan Haley
#myquery.myfield[myquery.currentrow + 1]# And don't forget to check for when you are in the last row. ;) Dan -Original Message- From: Tim Bahlke [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 05, 2000 11:53 AM To: [EMAIL PROTECTED] Subject: next row in Hey all, I am looping thr

RE: Need a good dynamic bar & pie chart app...

2000-09-05 Thread Daye, Marianne
I was happy with an applet called tChart which allows you to pass parameters to various types of charts. At http://www.javaside.com/us/tchart.shtml you will find a demo and download. The download comes with several files depending on your circumstances. To pass parameters you'll want to use the

next row in

2000-09-05 Thread Tim Bahlke
Hey all, I am looping through a query and need to get data from the next row. Make sense? While my loop in handling row 5, I need to grab some data from row 6 and do a TimeFormat. I just can't seem to get to that next row. I have tried a number of different ways to do this but have had no lu

Re: instant redirection based on reffering url

2000-09-05 Thread Jerry Tolentino
You can access the reffering URL through javascript via the call "document.referrer" Hope this helps. -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.co

Re: (OT) Javascript Question

2000-09-05 Thread John Andrichak IV
Not precisely, they CAN click again, but it won't do anything... John Andrichak IV Web Programmer Dannemiller Memorial Educational Foundation - Original Message - From: "Robert Everland III" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 31, 2000 11:25 PM Subject: RE:

RE: Need a good dynamic bar & pie chart app...

2000-09-05 Thread Helge Hetland
Have you tried popchart from www.popchart.com? Very good product. Helge -Original Message- From: Kevin Langevin [mailto:[EMAIL PROTECTED]] Sent: 5. september 2000 20:32 To: [EMAIL PROTECTED] Subject: Need a good dynamic bar & pie chart app... Anyone have a tag/app that plays nicely wit

Need a good dynamic bar & pie chart app...

2000-09-05 Thread Kevin Langevin
Anyone have a tag/app that plays nicely with ColdFusion to create dynamic bar and pie chartsin a web page? I'm specifically looking for something that will display multiple recommended/actual vertical bars next to each other, in differing colors. Any help would be greatly appreciated. Thanks, a

RE: SQL ORDER BY Problem

2000-09-05 Thread Chris Terrebonne
I meant to include the SQL DateDiff() function. Oopps, sorry... Here's the correct way: SELECT Date, DateDiff(DAY,Date, GetDate()) AS "DateSpan" FROM Dates ORDER BY DateSpan Chris -- Original Message From: "Dan Haley"<[EMAIL PROTECTED]> Subject: RE

Shopping Cart (2)

2000-09-05 Thread Kevin Schmidt
This is a multi-part message in MIME format. --=_NextPart_000_1832_01C01742.ECD55C20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable What is the best way to store shopping cart items. I have noticed a = client variable with a list in one of

Re: Inserting (or updating) more than one record at a time

2000-09-05 Thread Erika Foster
Gina, Try this for inserting: (change "to" to however many variables sets you have) (do this for all your form variables) INSERT INTO Timesheet (week, clientid, userid, taskid, ..) VALUES ('#thisweek#', #thisclientied#, #thisuserid#, #thistaskid#, .) As for

RE: ODBC Date Errors

2000-09-05 Thread Kevin Queen
Doh Thanks, I guess I need to read the Notes in the CFWACK closer, Thanks all Kevin -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?s

RE: ODBC Date errors

2000-09-05 Thread Chapman, Katrina
The DaysInMonth function needs a date not just the month number but also the year. Try this. Good!! #today# - #endday# Bad!! #today# - #endday# The second loop will bomb out on the second pass through because the DaysInMonth function isn't working properly. --K -Original Mes

RE: Inserting (or updating) more than one record at a time

2000-09-05 Thread mherbene
See http://forums.allaire.com/devconf/Index.cfm?Message_ID=180096 -Original Message- From: Gina Shillitani [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 05, 2000 1:42 PM To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' Subject: RE: Inserting (or updating) more than one record at a time

RE: ODBC Date errors

2000-09-05 Thread Rick Osborne
You didn't read the documentation for the DaysInMonth() function, did ya? :) You can't just pass in a month number, you have to pass in a full date. Think about February. Wouldn't work in leap years, right? Instead, try using: DaysInMonth(Today) That should clear things right up. -Rick --

cffile - Unable to delete the file

2000-09-05 Thread John Elder
I'm using cffile to delete files but occasionally get this error: Unable to delete the file The process cannot access the file because it is being used by another process. (error 32) Is there a way to let cf wait for the file or just overide the server and delete the file? TIA, John Elder www.W

RE: Inserting (or updating) more than one record at a time

2000-09-05 Thread Gina Shillitani
I have three tables, Tasks, Clients, and Timesheet. I have to enter the timesheets by week rather than by date. What I'm having a hard time with is inserting the individual records. There are multiple records, and they are named CLIENTID1, TASKID1, etc. with a loop on the page that submits the rec

RE: Shopping Cart

2000-09-05 Thread Larry Juncker
Able Commerce has a good OpenSource shopping cart if you are looking for one to purchase. -Original Message- From: Kevin Schmidt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 05, 2000 1:31 PM To: [EMAIL PROTECTED] Subject: Shopping Cart This is a multi-part message in MIME format.

ODBC Date errors

2000-09-05 Thread Kevin Queen
List, I have a template that creates a query to get information for the month selected. I am doing this by constructing a query like this : SELECT Location, Name, Time, Event_Date, Event_Number, Location FROM Tbl_Events WHERE Event_Date >= #Today# AND Event_Date <= #EndDay# ByYear is passe

Re: Shopping Cart

2000-09-05 Thread Howie Hamlin
www.cfwebstore.com Regards, Howie - Original Message - From: "Kevin Schmidt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 05, 2000 2:30 PM Subject: Shopping Cart > This is a multi-part message in MIME format. > > --=_NextPart_000_1803_01C0173D.82C757C0 > Co

Re: Shopping Cart

2000-09-05 Thread Chad
CF comes with an example shopping cart app. Usually located in C:\Inetpub\wwwroot\CFDOCS\exampleapp\store At 01:30 PM 9/5/00 -0500, you wrote: >This is a multi-part message in MIME format. > >--=_NextPart_000_1803_01C0173D.82C757C0 >Content-Type: text/plain; > charset="iso-8859-1"

Shopping Cart

2000-09-05 Thread Kevin Schmidt
This is a multi-part message in MIME format. --=_NextPart_000_1803_01C0173D.82C757C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I know this question has been asked before. Is there a good open source = shooping cart besides the quickst

RE: SQL ORDER BY Problem

2000-09-05 Thread Dan Haley
This one, just like James' original won't work because you are mixing CF and SQL statements. CF will try to evaluate the '#datediff(date, now())#' one time when it is preparing the SQL to send to the database. It will not be evaluated for each row of the query. Build your query with CF. Use SQ

RE: Apache Isn't Playing Nice with ColdFusion...

2000-09-05 Thread Dave Watts
> Allaire only supports 1.3.2 and better :) > > From the allaire site.. > > "ColdFusion supports only Apache version 1.3.2 and above" > For Version 4.01 > > And for.. 4.5 in my CFDOCS it says > > "To configure the Apache Web Server v1.3.6" which kind > of implies that you have to use that. CF

RE: Apache Isn't Playing Nice with ColdFusion...

2000-09-05 Thread David E. Crawford
This is a multi-part message in MIME format. --=_NextPart_000_0295_01C01758.545BFF10 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Apache Isn't Playing Nice with ColdFusion...Apache is a console application, and since Win95/98 don't really support ser

RE: Apache Isn't Playing Nice with ColdFusion...

2000-09-05 Thread Dave Watts
> I installed Apache 1.3.12 on my machine last night, and I got > it running > with the following problems. Any help on any of these points would be > greatly appreciated. Win98/C533/64MB/CF4.5 config. TIA! > > 1) I can't get Apache to run automatically or as a service in > the background like

RE: Apache Isn't Playing Nice with ColdFusion...

2000-09-05 Thread Jeremy Allen
Allaire only supports 1.3.2 and better :) >From the allaire site.. "ColdFusion supports only Apache version 1.3.2 and above" For Version 4.01 And for.. 4.5 in my CFDOCS it says "To configure the Apache Web Server v1.3.6" which kind of implies that you have to use that. And apache will not run

Re: SQL ORDER BY Problem

2000-09-05 Thread Chris Terrebonne
SELECT Date, #DateDiff(date, now())# AS "DateSpan" FROM Dates ORDER BY DateSpan chris -- Original Message From: "David Shadovitz"<[EMAIL PROTECTED]> Subject: Re: SQL ORDER BY Problem Date: Tue, 5 Sep 2000 06:18:33 -0700 >Wouldn't your results be th

Apache Isn't Playing Nice with ColdFusion...

2000-09-05 Thread Kuehn, Matthew
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_01C01755.9FA441D8 Content-Type: text/plain; charset="iso-8859-1" Hello! I installed Apache 1.3.12 on my machine last night, and I

RE: transferring SQL server DB to an ISP

2000-09-05 Thread Dave Watts
> I'm having to transfer an SQL server to a client's ISP - this > is the first time I have had to do this. I have a book on SQL > server which doesn't cover this exactly, but it seems I should > be using DTS Transfer Manager? You could use Transfer Manager, which would require you to be able t

RE: CF vs. ASP (was: What I want in CF (was: Learning ASP))

2000-09-05 Thread Steve Bernard
Gives "X-Men" a whole new meaning. Steve -Original Message- From: lsellers [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 05, 2000 12:12 PM To: [EMAIL PROTECTED] Subject: RE: CF vs. ASP (was: What I want in CF (was: Learning ASP)) > Sorry, but couldn't resist this... > > Which col

RE: More of an HTML question.....

2000-09-05 Thread Matthew Jones
Link Text -Original Message- From: Andy Ewings [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 05, 2000 11:20 AM To: Jones, Matt Subject: More of an HTML question. I know I really shouldn't be asking this sort of question here but can anyone tell me how you avoid underlining hyp

More of an HTML question.....

2000-09-05 Thread Andy Ewings
I know I really shouldn't be asking this sort of question here but can anyone tell me how you avoid underlining hyperlinks in your HTML code without using Style Sheets? -- Andrew Ewings Project Manager Thoughtbubble Ltd -

RE: CF vs. ASP (was: What I want in CF (was: Learning ASP))

2000-09-05 Thread Jeremy Allen
Oh.. thats bad *throws fruit at Lewis* Magneto discussing how hes turning everyone into CF developers for the years of pain and frustration ASP caused him. Jeremy -Original Message- From: lsellers [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 05, 2000 12:12 PM To: [EMAIL PROTECTED

RE: Scheduled Task

2000-09-05 Thread Dave Watts
> Does anyone know how to run a "CFM" file, periodically, > without the use of ColdFusion's scheduled task functions? > For example, every 24-hours at a specified time. My web > site is hosted on a shared server and the hosting company > won't allow the use of the CF Administrator's scheduled

RE: CF vs. ASP (was: What I want in CF (was: Learning ASP))

2000-09-05 Thread lsellers
> Sorry, but couldn't resist this... > > Which color Hulk, and which version of Superman? The purple one? Allaire should get a cross-licensing ageement with Marvel/DC. Be _interesting_to see superheroes pitching the benefits of CF over ASP. The Beast giving a monologue on CFWDDX. Deathlok talkin

TagCFMail::sendMessage error on Solaris

2000-09-05 Thread Robert Chang
This is a multi-part message in MIME format. --=_NextPart_000_00A8_01C01719.8C6B7E10 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi all, It appears this problem - TagCFMail::sendMessage - also occurs on = Solaris. I know there is a pat

Re: Inserting (or updating) more than one record at a time

2000-09-05 Thread John Allred
Gina, I don't have a specific response to your question, only a suggestion. If your form fields correspond to columns in a table, you might find everything much easier to deal with if you modify the structure of your database. You have, essentially, these types of information: CLIENTID1,TASKID1,S

RE: It takes CF 1 minute to close DSN

2000-09-05 Thread Miriam Hirschman
I thought that the application.cfm page is called before each page in that directory. So why doesn't the variable get updated before the page loads. Also, I've used this code before in other applications without a problem. I'm not sure I understand why this method is giving me an error now. In a

RE: Using COM with CF

2000-09-05 Thread Dave Watts
> Actually... COM works just *FINE* in CFScript blocks. All you're > doing w/ COM (as far as CF is concerned) is setting variables > (properties) & calling functions (invoking methods). Both of those > functions work quite nicely in CFSCRIPT blocks. And in 4.5.1, you've > even got a CreateObjec

RE: It takes CF 1 minute to close DSN

2000-09-05 Thread Bud
On 9/5/00, Miriam Hirschman penned: >dbtype="ODBC"> Where are you setting application.settings.dsn? What are you using for the datasource name on the second page? If you are using application.settings.dsn as the datasource name for both queries, and if that is supposed to change dynamically, d

CFOBJECT and com components

2000-09-05 Thread Jason Glaun
This is a multi-part message in MIME format. --=_NextPart_000_001B_01C01758.3A50AB20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Ok I have built a com component in VB and registered it on the server = with regserver32. I am now trying

RE: CF-Talk V1 #184

2000-09-05 Thread Ryan
At 16:40 9/5/00 +0100, you wrote: >Is there a way to get the last value of an autoincrementing field, >immediately after an insert statement, without another select over the >table? I know this is now possible in ADO, is there a way in Cold Fusion? I think you could do it with a trigger, if your

RE: It takes CF 1 minute to close DSN

2000-09-05 Thread Miriam Hirschman
Each page is part of an application. There are two application, which are it two separate folders. They each have their own application.cfm page which refers to their own DSN. -Original Message- From: David E. Crawford [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 05, 2000 11:19 A

  1   2   >