RE: OT: User Context Help

2004-01-27 Thread Rob Rohan
> > Either way, if all its doing is bringing up something base on like a > > page id, thats pretty easy to do yourself, and if he is looking for a > > cheap way to go about it I still vote for DocBook. > > Yes, that's pretty easy, and there's nothing wrong with DocBook. I think the > advantages of

RE: OT: User Context Help

2004-01-27 Thread Dave Watts
> Well if you say so, you have used the product - I have not. I am just > going of the little flash slide show I saw on line - and from that it > looked like you could search for keywords etc but it was removed from > the actual content on the page - but again you've used it so there you > go. htt

RE: OT: User Context Help

2004-01-27 Thread Rob Rohan
On Tue, 2004-01-27 at 21:44, Dave Watts wrote: > > Really? so if you are on a page and hit f1 it brings up help > > about the contents of the page? or if you hover over a link > > it will help you with that specific item? > > I don't know about the second one, but I remember being able to do the

RE: OT: User Context Help

2004-01-27 Thread Dave Watts
> Really? so if you are on a page and hit f1 it brings up help > about the contents of the page? or if you hover over a link > it will help you with that specific item? I don't know about the second one, but I remember being able to do the first one. Dave Watts, CTO, Fig Leaf Software http://ww

RE: OT: User Context Help

2004-01-27 Thread Rob Rohan
On Tue, 2004-01-27 at 21:29, Dave Watts wrote: > > I just looked at RoboHelp and it doesn't really look like context > > sensitive help - more like a searchable user manual. > > It's been a while since I worked with RoboHelp, but you certainly could do > context-sensitive help in the versions I us

RE: jdbc vs odbc with Visual FoxPro

2004-01-27 Thread Tony Weeg
yeah :) reading now! tony r e v o l u t i o n w e b d e s i g n [EMAIL PROTECTED] www.revolutionwebdesign.com its only looks good to those who can see bad as well -anonymous -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 28, 2004 12:39 AM To

RE: jdbc vs odbc with Visual FoxPro

2004-01-27 Thread Dave Watts
> now ... whats this directory you speak of?? If you installed CFMX 6.1 in the default server configuration, it's \cfusionmx\db\slserver52. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 [Todays Threads] [This Message] [Subscription] [Fast

RE: Session vs. Client Management

2004-01-27 Thread Dave Watts
> The CFID and CFTOKEN variables are ALWAYS on the "session" > level, so as soon as you close the browser, they go By default, this is incorrect. The CFID and CFTOKEN cookies are persistent, and have a ridiculously long time until they expire. If you want the connection to the session to be destr

RE: jdbc vs odbc with Visual FoxPro

2004-01-27 Thread Tony Weeg
it is defined, and I can use the sqlcon32 program from MM's help site, somewhere, I downloaded it last night. I have cycled, recycled and cycled those services, to no avail... now ... whats this directory you speak of?? off I go... tony r e v o l u t i o n w e b d e s i g n [EMAIL PROTECTE

RE: OT: User Context Help

2004-01-27 Thread Dave Watts
> I just looked at RoboHelp and it doesn't really look like context > sensitive help - more like a searchable user manual. It's been a while since I worked with RoboHelp, but you certainly could do context-sensitive help in the versions I used. Dave Watts, CTO, Fig Leaf Software http://www.figlea

RE: jdbc vs odbc with Visual FoxPro

2004-01-27 Thread Dave Watts
> about the question I asked, someone from the list had mentioned > to me off list that it looked like the jdbc driver was controlling > the dataconnection, and that CFMX and VFP must use odbc to talk > to each other. since his email and my message to the list was sent, > I kinda determined tha

RE: CFHTTP query

2004-01-27 Thread Tony Weeg
yeah...it must be something with port 443? I think it is.  and like most firewall guys, no they didn't do anything, they were just looking @ the policy, making sure things were ok.  nothing was changed tony r e v o l u t i o n w e b d e s i g n [EMAIL PROTECTED] www.revolutionwebdesign.c

RE: jdbc vs odbc with Visual FoxPro

2004-01-27 Thread Tony Weeg
that's my problem... I have done everything by the book here. I have installed the Visual FoxPro ODBC driver since it isnt included with mdac 2.8 I have cfmx 6.1 on my devbox I have created the dsn in system dsn in odbc panel I have created the odbc socket in cfadmin I have specified the EXACT sa

