RE: Db query question

2001-08-20 Thread Mark Smyth
Hi Peter Something like this should do the trick select f.LONG_NAME, n.VALUE, n.NUTRIENT from NIP_FOOD f, NIP_Nutrient n where f.id = '01A10014' Then just output the query as normal (without the aliases) HTH Mark Mark Smyth Macromedia Certified ColdFusion Developer Systems Union eBusiness

Re: Help with authorise/authenticate/session management

2001-08-20 Thread Toby Tremayne
Mike, Hope I'm not being completely unhelpful here but is there a particular problem with using datasource client variables? I generally employ one of two security models and they both use client vars to at least keep the state of the logged in user etc. I've always used client va

RE: History table

2001-08-20 Thread DeVoil, Nick
> Can anyone advise if its possible to extract the page title from the browser history table No, it's not possible (for security reasons). Nick ** Information in this email is confidential and may be privileged. It is intend

RE: Help with authorise/authenticate/session management

2001-08-20 Thread Mike Kear
Well, I thought when you turn on client variables, it looks for a datasource in the registry or else the datasource specified in the CF Administrator.. Shanje doesn't allow that. You have to use your own table in your own datasource. So just turning on client vars doesn't work. Or have I got

RE: cfoutput group count

2001-08-20 Thread Colin Fyfe
If you need to get the count within a group before you output, how about using ValueList or QuotedValueList on the column you need to group by and then using ListValueCount or ListValueCountNoCase as appropriate to find the number of instances within that group? For example: #qGetItems.Cate

RE: Nt authenicate with a twist

2001-08-20 Thread Thomas Chiverton
> We want users to be able to authenicate through their current > nt login. But > we also need to hook these users to a specific list. I > currently have it in > a sql database table- name/password/ids used to get specific > list. What is > the best way to use this with nt? I do a dimilar

RE: Detect screen resolution (one solution) :)

2001-08-20 Thread Thomas Chiverton
> This JS will detect a users screen resolution for redirection to an > appropriate page on your site! You left out the body tag, if you had included this, then you could have used it's onLoad property to call redirectPage() automagicly. ~~ Structu

Limiting text entered into TextArea

2001-08-20 Thread Nick Betts
Morning CF World. Does anyone know how I would limit the amount of text a user can enter into a textarea? Regards, Nick Betts -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] Sent: 20 August 2001 10:18 To: CF-Talk Subject: RE: Detect screen resolution (one solution) :

RE: Limiting text entered into TextArea

2001-08-20 Thread Thomas Chiverton
> Does anyone know how I would limit the amount of text a user can enter > into a textarea? It's limited to rows * cols chars innit ? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cf

Re: Limiting text entered into TextArea

2001-08-20 Thread sanathr
i guess it is compare with fieldname.length. --- The information transmitted is intended o

Re[2]: Limiting text entered into TextArea

2001-08-20 Thread Critter
Hello Thomas, no that is just the display areaas far as i know you would have to write a function that is called on the keypress or the onblur to check the length of the text.. -- Best regards, Critter, MMCP Certified ColdFusion Developer Crit[s2k] - ---

Image button submition

2001-08-20 Thread Don Kiggins
Does anyone know if and how I can use CF validation while using an image button for the submit button? Thanks, Don Kiggins ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: htt

Re: Limiting text entered into TextArea

2001-08-20 Thread James Taavon
This is what I use. Nick Betts wrote: > > Morning CF Worl

Re: Limiting text entered into TextArea

2001-08-20 Thread Jochem van Dieten
[EMAIL PROTECTED] wrote: > i guess it is compare with fieldname.length. Almost, it is compared with formname.value.length like in the example below. Doesn't work flawlessly (one can paste stuff into the field without pressing a key), but it is a start. function checkLength(formfiel

Re: Limiting text entered into TextArea

2001-08-20 Thread Jochem van Dieten
Jochem van Dieten wrote: > [EMAIL PROTECTED] wrote: > >>i guess it is compare with fieldname.length. >> > Almost, it is compared with formname.value.length Correction, should be: fieldname.value.length Jochem ~~ Structure your ColdFusion code wi

