RE: Slightly OT using a .sql script the create a Access Database

2002-05-15 Thread Bryan Love
open a new DB select QUERIES from the left side click CREATE QUERY IN DESIGN VIEW click CLOSE at the SHOW TABLES prompt from the top menu click VIEW - SQL VIEW you can run scripts from here. -Original Message- From: Mike Brunt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 6:29

Re: [admin] List status

2002-05-15 Thread Michael Dinowitz
Michael Dinowitz 3501 Ave K Brooklyn, NY 11210 I got just rid of my Paypal acct when I hit my max and they wanted a bank acct #. Got a Plan B (mail address or something) Michael? Cheers, --Matt-- -- Original Message -- from: Bob Lehman [EMAIL

RE: Slightly OT using a .sql script the create a Access Database

2002-05-15 Thread Boardworks Interactive
Mike, Are you asking to create an Access Database (.mdb file), or just to create a additional table in an existing Access DB? See ya tomorrow! Scott SCOTT VAN VLIET BRD.WRKS INTERACTIVE T: 714.469.6805 E: [EMAIL PROTECTED] -Original Message- From: Mike Brunt [mailto:[EMAIL

Re: Slightly OT using a .sql script the create a Access Database

2002-05-15 Thread Jochem van Dieten
Mike Brunt wrote: I have created many SQL Server databases using an .sql script but never an Access one. Can anyone tell me how to do this in Access, this is for a CF App and I apologize if this is slightly OT. Not. Best bet is to have an empty Access database at hand to copy into the

RE: Oracle 7 with MX

2002-05-15 Thread Kevan . Windle
Trying to get this to work, I've got the JDBC drivers, but can't find info on installing them or settting up a datasource. I would get there in time just looking for a short-circuit (apologies if this is a duplicate, sent yesterday and it hasn't shown up yet)

RE: Oracle 7 with MX

2002-05-15 Thread James Maltby
Kevan Give Ian an email as he may know the solution to this... It really depends on what version of MX you have I think... J -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 09:40 To: CF-Talk Subject: RE: Oracle 7 with MX Trying to

Re: Here is a strange one...

2002-05-15 Thread Pete Ruckelshaus
Show us da code! Chances are that you aren't using the full path, i.e.: cfexecute name=c:\inetpub\wwwroot\somepath\restart\restart.bat/cfexecute Pete - Original Message - From: Neil H. [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, May 14, 2002 3:47 PM Subject: Here is

Re: Refresh

2002-05-15 Thread phumes1
Hi, I'm having trouble figuring this one out. I'm using cfdirectory to list file(s) on our server. Each file has an associated a href anchor. When a link is clicked on and depending on the file extension different templates are opened up. For example, one link will open a dialog that allows a

RE: Refresh

2002-05-15 Thread David Armstrong
refresh the primary window then close the secondary, like this: script //refresh primary window window.opener.location.refresh(); //close secondary window window.self.close(); /script rgds, dave a. -Original Message-

RE: Refresh

2002-05-15 Thread Philip Arnold - ASP
I'm having trouble figuring this one out. I'm using cfdirectory to list file(s) on our server. Each file has an associated a href anchor. When a link is clicked on and depending on the file extension different templates are opened up. For example, one link will open a dialog that allows a

RE: Refresh

2002-05-15 Thread David Armstrong
doh! window.opener.loocation.reload(); -Original Message- From: David Armstrong Sent: Wednesday, May 15, 2002 1:03 PM To: CF-Talk Subject: RE: Refresh refresh the primary window then close the secondary, like this: script //refresh primary window

CF MX, J2EE, and the directory structure...

2002-05-15 Thread David Schmidt
Hi all, Anyone know what the impacts of CFMX being J2EE compliant will have on the code directory structure. I understand that the J2EE specification says some things about a directory structure for the WAR files, but how does this affect my cf pages. For instance, say I've come up with a

RE: [admin] List status

2002-05-15 Thread Kevin Schmidt
Can you say crap. :) I am not a big fan of MySQL. I have to do some work in it and it pales in comparison. -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 5:19 PM To: CF-Talk Subject: Re: [admin] List status Can you say MySQL? g -

Re: [admin] List status

2002-05-15 Thread David Schmidt
I am not a big fan of MySQL. I have to do some work in it and it pales in comparison. Yes, but compared to the performance of MS Access how does it do? I'm just talking performance, not administration. There are admin tools out there for the front end. -Original Message- From:

RE: [admin] List status

2002-05-15 Thread Kevin Schmidt
I am sure performance wise it is better, but the admin tools aren't great. There is nothing even close to Enterprise Manager. And someone correct me if I am wrong, but does MySQL support stored procs yet? Last time I checked it still didn't. It just seems clunky to me. Mike, who hosts the

Dropdown Box

2002-05-15 Thread Ben Covington
Hello All, When recalling a stored value that was submitted by a dropdown box, is there a way to have the dropdown box show the chosen value when returning to that form? Any suggestions? Thanks, Ben __ This list and all

RE: Dropdown Box

2002-05-15 Thread Joshua Tipton
look up IIF -Original Message- From: Ben Covington [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 9:00 AM To: CF-Talk Subject: Dropdown Box Hello All, When recalling a stored value that was submitted by a dropdown box, is there a way to have the dropdown box show the chosen

RE: Dropdown Box

2002-05-15 Thread Kevin Schmidt
option value=ID cfif queryid eq currentidselected/cfifName/option When you output the list of options check to see if the current id of the item equals the one stored in the DB is so add the selected attribute. -Original Message- From: Ben Covington [mailto:[EMAIL PROTECTED]] Sent:

Re: Floating Navigation

2002-05-15 Thread phumes1
I'm looking for some code that will allow me to have floating navigation text at the bottom of my webpage. As the user scrolls down the page of a long listing the links will flot also. I know I can do this with frames but I want to avoid that. I found one on

MX speed vs. 5.0 speed

2002-05-15 Thread Kris Pilles
I was just curious for those of you who are using CF MX now... What kind of difference in speed are you seeing??? __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

RE: CF MX, J2EE, and the directory structure...

2002-05-15 Thread Dave Watts
Anyone know what the impacts of CFMX being J2EE compliant will have on the code directory structure. I understand that the J2EE specification says some things about a directory structure for the WAR files, but how does this affect my cf pages. For instance, say I've come up with a

Buyer-seller matchmaking marketplaces in CF

2002-05-15 Thread Martin P. Cadirola
Hi folks, I was wondering if there are any good and robust apps of this kind. I searched on the usual places and couldn't find this type of applications (I'm not looking for a catalog app, btw). May be someone worked on this before...? Thanks in advance! Martin

RE: database server (was: [admin] List status)

2002-05-15 Thread Dave Watts
Actually, we just priced this: It is about $5000 per cpu if you get SQL Server Standard edition and about 20,000 (not sure about this one) per cpu if you want Enterprise edition. The difference between the editions is failover and uptime tools. Can you say MySQL? Can

RE: [admin] List status

2002-05-15 Thread cstredway
I know that MySQL cannot really stand up to MS SQL but when you are talking about the amount that MS SQL costs versus using MySQL, I would us MySQL unless someone just wanted to pay for MS SQL. -- Clint Tredway -- Through Him, anything is possible. Can you say

CF4.5+ only tags and functions list?

2002-05-15 Thread Gyrus
I'm building a site to work on a CF 4.0 (!!) server, adapting my template which is designed for CF 4.5+. Is there are resource anyone can quickly point me to that lists all tags, functions and features introduced *after* a certain version of CF (in this case 4.0) - instead of trawling through

RE: [admin] List status

2002-05-15 Thread Michael Ross
Michael are we talking getting an actually box at your place (or where ever to do this) or you can you piggy back on an already live sql enterprise box (thats not even close to being utilized)? I am not sure how legal this might be or even if my boss would go for it, but at $500 for sql 2000

CF4.0 shared scope locking?

2002-05-15 Thread Gyrus
Another CF4.0-only question... Jeez, I feel like I'm back in the stone age doing this with MX flying around! What's the deal with locking shared scope variabled in CF4.0, which doesn't support the SCOPE attribute for CFLOCK? Instead of: cflock scope=APPLICATION type=READONLY timeout=10 temp

Re: [admin] List status

2002-05-15 Thread Howie Hamlin
I've seen independent tests that showed that MySql was actually faster than MSSQL. Of course, results may vary but the point is that MySql is no slouch. MySql 4.1 (yes, it's vaporware currently) is slated to support stored procedures... Regards, -- Howie Hamlin - inFusion Project Manager

Help with why I shouldn't use ASP.NET

2002-05-15 Thread Yager, Brian T Contractor/NCCIM
Hello CF'ers...My management came to me asking for pro's and con's about ASP.NET. I don't know much about it. Can anyone help me out here? Hint...I'm not looking for GOOD things to say about it either! Thanks, Brian Yager President - North AL Cold Fusion Users Group Sr. Systems Analyst

RE: Dropdown Box

2002-05-15 Thread Ben Covington
Thanks Gents! -Original Message- From: Kevin Schmidt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 9:08 AM To: CF-Talk Subject: RE: Dropdown Box option value=ID cfif queryid eq currentidselected/cfifName/option When you output the list of options check to see if the

Re: MX speed vs. 5.0 speed

2002-05-15 Thread Jon Hall
In general, although I haven't got a real feeling for MX all around yet, I'd say it's much much faster for most things. Simple looping 1 times type tests show a huge increase in performance... After playing with it a bit, I do get the feeling that JDBC just isn't as fast as MS's drivers ODBC

RE: CF4.0 shared scope locking?

2002-05-15 Thread Dave Watts
What's the deal with locking shared scope variabled in CF4.0, which doesn't support the SCOPE attribute for CFLOCK? Instead of: cflock scope=APPLICATION type=READONLY timeout=10 temp = application.variable; /cflock Should I use: cflock type=READONLY timeout=10 temp =

RE: [admin] List status

2002-05-15 Thread Joshua Tipton
Does mysql have full text searching capabilities like MS SQL if not then they would be almost pointless to use MY SQL to search through the list archives. Josh -Original Message- From: Michael Ross [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 9:50 AM To: CF-Talk Subject: RE:

RE: Help with why I shouldn't use ASP.NET

2002-05-15 Thread Kevin Schmidt
I have heard some grumblings about security but nothing specific. -Original Message- From: Yager, Brian T Contractor/NCCIM [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 9:00 AM To: CF-Talk Subject: Help with why I shouldn't use ASP.NET Hello CF'ers...My management came to

RE: [admin] List status

2002-05-15 Thread Dave Watts
Does mysql have full text searching capabilities like MS SQL if not then they would be almost pointless to use MY SQL to search through the list archives. I don't know whether MySQL provides that, but you could just as easily use Verity for that, assuming you're writing the front end in CF.

RE: [admin] List status

2002-05-15 Thread Craig Thomas
Ever hear of Verity? __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

RE: CF4.0 shared scope locking?

2002-05-15 Thread Rob Baxter
You need to use the name attribute to specify a name unique to that locking code. For example, for Session var locking I usually used cflock name=#CFID#_#CFTOKEN# ... The trick is to be consistent with your lock naming so that different code block which you want to lock will have the same name.

Client var problem

2002-05-15 Thread Ian Lurie
We've got a shiny new SQL 2000 server storing our client vars - we're periodically seeing this error: [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot insert duplicate key row in object 'CDATA' with unique index 'id1'. Has anyone else seen this? Ian Portent Interactive Helping clients

RE: [admin] List status

2002-05-15 Thread Joshua Tipton
Duh Verity I forgot about that. But still wouldnt the back end of sql be alot faster than cf verity? -Original Message- From: Joshua Tipton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 10:03 AM To: CF-Talk Subject: RE: [admin] List status Does mysql have full text

RE: Slightly OT using a .sql script the create a Access Database

2002-05-15 Thread Dave Watts
Best bet is to have an empty Access database at hand to copy into the location that you want it and then create the tables etc. using standard SQL (that part is really RTFM), but AFAIK it is impossible to do the actual database creation in SQL. You might not be able to do it in your SQL

Studio Problem

2002-05-15 Thread Joshua Tipton
In Studio 5 when I try to query the help it always comes up with No matches Found no matter what I put in. I have put in cfquery and nothing comes up. Is there anything I can do to fix this or is a reinstall coming my way? Joshua Tipton

RE: Verity (was: [admin] List status)

2002-05-15 Thread Dave Watts
Duh Verity I forgot about that. But still wouldnt the back end of sql be alot faster than cf verity? No, there's no reason for it to be that way. The K2 server is pretty fast. In addition, you can offload K2 search functionality onto a separate machine from your web and database servers.

RE: Help with why I shouldn't use ASP.NET

2002-05-15 Thread Dave Watts
Hello CF'ers...My management came to me asking for pro's and con's about ASP.NET. I don't know much about it. Can anyone help me out here? Hint...I'm not looking for GOOD things to say about it either! Well, actually, it is pretty good, all things considered. If you were using ASP.NET,

Re: Help with why I shouldn't use ASP.NET

2002-05-15 Thread Jon Hall
You have to pay the developers more, because of the higher learning curve. Flash integration is going to be better in CF. Visual Studio is absolutely horrid at visual design unlike DW. So you have to pay for two IDE's...or have seperate designers and coders. Net Server has been delayed until next

RE: Computer Professionals / Cold Fusion Programmer

2002-05-15 Thread Christopher Olive
whoops. my bad. i worked for the DoD (Department of Defense :)) for 2.5 years, and the TLAs (Three Letter Acronyms) fly fast and thick. :) www.acronymfinder.com is my friend. :) christopher olive cto, vp of web development, vp it security atnet solutions, inc. 410.931.4092

RE: Client var problem

2002-05-15 Thread Mark A. Kruger - CFG
This error occurs when you fail to offer the services of your shiny sql server to list manager g. -Original Message- From: Ian Lurie [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 9:10 AM To: CF-Talk Subject: Client var problem We've got a shiny new SQL 2000 server storing

RE: Help with why I shouldn't use ASP.NET

2002-05-15 Thread Mark A. Kruger - CFG
One good reason is that CFMX will automatically play nice with .NET and with J2EE - which are the 2 technologies competing fiercely for the same share. CFMX is sort of like switzerland during the war g. -Original Message- From: Yager, Brian T Contractor/NCCIM [mailto:[EMAIL

Re: MX speed vs. 5.0 speed

2002-05-15 Thread Dave Carabetta
I was just curious for those of you who are using CF MX now... What kind of difference in speed are you seeing??? That's not a question you're going to get a valid answer to until MX goes gold and the final code is made available. Performance tuning is an on-going process at MM right now.

Re: Verity (was: [admin] List status)

2002-05-15 Thread Paul Hastings
Duh Verity I forgot about that. But still wouldnt the back end of sql be alot faster than cf verity? No, there's no reason for it to be that way. The K2 server is pretty fast. In addition, you can offload K2 search functionality onto a separate machine from your web and database servers.

RE: CF4.0 shared scope locking?

2002-05-15 Thread Rob Baxter
Slight correction: You wouldn't want to use name=Application_scope because that would lock app variables across all applications on the server (assuming they used the same naming convention), probably not what you want. A better approach, as Dave Watts suggested, is to use the application name.

RE: Studio Problem

2002-05-15 Thread Chris Lofback
Joshua: I've seen this before and I've fixed it by deleting (or renaming) the Searchable Help folder in [root drive]:\Program Files\Macromedia\ColdFusion Studio 5\Verity\collections. The next time you go to use the Help search, Studio will ask if you want to rebuild the indexes. Try that

RE: Help with why I shouldn't use ASP.NET

2002-05-15 Thread Carlisle, Eric
I'll add another... With ASP.NET, you're married to MS Servers. ColdFusion is available for a variety of OS platforms with a variety of web servers. -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 10:29 AM To: CF-Talk Subject: Re: Help with

Re: Client var problem

2002-05-15 Thread Bud
On 5/15/02, Ian Lurie penned: We've got a shiny new SQL 2000 server storing our client vars - we're periodically seeing this error: [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot insert duplicate key row in object 'CDATA' with unique index 'id1'. Has anyone else seen this? Did you let

Re: [admin] List status

2002-05-15 Thread Pete Ruckelshaus
Allow me to interject a word of reason here, from the perspective of someone who runs a well-used web resource that I almost shut down because of the time/money involved. A very limited number of people offered some financial donations, which covered about half of what it cost to host the

RE: Client var problem

2002-05-15 Thread Ian Lurie
Hah! -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 7:28 AM To: CF-Talk Subject: RE: Client var problem This error occurs when you fail to offer the services of your shiny sql server to list manager g. -Original Message-

using cflock with scope vs name

2002-05-15 Thread David Schmidt
Is there a benefit to use the name= attribute rather than the scope= attribute in a cflock statement. What is recommended? Thanks, Dave __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ:

RE: Studio Problem

2002-05-15 Thread Joshua Tipton
Thanks you guys rock. Josh -Original Message- From: Chris Lofback [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 10:31 AM To: CF-Talk Subject: RE: Studio Problem Joshua: I've seen this before and I've fixed it by deleting (or renaming) the Searchable Help folder in [root

RE: Client var problem

2002-05-15 Thread Ian Lurie
Tell you what - if you'll pay for the bandwidth, we'll host it for free :) Seriously... -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 7:28 AM To: CF-Talk Subject: RE: Client var problem This error occurs when you fail to offer

RE: Verity (was: [admin] List status)

2002-05-15 Thread Joshua Tipton
That it was I thought but me not ever using verity before I was not sure. Josh -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 10:32 AM To: CF-Talk Subject: Re: Verity (was: [admin] List status) Duh Verity I forgot about that. But

RE: [admin] List status

2002-05-15 Thread Mark A. Kruger - CFG
Ok - Michael, send the details for giving you money via paypal (are there details)? CFWT will send some payola to you g. Mark -Original Message- From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 9:37 AM To: CF-Talk Subject: Re: [admin] List status Allow

RE: CF4.0 shared scope locking?

2002-05-15 Thread Bud
On 5/15/02, Rob Baxter penned: You need to use the name attribute to specify a name unique to that locking code. For example, for Session var locking I usually used cflock name=#CFID#_#CFTOKEN# ... I don't think that's going to work as user A will have a different cfid and cftoken than user B.

RE: using cflock with scope vs name

2002-05-15 Thread Dave Watts
Is there a benefit to use the name= attribute rather than the scope= attribute in a cflock statement. What is recommended? If you're locking memory variables (Session, Application, Server) on CF 4.5.x or 5, I'd recommend using the SCOPE attribute. If you're locking something else, or you're

RE: Client var problem

2002-05-15 Thread Tony_Petruzzi
why don't you just drop the client variable database and then recreate it. see if that fixes the problem. why waste your time beating your head against the wall. Anthony Petruzzi Webmaster 954-321-4703 [EMAIL PROTECTED] http://www.sheriff.org -Original Message- From: Ian Lurie

Re: Change FileName from Download.cfm to Download.csv

2002-05-15 Thread Troy Simpson
Thank you. I'll give it a try. Where can I find a list of all possible values for the type attribute of the cfcontent tag (cfcontent type=application/vnd.ms-excel file=#variables.PathAndFileName# deletefile=No) so if I wanted to send a text file, word document, or xml document for IE to

Re: Help with why I shouldn't use ASP.NET

2002-05-15 Thread Jon Hall
Perhaps I should add that I actually like .Net...on the _client_ side of the equation (Win32 apps and the like). I think Java owns the server side and that's where most of the investment in Java is taking place these days. jon - Original Message - From: Jon Hall [EMAIL PROTECTED] To:

RE: [admin] List status

2002-05-15 Thread Craig Thomas
The paypal link is: https:[EMAIL PROTECTED] __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ:

Re: CF4.0 shared scope locking?

2002-05-15 Thread Gyrus
- Original Message - From: Bud [EMAIL PROTECTED] snip To set a value in a variable named session.cart: cflock name=#request.dsn#_basket timeout=10 type=exclusive cfset session.cart.product_id = #form.product_id# /cflock To read session.cart: cflock name=#request.dsn#_basket timeout=10

RE: using cflock with scope vs name

2002-05-15 Thread Rob Baxter
In short, name locking provides more flexibility and granularity but also requires better planning on lock usage. My personal best practice is to always use scope locking for memory variables. However that doesn't mean there is no place for name based locks. For example, when I modify a file

inmajic db text works

2002-05-15 Thread Paul Ihrig
any one here use inmajic? we have version 4 i never played with it, but our librarian uses it to post articles such i am trying to apply a style sheet to it with no success other then on the form pages, but not the results which are generated by a dbtwpub.dll so if you know what im talking

RE: [admin] List status

2002-05-15 Thread Lee Fuller
Still didn't hear... Michael, How many of us on this list? And do you have any stats on how many are active? __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community.

RE: Help with why I shouldn't use ASP.NET

2002-05-15 Thread Shawn Grover
Biggest reason for not using .Net yet, is that it STILL is not officially released. Yes, the Studio.Net is commercially available, and there's a fair bit of info out there on .Net. But, the .Net framework is not official yet. By contrast, Cold Fusion has it's 5th official version available,

RE: Change FileName from Download.cfm to Download.csv

2002-05-15 Thread Ledwith, Brian
I dont remember where I got this list, and it's certainly not a complete list of MIME types, but here are some: ai = application/postscript aif = audio/aiff aiff = audio/aiff ani = application/x-navi-animation au = audio/basic avi = video/x-msvideo bin = application/x-macbinary bmp = image/bmp

RE: Verity (was: [admin] List status)

2002-05-15 Thread Dave Watts
Duh Verity I forgot about that. But still wouldnt the back end of sql be alot faster than cf verity? No, there's no reason for it to be that way. The K2 server is pretty fast. In addition, you can offload K2 search functionality onto a separate machine from your web and

Dependant Selects?

2002-05-15 Thread Kris Pilles
Anyone have a snippet of a set of lsit boxes where the 2nd is dependant on the selected value of the first? Or know where I can get one? Thanks __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ:

RE: CF4.0 shared scope locking?

2002-05-15 Thread Rob Baxter
Bud, You are correct that two different users will be able to access the lock simultaneously in my #CFID_#CFTOKEN# example, but that's okay because I was locking a Session variable. Each user has their own Session memory and we don't need to worry about user A writing in user B's memory space.

RE: Help with why I shouldn't use ASP.NET

2002-05-15 Thread Dave Watts
Yes, the Studio.Net is commercially available, and there's a fair bit of info out there on .Net. But, the .Net framework is not official yet. That's not really correct. The .NET Framework is official, and available. You can't get it bundled with Windows, but that doesn't make it unofficial.

RE: Dependant Selects?

2002-05-15 Thread Cantrell, Adam
http://www.pengoworks.com/index.cfm?action=qForms -Original Message- From: Kris Pilles [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 10:30 AM To: CF-Talk Subject: Dependant Selects? Anyone have a snippet of a set of lsit boxes where the 2nd is dependant on the

RE: Dependant Selects?

2002-05-15 Thread Tony Gruen
CF_TwoSelectsRelated in the tag gallery... http://devex.macromedia.com/developer/gallery/index.cfm -Original Message- From: Kris Pilles [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 8:30 AM To: CF-Talk Subject: Dependant Selects? Anyone have a snippet of a set of lsit

RE: Verity (was: [admin] List status)

2002-05-15 Thread Philip Arnold - ASP
no caching. can't join back to the indexed table. can't combine with other WHERE clause stuff. sql server text indexing beats the pants socks off of verity. We use both in different situations Verity has the text branching, so if you enter a word, it'll include plural, ing and such like

Reading extended file info

2002-05-15 Thread Marlon Moyer
Is there any way for CF to read the extended file info for a particular file. I'm trying to read the title from a jpeg file. Marlon __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ:

RE: Verity (was: [admin] List status)

2002-05-15 Thread Mark A. Kruger - CFG
As an aside - Could you not use Q of a Q to cache a verify search (and not have to fool with persistant variables)? -mk -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 10:38 AM To: CF-Talk Subject: RE: Verity (was: [admin] List

cf_html2PDF

2002-05-15 Thread S R
Hi, I was wondering if anyone has used this custom tag? It creates PDF's from dynamicly created html pages. I'm using it now and it works fine except that the page I am creating has an img src tag in it and the PDF that is created does not keep the image. Someone fills out a form with their

RE: Reading extended file info

2002-05-15 Thread Rich Wild
I *think* CFX_image does this within its plethora of image commands http://www.intrafoundation.com/3rdparty/CFX_Image.v1.4.zip (hoping min doesn't mind me linking) -Original Message- From: Marlon Moyer [mailto:[EMAIL PROTECTED]] Sent: 15 May 2002 16:41 To: CF-Talk Subject: Reading

FW: [Flashcoders] New Dreamweaver MX List

2002-05-15 Thread Dave Watts
For everyone who's looking at DW MX, you might find this useful. Enjoy! Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 -Original Message- From: Branden Hall [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 15 May, 2002 11:49 To: '[EMAIL

Re: CF4.5+ only tags and functions list?

2002-05-15 Thread Michael Dinowitz
A complete functions reference w/ versions: http://www.houseoffusion.com/hof/functions.cfm an incomplete tag reference w/versions: http://www.houseoffusion.com/hof/tags.htm I've got to find a second to finish up the tags like I did the functions. At 09:44 AM 5/15/02, you wrote: I'm building a

RE: [admin] List status

2002-05-15 Thread Michael Dinowitz
Sorry, Judith's sick in bed and I just got into work and online. The list membership for CF-Talk has been down reciently to 1856 members on list. If you add in the NNTP readers, archive readers and all we'd have about double that. This is the reason I want to provide better resources. To get

RE: cf_html2PDF

2002-05-15 Thread Dave Wilson
Sal, You could try htmldoc by easysw.com (http://www.easysw.com/htmldoc/) I've been using this for a couple years now and its excellent. very highly configurable and has no problems with images. HTH, Dave -Original Message- From: S R [mailto:[EMAIL PROTECTED]] Sent: 15 May 2002 16:45

Re: Buyer-seller matchmaking marketplaces in CF

2002-05-15 Thread Tony Schreiber
If you're talk about something like Half.com, then I'm just about to start building one myself... I was wondering if there are any good and robust apps of this kind. I searched on the usual places and couldn't find this type of applications (I'm not looking for a catalog app, btw). May be

RE: [admin] List status - A CHALLENGE

2002-05-15 Thread Lee Fuller
Ok.. Putting on my board of directors hat... So, if I read things properly, we're (at best) about 3700, and at worst (if you figure 1/2 are simply not active) 900. To be conservative, we're looking at 3/4 of the actual subscriber base (not NNTP) as potential donors. That makes it about 1400.

Voice XML parsers

2002-05-15 Thread Dowdell, Jason G
Has anyone out there done anything with voice xml and ColdFusion yet? I'm working on some applications that would require parsing an audio file (i.e. .wav) and putting the contents into an xml document. Of course there are dialects and other languages but a vanilla English engine would be fine.

RE: [admin] List status - A CHALLENGE

2002-05-15 Thread Mark A. Kruger - CFG
Already gave at the paypal office - in for 75. -Original Message- From: Lee Fuller [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 15, 2002 11:15 AM To: CF-Talk Subject: RE: [admin] List status - A CHALLENGE Ok.. Putting on my board of directors hat... So, if I read things properly,

Re: [admin] List status - A CHALLENGE

2002-05-15 Thread Howie Hamlin
Personally, I think that people would be more willing to donate if there was some kind of indication as to the toal amount needed (itemized) and an indicator of the amount donated. Having some kind of meter would be helpful. Something like: $10,000 -- Our goal | | $7500 | | $5000 |

RE: [admin] List status - A CHALLENGE

2002-05-15 Thread Robert Forsyth
Already gave at the paypal office - in for 75. what's the paypal address...I'm in. Robert Forsyth Director of Internet Operations Allbritton Communications Company (WJLA-TV) 202-364-7831 (direct) 202-364-7885 (fax) ** This

Re: [admin] List status - A CHALLENGE

2002-05-15 Thread Paul Giesenhagen
I already gave yesterday, but I agree if we knew the costs, we could see where everyone is at and then add accordingly... I would be willing to pump in more money, if I knew where we stood! Paul Giesenhagen QuillDesign Personally, I think that people would be more willing to donate if there

RE: [admin] List status - A CHALLENGE

2002-05-15 Thread Cantrell, Adam
I propose a 10% cut, payable to myself since I'm the one who got this thread rolling after all :P Michael, your list helps in many ways. You should have a new payment in your pay pal account. Thanks again. Adam. ps. My initial post wasn't serious; just in case you had any doubts.

RE: cf_html2PDF

2002-05-15 Thread Simon Horwith
You could take a look at activepdf's WebGrabber Software (and ActivePDF Server)... I've used it to do just what you're talking about without any problems, on several applications. ~Simon Simon Horwith Macromedia Certified Instructor Certified Advanced ColdFusion 5 Developer Fig Leaf Software

RE: [admin] List status - A CHALLENGE

2002-05-15 Thread Lee Fuller
Don't agree.. (a first for me and you Howie! grin) Michael will put to good use whatever is there, and I'm sure will report on what's left after his decisions are made about how to handle things, and what he's put in place. Knowing him, he'll probabaly ask the group. But I trust Michael and

RE: cf_html2PDF

2002-05-15 Thread Jeff Brown
Sal, Are you using Michael Shreiber's custom tag CF_HTML2PDF3? Or is it really called CF_HTML2PDF? CF_HTML2PDF3 uses easysw's HTMLDOC.EXE that Dave mentioned below. I have been using it for months, and it works well with GIF, JPG, and BMP. Have not had success with PNG, unfortunately. If

Re: Dependant Selects?

2002-05-15 Thread Jon Hall
Here is my snippet if you want to do it yourself. In this example the table has two columns, one being the state, and another with a region (like Southeast, West...). cfquery datasource=#dsn# name=getRegions SELECT State, Region FROM Locations /cfquery script language=JavaScript //sets up

Re: [admin] List status - A CHALLENGE

2002-05-15 Thread Howie Hamlin
I think you misread my intentions. I figured that if someone could see that the goal was not yet reached then they would be more inclined to donate. People are sometimes apathetic and need to see that a goal was not reached. If, say, someone waits a few weeks before donating they may throw

  1   2   3   >