RE: CFHTTP query

2004-01-27 Thread Parker, Kevin
Thanks Dave - this gets more bizarre by the moment - I ran the URL from the console and got a correct response. I had our networking guys watch while we ran the app and they tell me that they've corrected an issue in the firewall but they see the request going out but nothing coming back - I'll cal

RE: CFHTTP query

2004-01-27 Thread Parker, Kevin
Thanks Tony - yes we can hit the URL and the same code works fine in the outside world. Inside we're running 6.1 Pro +++ Kevin Parker Web Services Manager WorkCover Corporation p: 08 8233 2548 e: [EMAIL PROTECTED] w: www.workcover.com +++ -Original

RE: jdbc vs odbc with Visual FoxPro

2004-01-27 Thread Dave Watts
> how can I specify to my cfmx server that I want to use an > odbc driver vs. a jdbc driver when connecting to a Visual > FoxPro odbc dsn? I'm not sure I understand exactly what you're asking. Unless you have a specific JDBC driver for VFP, you'll have to create an ODBC data source, then use the

RE: CFHTTP query

2004-01-27 Thread Dave Watts
> Unfortunately connectivity is not one of my strong points. We > have an application that uses CFHTTP. When we run it from our > externally hosted site it works fine but when we run it from > our internally hosted dev box we get "Connection Refused". Our > networking guys assure me that there

RE: CFHTTP query

2004-01-27 Thread Tony Weeg
I guess I cant see it being an issue.  from the server itself, a browser on the server, can you hit the url? what version cf5?  I don't see resource security in cfmx admin? tony r e v o l u t i o n w e b d e s i g n [EMAIL PROTECTED] www.revolutionwebdesign.com its only looks good to those

RE: CFGRAPH -- 2nd Posting

2004-01-27 Thread Ryan Edgar
>> PopChart from Corda is pricey. Anyone know of other options? I don't know of anything reasonably powerful and cheap, but if you can afford a few $$$ Chart FX is probably the most powerful graphing app I've seen. http://www.softwarefx.com/SFXProducts/CfxInternet/ It creates an excel-like graph w

CFHTTP query

2004-01-27 Thread Parker, Kevin
Unfortunately connectivity is not one of my strong points. We have an application that uses CFHTTP. When we run it from our externally hosted site it works fine but when we run it from our internally hosted dev box we get "Connection Refused". Our networking guys assure me that there is no restrict

RE: CFGRAPH -- 2nd Posting

2004-01-27 Thread Nick Baker
Josh and Mike, Thanks for the input. It appears, on the surface at least, that a hack in the form of some kind of fudge factor, would help! Compensatory constant might sound better? If anyone from Macromedia is monitoring, malfunctioning horizontal scaling is a major flaw in a graphing functio

Re: Anyone using Coldfusion 5

2004-01-27 Thread peter . tilbrook
You can also grab the docs in PDF format from: http://www.macromedia.com/support/documentation/en/coldfusion/documentation.html Peter Tilbrook Transitional Services - Enterprise eSolutions Centrelink (http://www.centrelink.gov.au) 2 Faulding Street Symonston ACT 2609 Tel: (02) 62115927

RE: microsoft vfp to cfmx question

2004-01-27 Thread Tony Weeg
sure. but the crazy part is, I have it figured out on another machine... its just that something is up with this one and its config... but as soon as I figure it out...ill be back :) tony r e v o l u t i o n w e b d e s i g n [EMAIL PROTECTED] www.revolutionwebdesign.com its only looks g

RE: Anyone using Coldfusion 5

2004-01-27 Thread Andrew Scott
Thanks all, I have fixed the problem now. Regards Andrew Scott Technical Consultant NuSphere Pty Ltd Level 2/33 Bank Street South Melbourne, Victoria, 3205 Phone: 03 9686 0485  -  Fax: 03 9699 7976 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Anyone using Coldfusion 5

2004-01-27 Thread Josh
Try LiveDocs! http://livedocs.macromedia.com/coldfusion/5.0/CFML_Reference/Tags78.htm#1102316 --Josh --- Exciteworks -- expert hosting for less! http://exciteworks.com specializing in reseller accounts Andrew Scott wrote: > Just a quick question as I don't have the books for Coldfusion 5, but