RE: Limiting text entered into TextArea

2001-08-20 Thread Mark Smyth
hi theres some code below that I found somewhere that does this, it should do what you need the textbox below the textarea gives a countdown of characters left and starts counting down as they type. HTH Mark Mark Smyth Macromedia Certified ColdFusion Developer Systems Union eBusiness Solution

RE: Help with authorise/authenticate/session management

2001-08-20 Thread Toby Tremayne
Not at all m8y. Setting client vars to run in a datasource just means that CFServer will store clients vars in your datasource instead of server memory or whatever. If you've got problems with your host (as I do ) the easiest way is to do this: write your cfapplication call like this: th

RE: Detect screen resolution (one solution) :)

2001-08-20 Thread Peter Tilbrook
Agreed! Didn't want to me it "too easy!" :) Cheers! Peter Tilbrook ColdFusion Applications Developer Australia New Zealand Food Authority Boeing House 55 Blackall Street BARTON ACT 2600 Ph: +61-2-6271 2256 Fax: +61-2-6271 2278 http://www.anzfa.gov.au -Original Message- From: [EMAIL PRO

SQL OR CF

2001-08-20 Thread Troy Karjala-Mauz
Alle, I’m having problems figuring how I should write the query(ies), or the CF code to accomplish a >= count list. For example: Table1: T1-ID T1-Data Table2: T2-ID T1-ID T2-Data For each Table1 entry, I can have one or more Table2 entries. What I need to do is create a li

RE: Help with authorise/authenticate/session management

2001-08-20 Thread Peter Tilbrook
And to be safer set your application.cfm to NOT setclientcookies. eg: setclientcookies="no". Once you setup you datasource for storing the Client variables (CFID/CFTOKEN) you only have to pass the URLToken between your templates. Practice makes perfect!! -Original Message- From: [EMAIL

RE: Db query question

2001-08-20 Thread Peter Tilbrook
I got it. My problem is, well here goes: a) - ColdFusion 5 (buy the Enterprise version for the smarts that Macromedia fooled us about, eg: app archiving) b) = NT Workstation 4 c) - 64Mb RAM d) - 130Mb Access db P.S. - God I love caching! P.S.S. - "Beer" is right at the top of the database as op

SOT: Intellectual Property (warning)