jdbc vs odbc with Visual FoxPro

2004-01-27 Thread Tony Weeg
how can I specify to my cfmx server that I want to use an odbc driver vs. a jdbc driver when connecting to a Visual FoxPro odbc dsn? thanks tony r e v o l u t i o n w e b d e s i g n [EMAIL PROTECTED] www.revolutionwebdesign.com its only looks good to those who can see bad as well -anonymo

Re: Anyone using Coldfusion 5

2004-01-27 Thread Rob Rohan
http://www.gothamweb.com/support/manual/cfdocs50/CFML_Reference/Tags78.html#1102316 On Tue, 2004-01-27 at 19:40, Andrew Scott wrote: > Just a quick question as I don't have the books for Coldfusion 5, but I need > to find the reference material for cfquery. If anyone has the electronic > version i

Anyone using Coldfusion 5

2004-01-27 Thread Andrew Scott
Just a quick question as I don't have the books for Coldfusion 5, but I need to find the reference material for cfquery. If anyone has the electronic version in homesite or Studio could they copy and send this too me please. I have a few sites that are falling over under CFMX 6.1, and I need to

Re: Re:JRun with ColdFusion

2004-01-27 Thread Dave Carabetta
> ColdFusion MX 6.1 shipped after the JRun 4 Updater 2 release so it is a later build. > > The build number for JRun that ships with CFMX 6.1 is 63824 > The build number for JRun Updater 2 is 61650 > > You can always find the build # by going to JRun4/bin and typing jrun -info Brandon, Is there a

RE: Session vs. Client Management

2004-01-27 Thread Andrew Scott
Jim, The purge clients that remain unvisited has been around in Coldfusion since 4.0 that I can recall. I can't recall the earlier versions as my memory can't go past 1998 on this fact Regards Andrew Scott Technical Consultant NuSphere Pty Ltd Level 2/33 Bank Street South Melbourne, Victor

RE: CFGRAPH -- 2nd Posting

2004-01-27 Thread Michael T. Tangorre
Josh... I ran into the same things awhile back. We needed something more solid and wound up going with PopChart from Corda. We used CF to do all the calculations and just used PopChart to present the graphs. It's pricy but pretty powerful. I haven't used it in about a year so I would imagine it's e

Re: OT: User Context Help

2004-01-27 Thread Rob Rohan
On Tue, 2004-01-27 at 13:53, Jeff Chastain wrote: > How have people gone about implementing a user context sensitive help system > for web applications?  I was looking at Macromedia's new RoboHelp product, > but it is rather pricey. > Any cheaper alternatives / suggestions? I just looked at RoboHe

Re: CFGRAPH -- 2nd Posting

2004-01-27 Thread Josh
Ya I have seen this behavior myself.  I don't think it is something that is fixable -- it is inherent in the graphing engine of CF. --Josh --- Exciteworks -- expert hosting for less! http://exciteworks.com specializing in reseller accounts Nick Baker wrote: > CF 5.0 > > > > > I am working o

RE: Session vs. Client Management

2004-01-27 Thread Andrew Scott
Jim, Phil has led you astray a little here and I will correct him. CFID & CFToken are used to identify which variables belong to that client, which is held in memory and controlled by the cookie. If the cookie has expiration then closing the browser will assign new values for CFID & CFToken.

Re: microsoft vfp to cfmx question

2004-01-27 Thread Doug White
Incidentally, the Visual FoxPro ODBC drivers are NOT included in the Mdac, anymore,  as they must be downloaded and installed separately from Microsoft.com == Stop spam on your domain, Anti-spam solutions http://www.clickdoug.com/mailfilter.cfm For hosting solut

Re: Session vs. Client Management

2004-01-27 Thread Jim McAtee
- Original Message - From: "Philip Arnold" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, January 27, 2004 7:46 PM Subject: RE: Session vs. Client Management > This is from memroy, so some of it might be a little off > > > If a cfapplication has session, but not clie

RE: Session vs. Client Management

2004-01-27 Thread Philip Arnold
This is from memroy, so some of it might be a little off > If a cfapplication has session, but not client management > enabled (and is using client cookies), then is there any > difference in the cookie that CF uses?  Expiration date, > for instance. The CFID and CFTOKEN variables are ALWAYS on

Session vs. Client Management

2004-01-27 Thread Jim McAtee
Been using CF for so long, I should know these things without thinking.  I'm guessing I may even have known the answers at one time... If a cfapplication has session, but not client management enabled (and is using client cookies), then is there any difference in the cookie that CF uses?  Expirati

RE: User Context Help

2004-01-27 Thread Qasim Rasheed
Sometime back I uploaded a custom tag named showhelp on exchange.Although its not a complete context help system but it might give you some directions. Qasim -Original Message- From: Jeff Chastain [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 4:53 PM To: CF-Talk Subject: OT

Re:Image-Gallery Managment

2004-01-27 Thread Josen Ruiseco
As far as watermarking goes, I would recommend the ImageFlare tag by the Efflare guys. You're into it for more money, but the tag will watermark to the appropriate size on the fly instead of your user having to batch through an image application before uploading. You can also add text, crop images,

Re: CF/Windows question - SYSTEM USER ACCOUNTS?

2004-01-27 Thread David Delbridge
Yes, I have used it.  Aforementioned security issues aside, it works great.  Simply use CFExecute to call vbscript.exe. Dave -- David M. Delbridge Circa 3000 ColdFusion Hosting http://www.circa3k.com 866-CIRCA3K (247-2235) Outside U.S: +1.775-832-2445 James Blaha wrote: > Jochem, > > Thanks

RE: microsoft vfp to cfmx question

2004-01-27 Thread Won Lee
Tony, When you figure this out please post. I'm having some problems setting up a DSN on CF 5.0. At 04:17 PM 1/27/2004 -0500, you wrote: >visual fox pro, yes. > >works on one machine, but not the other.  all drivers, os's, mdac, >everything is the same... > >cf is bombing setting up the odbc data

Re: Slightly OT: Hosting AV Files

2004-01-27 Thread David Delbridge
Unless you also need help with initiating a streaming download from , this is very much off-topic, so I'll throw you some quick pointers and, if you'd like any additional advice, please feel free to drop me a private note. To reach the largest audience, choose one of these AV file formats: Rea

CFMX SUSE configuration

2004-01-27 Thread Stan Winchester
I just installed CFMX on SUSE 9 and the CF server starts fine. I used the built in CF web sever, and I get the following errors in the /opt/coldfusionmx/logs/cfserver.log when I try to connect to: http://192.168.1.51:8500/cfide/administrator/index.cfm error There is no web application configured t

RE: OT - Stock App question

2004-01-27 Thread Eric Creese
here is something interesting, I go this to process however it did not error out, but did not put any data in the table. everything was NULL? what did I miss??? SELECT sym FROM symbols WHERE exchg ='NYSE' URL="" #getsym.sym#&format=sl1d1t1c1ohgv&ext=.csv">http://quote.yahoo.com/down

RE: OT- Stock Question

2004-01-27 Thread Won Lee
Yeah you can get those symbols.  Just as a side note, I don't know anyone that uses the symbol-ology that Yahoo uses. For 99% of the stocks this won't be a problem.  It's just a few special cases.  Some of those special cases are important stocks though. At 04:41 PM 1/27/2004 -0600, you wrote: >

RE: OT- Stock Question

2004-01-27 Thread Eric Creese
thanks. you would think that stock symbols would be standardize and readily available to everyone, FREE. I mean you can go to Yahoo and get the symbol now. -Original Message- From: Won Lee [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 4:36 PM To: CF-Talk Subject: RE: OT- Stock

For anyone using / wants cf on eclipse

2004-01-27 Thread Rob Rohan
I put up an Eclipse 3 Cold Fusion plug-in for eclipse. it can be obtained http://cfeclipse.rohanclan.com There is now a (basic) plug-in for Eclipse 2 and Eclipse 3 - they both operate the same btw. Still no word from sorceforge :-/ -- Vale, Rob Luxuria immodica insaniam creat. Sanam formam vi

RE: OT- Stock Question

2004-01-27 Thread Won Lee
At 04:16 PM 1/27/2004 -0600, you wrote: >http://www.dbc.com/cgi-bin/htx.exe/FORMS/LOOKUP.HTML?SOURCE=DBCC I did a couple of spot checks.  The data is not 100% correct. Maybe someone will sell a cheap RSS feed.  I doubt it.  Real time data for stock info is expensive. Give Reuters, Bloomberg, Tho

RE: OT - Stock App question

2004-01-27 Thread Eric Creese
But this does not put it into the database does it? I am confused. -Original Message- From: Chris Stoner [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 4:17 PM To: CF-Talk Subject: Re: OT - Stock App question Try this, you forgot to specify a name for the query: metho

RE: OT- Stock Question

2004-01-27 Thread Eric Creese
http://www.dbc.com/cgi-bin/htx.exe/FORMS/LOOKUP.HTML?SOURCE=DBCC -Original Message- From: Won Lee [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 3:59 PM To: CF-Talk Subject: RE: OT- Stock Question At 03:53 PM 1/27/2004 -0600, you wrote: >actually what I would like is a complete

Re: OT - Stock App question

2004-01-27 Thread Chris Stoner
Try this, you forgot to specify a name for the query: method="GET" name="qStockItems" columns="Symbol,LastTradedPrice,LastTradedDate,LastTradedTime,Change,OpeningPrice,DaysHigh,DaysLow,Volume" textqualifier='"' delimiter="," firstrowasheaders="no">

RE: Java for ColdFusion Developers

2004-01-27 Thread Michael Wolfe
A quick follow-up... This chunk of code seems to work for SpamCop and DSBL, but it dies on the other ones I've tested (ORDB, NJABL, RelayWatcher). It might be due to the request being made on port 80. However, just getting the SpamCop and DSBL responses is good enough for me right now. -- Mich

RE: OT- Stock Question

2004-01-27 Thread Eric Creese
that would be nice but where do you get that? -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 3:57 PM To: CF-Talk Subject: RE: OT- Stock Question wouldn't you want to find an rss feed of this data, so that when symbols died, or were added you w

Re: Image-Gallery Managment

2004-01-27 Thread Kevin Graeme
Some of the PHP products have desktop clients to manage the library. -Kevin - Original Message - From: "Tim Do" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, January 27, 2004 3:17 PM Subject: RE: Image-Gallery Managment > That would take a while to run... Uploadin

RE: Image-Gallery Managment

2004-01-27 Thread Matthew Walker
You might want to consider giving them FTP access to a folder to streamline the upload technique. In windows for example, uploading could then simply be a matter of dragging files onto a folder on the desktop. Then you could have a cfschedule task that checked the folder and made the thumbnails. I

RE: OT- Stock Question

2004-01-27 Thread Won Lee
At 03:53 PM 1/27/2004 -0600, you wrote: >actually what I would like is a complete list of symbols, exchange, >company name. I started to do this by hand. I went to a site and found all >the symbols by company name and I am in the process of converting that >into 26 text files that I can upload t

RE: OT- Stock Question

2004-01-27 Thread Tony Weeg
wouldn't you want to find an rss feed of this data, so that when symbols died, or were added you wouldn't have to manage that database of symbols? tony -Original Message- From: Eric Creese [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 4:53 PM To: CF-Talk Subject: RE: OT- St

OT: User Context Help

2004-01-27 Thread Jeff Chastain
How have people gone about implementing a user context sensitive help system for web applications?  I was looking at Macromedia's new RoboHelp product, but it is rather pricey.  Any cheaper alternatives / suggestions? Thanks, -- Jeff _ Jeff Chastain Web Ap

RE: OT- Stock Question

2004-01-27 Thread Eric Creese
actually what I would like is a complete list of symbols, exchange, company name. I started to do this by hand. I went to a site and found all the symbols by company name and I am in the process of converting that into 26 text files that I can upload to the database. But id some one had them all no

Re: OT- Stock Question

2004-01-27 Thread Won Lee
At 02:40 PM 1/27/2004 -0600, you wrote: >Does anyone currently have anything that goes out and gets stock info for >all symbols? Real time? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

OT - Stock App question

2004-01-27 Thread Eric Creese
I want to take the following and submit it to a database. how do you take the var values and parse through to insert into a database (SQLServer 2000) URL="" " COLUMNS="Symbol,Last_Traded_Price,Last_Traded_Date,Last_Traded_Time,Change,O pening_Price,Days_High,Days_Low,Volume" DELIMITER="," TEXTQUA

RE: Image-Gallery Managment

2004-01-27 Thread Tim Do
That would take a while to run... Uploading 300 images would a long time let alone the resizing, thumbnails.  I wonder how other sites are doing this. -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 12:32 PM To: CF-Talk Subject: RE: Image-

Re: microsoft vfp to cfmx question

2004-01-27 Thread Doug White
Ancient?  not by a long shot.   in Version 9 at the moment. == Stop spam on your domain, Anti-spam solutions http://www.clickdoug.com/mailfilter.cfm For hosting solutions http://www.clickdoug.com == Aspire to Inspire before yo

RE: microsoft vfp to cfmx question

2004-01-27 Thread Tony Weeg
visual fox pro, yes. works on one machine, but not the other.  all drivers, os's, mdac, everything is the same... cf is bombing setting up the odbc datasource. might it be the version of java? that's the only difference... tw -Original Message- From: Peter Tilbrook [mailto:[EMAIL PRO

RE: CFLDAP and SSL

2004-01-27 Thread Douglas.Knudsen
ok kewl...I certainly want to try the Java way and get it working. On another note, we got the CF CFLDAP tag working!  Apparently the default pwd for the cert store is changeit, not change it.  The key tool thingy didn't complain though, odd.  So we thought the cert was imported correctly.  We w

RE: microsoft vfp to cfmx question

2004-01-27 Thread Peter Tilbrook
Am assuming "vfp" means the ancient Visual Fox Pro?   -Original Message-   From: Tony Weeg [mailto:[EMAIL PROTECTED]   Sent: Tuesday, 27 January 2004 1:44 PM   To: CF-Talk   Subject: microsoft vfp to cfmx question   Connection verification failed for data source: collectionsFinal   []java.

Re:Fast AV Code

2004-01-27 Thread Michael Dinowitz
The code is designed to be more careful then complete. The attachment extensions are the ones that should be delete at all times no matter what. The subjects are the key to this particular virus, and even that's not 100% complete. I've gotten this virus with a blank subject as well as a subject of

RE: Fast AV Code

2004-01-27 Thread Mosh Teitelbaum
Michael: Just a heads-up, I received a few emails today with a ZIP attachment.  The ZIP file contained a PIF file that included the virus. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Mi

RE: CF/Windows question - SYSTEM USER ACCOUNTS?

2004-01-27 Thread Dave Watts
> Thanks for the post. I also heard of the Windows resource kit > script Modifyusers.vbs have you used this? Whether you use a script or a built-in system command like "net user", you'll still need to run it from an account with the appropriate permissions. By default, CF runs as SYSTEM on Window

RE: How would I code this link for the anchor?

2004-01-27 Thread Rick Faircloth
Thanks, Clint! Rick   -Original Message-   From: Clint Tredway [mailto:[EMAIL PROTECTED]   Sent: Tuesday, January 27, 2004 2:02 PM   To: CF-Talk   Subject: Re: How would I code this link for the anchor?   Double the pound sign for the anchor and cf will make it one when the   output is do

OT- Stock Question

2004-01-27 Thread Eric Creese
Does anyone currently have anything that goes out and gets stock info for all symbols? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: CF/Windows question - SYSTEM USER ACCOUNTS?

2004-01-27 Thread Jochem van Dieten
James Blaha said: > > Thanks for the post. I also heard of the Windows resource kit script > Modifyusers.vbs have you used this? Never needed to. Jochem [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Image-Gallery Managment

2004-01-27 Thread Rick Faircloth
What about putting all the photos to be uploaded into a folder,  running CFDIRECTORY to make a list of all the photo files, then looping over the list with a CFFILE upload inside the loop? Rick   -Original Message-   From: Tim Do [mailto:[EMAIL PROTECTED]   Sent: Tuesday, January 27, 2004

Fast AV Code

2004-01-27 Thread Michael Dinowitz
-- This was sent earlier but Earthlink is probably screwed up with the virus. If you see it again, that's why. -- When we had the last virus outbreak, I wrote a fast piece of code that removed every instance of the virus from a persons mail box (it was part of my custom spam filter). I've done the

Re: How would I code this link for the anchor?

2004-01-27 Thread Clint Tredway
Double the pound sign for the anchor and cf will make it one when the output is done. # change to ## HTH, Clint Rick Faircloth wrote: > Hi, all... > > How would I code the link below to have the pound sign for the anchor > at the > end > with CF interpreting it as a variable sign? > > > "Pro

Re: SOT: secure area

2004-01-27 Thread Al Musella, DPM
It works ok for me with IE5 >Could someone take a look at the following link and >please give me any suggestions they might have? TIA > >https://www.seacrets.com/secure/reservation.cfm [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: CF/Windows question - SYSTEM USER ACCOUNTS?

2004-01-27 Thread James Blaha
Jochem, Thanks for the post. I also heard of the Windows resource kit script Modifyusers.vbs have you used this? Regards, James Blaha Jochem van Dieten wrote: > James Blaha wrote: > > > > CF/Windows question? > > > > Is it possible with ColdFusion to look at a user account on a Windows > > 200

Re: SOT: secure area

2004-01-27 Thread Phillip B
The only thing I see that's not secure are the links to Macromedia site for the Flash plugin if they don't have it. I don't know if that would cause the problem though. Phillip B. Cutter (CF-Talk) wrote: > We've just put a secure cert on our site. I have set up a "secure" > folder for all file

Re: CFLDAP and SSL

2004-01-27 Thread Matt Liotta
Depends on how everything is setup. If you need to install a cert then   you do it for the JRE that will be running the code in question. That   other link I sent a while back explains at Sun's site explains those   details. -Matt On Jan 27, 2004, at 3:07 PM, <[EMAIL PROTECTED]> wrote: > scwhwee

RE: CFLDAP and SSL

2004-01-27 Thread Douglas.Knudsen
scwhweet!  thanks sir.   Now, does this Java code require a cert installed somewheres?  Or is the handshaking/passoff stuff all handled internally?  I'm a little confused about that part. Doug -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 27, 2004

SOT: secure area

2004-01-27 Thread Cutter (CF-Talk)
We've just put a secure cert on our site. I have set up a "secure" folder for all files to be called with https, as well as their resource files (images, scripts, styles, etc.) I have adjusted the code of all pages so that references to all resources are absolute paths (https://www.yadayadayada

Re: CFLDAP and SSL

2004-01-27 Thread Matt Liotta
http://devilm.com/archives/97.html -Matt On Jan 27, 2004, at 9:51 AM, Matt Liotta wrote: > I found it much easier to use Java to access LDAP over SSL than cfldap. > > -Matt > > On Jan 27, 2004, at 9:48 AM, <[EMAIL PROTECTED]> wrote: > > > I'm trying to do LDAP reads/binds to a SunOne Directo

Verity Search Error

2004-01-27 Thread Jeremy Ball
I'm getting an error that I can't seem to find a solution to. The error is: An error occurred while performing an operation in the Search Engine native library.   coldfusion.tagext.lang.CFSearchTagException: Error # -2 Error E1-0106 (Query Builder): No topic built.. Maybe I've just been looking

Re: CF/Windows question - SYSTEM USER ACCOUNTS?

2004-01-27 Thread Jochem van Dieten
James Blaha wrote: > > CF/Windows question? > > Is it possible with ColdFusion to look at a user account on a Windows > 2000 or 2003 server and change its password? If CF runs under Administrator or System priviledges (not a good idea), you can use "net user". Jochem -- I don't get it immig

RE: Install CF MX on newer SUN JRE (Windows 2K)

2004-01-27 Thread Nathan C. Smith
Thanks Dave, I will give that a shot. Thanks too for all your other contributions. -Nate -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 1:29 PM To: CF-Talk Subject: RE: Install CF MX on newer SUN JRE (Windows 2K) > Can anyone explain ho

RE: How would I code this link for the anchor?

2004-01-27 Thread Rick Faircloth
Hi, Austin, and thanks for the reply... I used the CFOUTPUT tags around the variables on another page, however, I couldn't used them here because the entire query had to be output using able to use startrow and endrow for a "Next" "Previous" setup.  That made it impossible to using tags interior

CFMX 6.1 strange datatype error

2004-01-27 Thread Bryan Stevenson
Hey All, I've noticed this intermittent error twice now on my CFMX 6.1 under Windows 2000 Advanced Server box. I use CFQUERYPARAM religiously and sometimes for no apparent reason I'll get something like "cannot convert to specified datatype" when the value being passed in is 100% the correct data

RE: Install CF MX on newer SUN JRE (Windows 2K)

2004-01-27 Thread Dave Watts
> Can anyone explain how, or point me to instructions on how to > Install MX on a different JRE than the one that installs by > default with MX? > > I am installing to windows 2000 on a mini-itx (CPU = VI C3 > Ezra) machine and it crashes on older versions of JAVA. I > have downloaded and insta

Install CF MX on newer SUN JRE (Windows 2K)

2004-01-27 Thread Nathan C. Smith
Can anyone explain how, or point me to instructions on how to Install MX on a different JRE than the one that installs by default with MX? I am installing to windows 2000 on a mini-itx (CPU = VI C3 Ezra) machine and it crashes on older versions of JAVA.  I have downloaded and installed j2re1.4.2_0

RE: How would I code this link for the anchor?

2004-01-27 Thread Rick Faircloth
Thanks, Barney... Worked like a charm...I guess I'd tried every combination except that one! Rick   -Original Message-   From: Barney Boisvert [mailto:[EMAIL PROTECTED]   Sent: Tuesday, January 27, 2004 2:00 PM   To: CF-Talk   Subject: RE: How would I code this link for the anchor?   If

Re: How would I code this link for the anchor?

2004-01-27 Thread Austin Govella
Rick Faircloth wrote: > Hi, all... > > How would I code the link below to have the pound sign for the anchor at the > end > with CF interpreting it as a variable sign? > > > "Property_Search.cfm?Details=Yes&PropertyID=#GetProperties.PropertyID###GetP > roperties.PropertyID#"> All CF variables

RE: How would I code this link for the anchor?

2004-01-27 Thread Barney Boisvert
If you want a literal pound sign anywhere in any CFOUTPUT block, just double it up and CF will take care of the rest: I am ## #myRank# Cheers, barneyb > -Original Message- > From: Rick Faircloth [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 27, 2004 10:58 AM > To: CF-Talk > Subje

How would I code this link for the anchor?

2004-01-27 Thread Rick Faircloth
Hi, all... How would I code the link below to have the pound sign for the anchor at the end with CF interpreting it as a variable sign? "Property_Search.cfm?Details=Yes&PropertyID=#GetProperties.PropertyID###GetP roperties.PropertyID#"> Thanks, Rick Rick Faircloth Hinesville, GA [Todays Thre

OT: Groupwise and mailto

2004-01-27 Thread Shawn Grover
Hi all.  My appologies for the OT, but I'm not sure where else I can get help on this. I need to set the To, Subject, and Body fields of an email using the method href="" PROTECTED]&subject=test&body=test" in an anchor tag. This works perfect using MS Outlook.  But I'm having troubles with Groupwi

ot: oracle package help ( text got cut off previous email)

2004-01-27 Thread Nick Han
I am trying to execute this test package that i have, but I have encountered this error: === The following error has occurred: ORA-06550: line 2, column 2: PLS-00306: wrong number or types of arguments in call to 'PROC_GET_CLIENT_INFO' ORA-06550: li

ot: oracle package help - (resend)

2004-01-27 Thread Nick Han
I am trying to execute this test package that i have, but I have encountered this error: === The following error has occurred: ORA-06550: line 2, column 2: PLS-00306: wrong number or types of arguments in call to 'PROC_GET_CLIENT_INFO' ORA-06550: li

ot: oracle package help

2004-01-27 Thread Nick Han
I am trying to execute this test package that i have, but I have encountered this error: === The following error has occurred: ORA-06550: line 2, column 2: PLS-00306: wrong number or types of arguments in call to 'PROC_GET_CLIENT_INFO' ORA-06550: li

Re: cfeclipse plug-in

2004-01-27 Thread Thomas Chiverton
On Tuesday 27 Jan 2004 16:43 pm, Rob Rohan wrote: > alone. As soon as / if sourceforge gives me space I'll put the code up > and you can help if you'd like, otherwise you might have to sit tight Guess I'll be learning eclipse API then :-) > for a while because unfortunately I have to make a livin

test -- please ignore

2004-01-27 Thread Nick Han
Nick Han [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

  1   2   >