2001-08-20 Thread Peter Tilbrook
I've just experienced a "joyful" situation where one of the largest local ISP's sacked ALL of their web developers. Problem is with "Intellectual Property". Australian developers who deal with the Commonwealth would understand this. The company I am contracted to are withholding payment (to the

RE: Limiting text entered into TextArea

2001-08-20 Thread Peter Tilbrook
I have some code for this! Email me directly at [EMAIL PROTECTED] or (do what I did) check out www.javascript-source.com Peter Tilbrook ColdFusion Applications Developer Australia New Zealand Food Authority Boeing House 55 Blackall Street BARTON ACT 2600 Ph: +61-2-6271 2256 Fax: +61-2-6271 22

RE: Image button submition

2001-08-20 Thread BT
Yes you can. -Original Message- From: Don Kiggins [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 5:34 AM To: CF-Talk Subject: Image button submition Does anyone know if and how I can use CF validation while using an image button for the submit button? Thanks, Don Kiggins

RE: Intellectual Property (warning)

2001-08-20 Thread BT
1. Unencrypt it. 2. -Original Message- From: Peter Tilbrook [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 7:50 AM To: CF-Talk Subject: SOT: Intellectual Property (warning) I've just experienced a "joyful" situation where one of the largest local ISP's sacked ALL of their web

RE: CFLocation and Passing Complex Data

2001-08-20 Thread JSchlosser
Someone told me I couldn't pass any variables in a CFLOCATION (I went along with her to humor her since I had to do a refresh anyway, so I put it in a meta tag: https://members.magazine.org/source/members/cmemberdisplay.cf m?id=#client.id#"> Could this work for you? I'm pretty new to this, too,

Re: SQL OR CF

2001-08-20 Thread Jochem van Dieten
Troy Karjala-Mauz wrote: > Alle, > > I'm having problems figuring how I should write the query(ies), or the CF > code to accomplish a >= count list. For example: > > Table1: > T1-ID > T1-Data > > Table2: > T2-ID > T1-ID > T2-Data > > For each Table1 entry, I can have one or

Activeedit 2.5

2001-08-20 Thread James Taavon
I have been reading about this new product. Any feedback would be appreciated. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Arc

RE: Next and previous records

2001-08-20 Thread Michael Wilson
Thanks This is what I wound up going with. Seems to be working fine so far. ...thanks, Joseph. SELECT portfolio.*, media.*, clients.Client, portfolio.Description AS PortDesc FROMportfolio, media, clients WHERE portfolio.TypeID = #URL.ID# And portfolio.ID = media.Por

Re: Activeedit 2.5

2001-08-20 Thread John Patterson
Hello, I use ActiveEdit in an internet application of mine. I use it as a message board for those utilizing the application. The administrator can post application updates and system messages and client information rather than using emails. It provides a nice "value-added" feature to my applic

RE: Activeedit 2.5

2001-08-20 Thread Andrew Scott
Also one thing that one has to consider with this application is that it only works under IE, I am not sure about Netscape 6.x so maybe someone would like to confirm this but it will not work under Netscape 4.x... -Original Message- From: John Patterson [mailto:[EMAIL PROTECTED]] Sent:

RE: Activeedit 2.5

2001-08-20 Thread Chuck Hergenroeder
I don't know this for a fact, but I thought the newest release worked on Netscape. I could be wrong though. -Original Message- From: Andrew Scott [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 10:08 AM To: CF-Talk Subject: RE: Activeedit 2.5 Also one thing that one has to cons

RE: Intellectual Property (warning)

2001-08-20 Thread Billy Cravens
Why would you use encrypted templates? If they're custom tags you pulled off of Developer's Exchange, consider whether or not you could duplicate the functionality. If you're encrypting code you wrote in order to "protect" it, this is silly. Easily decrypted (www.shrewm.net/cfd). Personally, I

RE: Activeedit 2.5

2001-08-20 Thread Andrew Scott
Well that's why I can't confirm it, because there web site doesn't mention it as being supported!! And I haven't tried it yet! -Original Message- From: Chuck Hergenroeder [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 21 August 2001 12:16 AM To: CF-Talk Subject: RE: Activeedit 2.5 I don't

RE: Limiting text entered into TextArea

2001-08-20 Thread Billy Cravens
--- Billy Cravens Web Development, EDS [EMAIL PROTECTED] -Original Message- From: Peter Tilbrook [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 6:51 AM To: CF-Talk Subject: RE: Limiting text entered into TextArea I have some code for this! Email me directly at [EMAIL PROTE

Re: Activeedit 2.5

2001-08-20 Thread Gary Kraeger
No we have yet to make Activedit for Netscape. We are currently developing Activedit in java that will work in both browsers. It is due out in late October when Activedit 3.0 hits the street. Gary CFDEV.COM http://www.cfdev.com - Original Message - From: "Chuck Hergenroeder" <[EMAIL PROT

Using CFHTTP

2001-08-20 Thread A . Little
Hi all, I'm trying to use the cfhttp tag to get a webpage in a directory on our server which is not open to the general public. I don't like the idea of having to hard code a username and password into the attributes of the cfhttp tag. Is there a way round this? I've tried to change the login a

RE: Help with authorise/authenticate/session management

2001-08-20 Thread Mike Kear
AH! Toby thank you very much. I have been wrestling with this for ages, trying to work out how to do it without either client or session vars and it's getting very long in the tooth for me. You make it look simple. I wish I'd asked this question a month ago The reason I didn't do it that way

RE: Nt authenicate with a twist

2001-08-20 Thread Janine Jakim
So do you use CFAuthenticate first to check against the nt box then use the cfx_domainuser tag? -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 5:14 AM To: CF-Talk Subject: RE: Nt authenicate with a twist > We want users to be able to a

OT: SiteMinder Opinion

2001-08-20 Thread Steven P. Johnson
I know a scaled down version of SiteMinder is the basis for ColdFusion Advanced Security, however my company is currently looking at the full version of Netegrity's SiteMinder product for implementation of authentication/profiling for our infrastructure. I was wondering if anyone out there has use

Re: Next and previous records

2001-08-20 Thread Don Vawter
Just a couple of notes: 1. Why not use a cached query so it doesn't reexecute on each page 2. Be careful using a url parameter (url.id) in a query without first validating it. You are leaving yourself open to hackers (http://www.vawter.com/urlhack.cfm) - Original Message - From: "Michael

CDONTS with MTS

2001-08-20 Thread Carlisle, Eric
Has anyone used the cdonts.dll (using MTS) to send mail? Good results? Horror stories? Thanks, Eric Carlisle ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: h

Admin -> Tools -> Server Reports = empty

2001-08-20 Thread Benji Spencer
We are running CF 5 on a Solaris box and am having problems getting any of the Server Reports to show up in the CF administrator. I have found nothing that say "Click here to turn on the server reports". We are using the CF 5.0 logging format and Performance Monitoring is turned on Is this a b

RE: Help with authorise/authenticate/session management

2001-08-20 Thread Toby Tremayne
you don't need to - if your datasource works then it will be fine - your odbc connections contain the auth info. Toby At 12:20 AM 8/21/2001, you wrote: >AH! Toby thank you very much. I have been wrestling with this for ages, >trying to work out how to do it without either client or session va

Re: OT: SiteMinder Opinion

2001-08-20 Thread Toby Tremayne
The versioning isn't really much at all - basically you have a fully functional version of siteminder with CF but under a development license. You just pay to be properly licensed for a site in production. The standard licensing is on a per user basis (ie how many users your site authenticat

RE: Nt authenicate with a twist

2001-08-20 Thread Thomas Chiverton
> So do you use CFAuthenticate first to check against the nt > box then use the > cfx_domainuser tag? Depends - we're running IIS (no sniggering at the back), so can just turn of guest access, and have users automagicly authorirised. I suppose you could use cfauthticate too, if you had some CF b

RE: Limiting text entered into TextArea

2001-08-20 Thread Nick Betts
Thanks everyone for your help on this one! -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: 20 August 2001 10:53 To: CF-Talk Subject: Re: Limiting text entered into TextArea [EMAIL PROTECTED] wrote: > i guess it is compare with fieldname.length. Almost, it i

OT: JRUN

2001-08-20 Thread savan . thongvanh
has anyone used JRUN or tomcat for jsp with Personal WS? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mai

Re: Anyone else having problems with Hostcentric?

2001-08-20 Thread cf_talk
The majority of shared developers do not know why they include the CLIENTMANAGEMENT="YES" in a CFAPPLICATION tag. Hence on a shared server, the registry is set to 100 MB, MAINLY to deal with the Client variable hives created by CF. So, when a developer begins storing large amounts of data as WDD

YEAH FOR MICROSOFT SECURITY

2001-08-20 Thread Robert Everland
Well it looks like this whole fiasco with code red has finally had Microsoft doing some extra work. They hvae had an automatic download security update for Windows 2000 but not for Windows NT 4. It looks like they have re-developed it to work with NT 4. http://www.microsoft.com/technet/tre

OT - JDBC driver for SQL Server 7

2001-08-20 Thread Park, Simon
Any recommendations? =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Simon Park Computer Systems Management, Inc. Ph: 703-823-4300 x119 205 South Whiting Street #201 fax: 703-823-4301 Alexandria, VA 22304 http://www.csmi.com ~

I save these CF scripts in Note-It-All Software...

2001-08-20 Thread Marc J. Mataya
...just wanted to pass along a cool piece of software I found that helps me tremendously with my CF development. Whenever I see some useful code in CF-Talk, I cut and paste it into www.Note-It-All.com and will usually add my own notes, keywords, and adjustments. I do this while working on all of

RE: Anyone else having problems with Hostcentric?

2001-08-20 Thread Robert Everland
ACK Why bother using the registry at all. Create a datasource and use that. Even if you use an Access database to manage client variables it would be better than the registry. Just because Allaire allows you to store them in the registry doesn't mean you should. Robert Everland III Dixon Tico

Parsing email

2001-08-20 Thread ChristianWatt
Does anyone do a lot of email parsing? We have started an email campaign and since we are using a customer database up to two years old...from each 27,000 emails I send...I am getting around 9-12k underliverables...out of office...autoreplys...and others Attempting to handle at least 90% of

Re: looping form collection

2001-08-20 Thread cf_talk
Upgrades are surely a double edged sword. In your case, you have been on a server for quite some time. Back then, CF4.0 was the most current version. The process of upgrading is actually quite simple, BUT for the majority of developers tweaky problems will follow. We will move your site to a CF

RE: OT - JDBC driver for SQL Server 7

2001-08-20 Thread Richard Kuryk
http://www.freetds.org/ - has a free open source ms sql 7 jdbc driver. http://www.bea.com - make a jdriver which is a commercial product. Not sure what you need it for but both should work. Rich > -Original Message- > From: Park, Simon [mailto:[EMAIL PROTECTED]] > Sent: Monday, Aug

RE: Intellectual Property (warning)

2001-08-20 Thread Jeffry Houser
At 09:08 AM 08/20/2001 -0500, you wrote: >Why would you use encrypted templates? If they're custom tags you >pulled off of Developer's Exchange, consider whether or not you could >duplicate the functionality. If you're encrypting code you wrote in >order to "protect" it, this is silly. Easily d

Re: YEAH FOR MICROSOFT SECURITY

2001-08-20 Thread Steve Marquis
I have used it - i thought my network was uptodate but it still pulled 6 hotfixes i missed out for me accross the whole network - Original Message - From: "Robert Everland" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, August 20, 2001 4:42 PM Subject: YEAH FOR MICROSO

RE: Parsing email

2001-08-20 Thread BT
At Double-Click we ran into this and ending having Unix parse them... Our studies showed that most of them bounce within the first hour so to schedule them. We were a outsourced email group... to keep up with the link standards on everyone's clients and reporting, I recommend outsourcing it to any

Re: Anyone else having problems with Hostcentric?

2001-08-20 Thread Jeffry Houser
I'm guessing you are the admin at HostCentric / Virtualscape then? No need to get touchy here. Isn't is usually recommended to store client variables in a datasource as opposed to the registry? At 11:41 AM 08/20/2001 -0400, you wrote: >The majority of shared developers do not know why th

counting of domain-acesses

2001-08-20 Thread CF-Talk \(SD Solutions\)
Hi list, I want to count accesses of one certain domain on a customerdomain via bannerlinks. ( e.g.: www.exampledomain.com ) The cgi.http_referer variable gives me an exact url But the acesses do come from more than one http_referer I haven't found s.th. like: cgi.http_refererdomain which would h

Advanced Cold Fusion Training - Duluth, GA

2001-08-20 Thread John Patterson
Hi there, Has anyone attended the Cold Fusion Bootcamp at the Duluth, GA company? If so, what did you think of it? Did you like it? Do you recommend it? Any other information you could provide would be helpful. Thanks. John ~~ Structure your

RE: Advanced Cold Fusion Training - Duluth, GA

2001-08-20 Thread Kevin Langevin
Are you referring to Adam Churvis' Advanced Bootcamp (http://www.coldfusiontraining.com), or Macromedia's Advanced CF class? I've had a few of my CFUG members (I'm the President of the South Florida CFUG) attend Adam's class, and they've raved about it at my meetings. I've also had Adam Churvis,

Re: counting of domain-acesses

2001-08-20 Thread Trishan Singh
HTTP_REFERER=http://www.helloworld.com/thepage/that_the/person.came?from UserDomain=Replace(CGI.HTTP_REFERER,"http://","";); DomainEnd=Find("/",UserDomain); UserDomain=RemoveChars(UserDomain,DomainEnd,Len(UserDomain)); #UserDomain# - Original Message - From: "CF-Talk (SD

RE: YEAH FOR MICROSOFT SECURITY

2001-08-20 Thread Zac Belado
> Well it looks like this whole fiasco with code red has finally had > Microsoft doing some extra work. A careful reading of the page would seem to indicate that the code was written by a third party. Frighteningly typical. ~~ Structure your Col

OT: Terminal Service Ports

2001-08-20 Thread Don Vawter
Does anyone know what ports terminals services uses on Win2K so I can open up firewall? TIA Don ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk

RE: YEAH FOR MICROSOFT SECURITY

2001-08-20 Thread JSchlosser
Hey, we all have to pull together to make it work. Just like with ColdFusion, whoever knows how to make it work shares. It would be an arrogant disservice to the rest of this if MS knew that someone else figured it out first but didn't cooperate in sharing the word. Many thanks to the guy who f

Forta to speak at Mid Michigan CFUG - Aug 27th

2001-08-20 Thread Brett Suwyn
I wanted to let all Michigan CF programmers know of Ben Forta's appearance at a special meeting of the Mid-Michigan Cold Fusion Users Group. The meeting will be Monday, August 27th from 7-9 pm in Room N105 at the Broad College of Business on the campus of Michigan State University in East Lans

Re: Advanced Cold Fusion Training - Duluth, GA

2001-08-20 Thread John Patterson
Thanks Kevin, That is the training I am referring to. John - Original Message - From: "Kevin Langevin" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, August 20, 2001 12:41 PM Subject: RE: Advanced Cold Fusion Training - Duluth, GA > Are you referring to Adam Churvi

RE: Advanced Cold Fusion Training - Duluth, GA

2001-08-20 Thread Kevin Langevin
Ahh...then do yourself a favor and register. It'll be well worth the trip...Oh...and take a look at the food menu for the class. It's SICK! Your meals are included in the training... http://www.coldfusiontraining.com/index.cfm?fa=home.showevent&EventID=16&Tit leCode=advboot&CFID=89884&CFTOKEN=11

Re: Parsing email

2001-08-20 Thread tom muck
CFPOP is probably too slow for what you are trying to do. I wrote a similar app in Visual Basic that reads the spool directories of my mail server, appends all bounced emails to a huge text file, extracts email addresses using a regular expression, then deletes the files. Unfortunately it's a pr

RE: I save these CF scripts in Note-It-All Software...

2001-08-20 Thread Bryan Love
Are you familiar with CF Studio's "Snippets" utility? Bryan Love ACP Internet Application Developer Telecommunication Systems Inc. [EMAIL PROTECTED] -Original Message- From: Marc J.

Any Sites Showing Use of CF 5 Graphics Capability?

2001-08-20 Thread Jocelyn Isidro
Does anyone know of any sites that showcase the use of CF 5.0's new graphics/charting functions? I need to justify the purchase of CF 5.0. Thanks, Jocelyn Isidro Sr. Software Engineer Pharmaceutical Care Network "PCN with MedIntelligence" Phone : 916.414.4753 Fax: 916.414.4647 E-mail : [

RE: Any Sites Showing Use of CF 5 Graphics Capability?

2001-08-20 Thread Kevin Mansel
UDF's are enough to upgrade in my opinion... ~ Kevin Mansel Senior Web Developer Fox Communications [EMAIL PROTECTED] DL : 425-649-1321 C : 425-346-7221 -Original Message- From: Jocelyn Isidro [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 10:54 AM To: CF-Talk

Re: Any Sites Showing Use of CF 5 Graphics Capability?

2001-08-20 Thread Don Vawter
Not exactly a showcase but I use it here: http://www.vawter.com/display_popular.cfm and here: http://www.vawter.com/display.cfm - Original Message - From: "Jocelyn Isidro" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, August 20, 2001 11:53 AM Subject: Any Sites Showin

RE: Any Sites Showing Use of CF 5 Graphics Capability?

2001-08-20 Thread Jocelyn Isidro
Yeah. I know it's worth it, and we'll get a lot more than just graphics, but I need to get it in the door with charting capabilities. -Original Message- From: Kevin Mansel [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 10:55 AM To: CF-Talk Subject: RE: Any Sites Showing Use o

Re: Next and previous records

2001-08-20 Thread Brandon Wood
Does anyone have a good query cache idea that would work with the example included? Thanks, Brandon - Original Message - From: "Don Vawter" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, August 20, 2001 9:19 AM Subject: Re: Next and previous records > Just a couple

RE: Any Sites Showing Use of CF 5 Graphics Capability?

2001-08-20 Thread BT
What type of performance issues if any are you having? What size pip do you have there? What are the specs on that server -Original Message- From: Don Vawter [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 2:00 PM To: CF-Talk Subject: Re: Any Sites Showing Use of CF 5 Graphic

RE: Anyone else having problems with Hostcentric?

2001-08-20 Thread Yager, Brian T Contractor/NCCIM
Regardless of you "solution", it seems as if there are many people that are not happy with your service. And if you stand behind it, why do you hide your name? I for one have been looking for another host site and thanks to the threads about hostcentric, I will NOT be choosing you. Brian Yager

RE: Any Sites Showing Use of CF 5 Graphics Capability?

2001-08-20 Thread Jocelyn Isidro
Not having performance issues. I just started a new job. They have an old version of CF Server. They don't want to upgrade unless CF 5.0 can do dynamic charts for some old printed reports. So I need to show my boss some sites that use Cold Fusion 5.0's charting capabilities, to prove to him th

Re: Next and previous records

2001-08-20 Thread Joseph Thompson
If this was based on the next x script here (I think it may have been) then the "cacheing" was simply missed in the copy paste. http://cfhub.com/discussion/viewmessages.cfm?Forum=11&Topic=422 Simply add the cache to the query: cachedwithin="#CreateTimeSpan(0,0,10,0)#" Note that that will make a

Re: Anyone else having problems with Hostcentric?

2001-08-20 Thread Bud
On 8/20/01, cf_talk penned: >Fortunately, I wrote a script that probes the NT Registry in 30 seconds and >tells the who is using the majority of the space. What to do next? First, >fix the symptom: I added 10 MB to the registry and called the Owner( not >the developer ) to let them know that if

RE: Any Sites Showing Use of CF 5 Graphics Capability?

2001-08-20 Thread Robert Everland
Why don't you just download a demo and write one of the reports to actually do a chart for him. That would be the bet way in my opinion. Robert Everland III Dixon Ticonderoga Web Developer Extraordinaire -Original Message- From: Jocelyn Isidro [mailto:[EMAIL PROTECTED]] Sent: Monday, Aug

RE: Intellectual Property (warning)

2001-08-20 Thread Billy Cravens
Do a quick search on Yahoo! for "cfdecrypt". It's hardly a secret. I agree that those that make any product deserve the right to protect themselves. Perhaps better stated, if you're gonna protect yourself, investigate the protection that you choose to use; make sure it's truly protection. I'm

Repost: Creating Stored Procedures (DB2/NT)

2001-08-20 Thread James Taavon
Question, I know you can create Stored Procedures with SQL Server, Oracle and Sybase, how about DB2? Can it be done??? James ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: h

RE: Anyone else having problems with Hostcentric?

2001-08-20 Thread Marcus
Wait... You modified the DB of a site you 'hosted', modified the code (that you didn't own or write) and contacted the owner and not the developer? Scratch one hosting service I'll never use. Marcus > I did NOT shut the site down as the extra 10 MB gave approx 24 hours > breathing room. I add

RE: Terminal Service Ports

2001-08-20 Thread Billy Cravens
Don, I believe that it uses 3389 coming in, but I'm not 100% certain. --- Billy Cravens Web Development, EDS [EMAIL PROTECTED] -Original Message- From: Don Vawter [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 11:58 AM To: CF-Talk Subject: OT: Terminal Service Ports Does a

RE: Repost: Creating Stored Procedures (DB2/NT)

2001-08-20 Thread Jocelyn Isidro
Yes, you can. It's just a DB2 program that you can kick off via your connection software. I'm invoking a DB2 CL program from Powerbuilder. We use IBM's Client Access Express. It should work the same for CF. Jocelyn Isidro Sr. Software Engineer Pharmaceutical Care Network "PCN with MedInte

Re: Terminal Service Ports

2001-08-20 Thread Steve Marquis
Rather than open another hole in the firewall download the tsweb client from ms, just an activex control that allows a terminal seesion to be run from IE, saves all that messing round with client disks too. Might be an idea not to install it in the defaul location just to stop folks getting dtra

OT JRun

2001-08-20 Thread Rich Tretola
Sorry for this OT. OK let me get this straight. If I use JRun as a development server with jsp pages that have no jrun tags I can then run those pages on any jsp server? Thanks, Rich ~~ Structure your ColdFusion code with Fusebox. Get the officia

Re: Terminal Service Ports

2001-08-20 Thread Steve Marquis
3389 appears to match here too - Original Message - From: "Don Vawter" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, August 20, 2001 5:58 PM Subject: OT: Terminal Service Ports > Does anyone know what ports terminals services uses on Win2K so I can open > up firew

RE: Intellectual Property (warning)

2001-08-20 Thread John Wilker
Just as an add on in support of not encrypting CF code, but finding an alternative, Encrypting the CF code even in the weak built in encryption is a performance hit. Now before the CF server can do it's thing it has to decrypt the page. Adding stronger encryption would just further slow down the s

pdf's

2001-08-20 Thread Jones, Becky
i have pdf form that i want to put on my website. i want users to be able to fill out this form using form fields that "lay" over top of this form. then i want to print the form w/the info from the form fields printed in the correct places. has anyone done this before and what way should i go abo

RE: Anyone else having problems with Hostcentric?

2001-08-20 Thread Jeffry Houser
At 01:40 PM 08/20/2001 -0500, you wrote: >Wait... > >You modified the DB of a site you 'hosted', modified the code (that you >didn't own or write) and contacted the owner and not the developer? Hey, I'll but in here with one comment. How would he know the developer? He probably only has cont

RE: Terminal Service Ports

2001-08-20 Thread Billy Cravens
The ActiveX control still has to go through non-standard ports that might be closed. If you're wanting to get around opening holes, look at SOCKSCap (you can find it on Download.com) - it might work depending on your configuration. I've used it successfully to open Terminal Server sessions (fire

Re: Intellectual Property (warning)

2001-08-20 Thread Wjreichard
Encrypting code grants one addition protection under chapture 12 of the Copyright Act. Encryption would be considered a software protection mechcanism and circumvention could result in procesuction under the NET act ($500,000 fine and 3 years?) or additional civil action beside straight copyri

RE: OT JRun

2001-08-20 Thread Billy Cravens
Supposedly, yes. --- Billy Cravens Web Development, EDS [EMAIL PROTECTED] -Original Message- From: Rich Tretola [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 1:55 PM To: CF-Talk Subject: OT JRun Sorry for this OT. OK let me get this straight. If I use JRun as a developmen

RE: pdf's

2001-08-20 Thread Billy Cravens
A couple of resources: There's a quick tutorial on how to do this here: http://www.mail-archive.com/cf-talk@houseoffusion.com/msg32040.html You can also get the FDF toolkit from Adobe: http://partners1.adobe.com/asn/developer/acrosdk/docs/fdftkovr.pdf Alternately, you could have them fill out a

RE: Intellectual Property (warning)

2001-08-20 Thread Billy Cravens
Even Allaire (I say Allaire because they're the one's who released this advisory) recommends against it: http://www.allaire.com/handlers/index.cfm?ID=10969 --- Billy Cravens Web Development, EDS [EMAIL PROTECTED] -Original Message- From: John Wilker [mailto:[EMAIL PROTECTED]] Sent: Mon

RE: Terminal Service Ports

2001-08-20 Thread Larzz
Port 3389 Jason Larson [EMAIL PROTECTED] -Original Message- From: Don Vawter [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 10:58 AM To: CF-Talk Subject: OT: Terminal Service Ports Does anyone know what ports terminals services uses on Win2K so I can open up firewall? TIA D

  1   2   >