RE: Hyperlink cause a post, how to?

2001-03-19 Thread Philip Arnold - ASP
a href="javascript:submit()" or alternatively you can call another javascript function a href="javascript:dothis("somevalue")" script function dothis(somevalue) { document.form.myvalue = somevalue; document.form.submit; } /script Actually, that last "document.form.submit"

RE: exploiting shopping carts

2001-03-19 Thread Aidan Whitehall
You could put all the data that needs to be passed over in to a WDDX packet, then encrypt it, base64 it, and send it over in a hidden field. You could do this, but, again, if the data comes from the browser, someone can tamper with it. You're raising the bar of difficulty by doing

Virus alert... Eric Hoffman?

2001-03-19 Thread Aidan Whitehall
Just got this when posting "RE: PWS not starting at boot up". Since receiving the e-mail, I've just upgraded the anti-virus software from Norton 7.0 to Norton 7.5... it didn't alert me to the presence of any virii. Don't know if this is a false alarm or genuine. And, yes, the e-mail ends "To

RE: Virus alert... Eric Hoffman?

2001-03-19 Thread Daniel Lancelot
I've had that one too! -Original Message- From: Aidan Whitehall [mailto:[EMAIL PROTECTED]] Sent: 19 March 2001 10:34 To: CF-Talk Subject: Virus alert... Eric Hoffman? Just got this when posting "RE: PWS not starting at boot up". Since receiving the e-mail, I've just upgraded the

re: ADO

2001-03-19 Thread Bill Grover
--nqp=nb64=()p1KaLmIg2 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Here is something I wrote to help myself out. This custom tag will = take an ADO recordset and return a CF query. If you have any questions = please drop me a line. Bill Grover

Re: Virus alert... Eric Hoffman?

2001-03-19 Thread Jon Hall
Heh, I've gotten that email in the past and emailed Small Dog. Apparently their mail server scans emails for certain key words which for some reason may be harmful jon - Original Message - From: "Aidan Whitehall" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, March

CFMail question

2001-03-19 Thread Jon Tillman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Does anyone have an idea how to specify the number of cols to use in CFMail? - -- Jon Tillman http://www.eruditum.org I tried to categorise my CD collection as well as order by artist, but that would have needed a six-dimensional sparse matrix.

RE: Date/Time Nightmare

2001-03-19 Thread Nathan Stanford
I know you have an answer but I thought someone would have suggested !--- CF_CalcWeek v1.0 was written by Cory Aiken of CF_WebApps (http://www.cfwebapps.com) All Rights Reserved This is freeware, and NO warranties are expressed or

RE: Virus alert... Eric Hoffman?

2001-03-19 Thread Nathan Stanford
I have noticed anytime you have anything in an email with registry paths it thinks there is a virus.. just being safe I guess. -Original Message- From: Aidan Whitehall [SMTP:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 4:34 AM To: CF-Talk Subject: Virus alert... Eric

RE: selecting multiple records in a select box

2001-03-19 Thread David Shadovitz
Does get_tobacco contain an ID field? If you're comparing two sets of ID's, my CF_Venn tag can do that: CF_Venn ListA="#ValueList(Contents.ContentsID)#" ListB="#ValueList(get_tobacco.theID)#" AandB="matches" The heart of the relevant code is simply: cfset AandB = "" cfloop

Re: selecting multiple records in a select box

2001-03-19 Thread Jon Tillman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 What it returns is something like: get_tobacco.tobaccoId = 1 get_tobacco.tobaccoContents = '2, 4, 5, 7' I am comparing get_tobacco.tobaccoContents and get_content.ContentsID, hopefully. On Monday 19 March 2001 09:13 am, you wrote: Does

RE: Virus alert... Eric Hoffman?

2001-03-19 Thread Aidan Whitehall
I have noticed anytime you have anything in an email with registry paths it thinks there is a virus.. just being safe I guess. Ahhh... I see. Thanks for the info. I panicked a bit when I saw it :-) -- Aidan Whitehall [EMAIL PROTECTED] Netshopper UK Ltd Advanced Web Solutions

RE: selecting multiple records in a select box

2001-03-19 Thread Bob Silverberg
It sounds like it's a simple as: cfif ListFindNoCase(get_tobacco.tobaccoContents,get_content.ContentsID), if you only need to look at one record from get_tobacco, If you need to compare to all record, try: cfif ListFindNoCase(ValueList(get_tobacco.tobaccoContents),get_content.ContentsID )

RE: The northern CFer

2001-03-19 Thread Dylan Bromby
i think it looks pretty slick, myself. -Original Message- From: Kent Bulmer [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 8:45 AM To: CF-Talk Subject: The northern CFer I was wondering if anyone could look at this for me: http://www.networkcentrix.com/cftalk/netcen.cfm It's

RE: The northern CFer

2001-03-19 Thread John Wilker
Well it certainly looks slick, very nicely designed. The functionality described sounds good too, sounds like it does a lot. I've only worked very slightly with one content management too and it didn't offer what yours does. My opinion doesn't have much weight as Content management isn't an

how to access the cf administrator page

2001-03-19 Thread nagesh
hi all, I'm getting an error here. When i'm trying to update that one it is not allowing me to enter into administrator page. When i try to open cf administrator it is showing this error. To avoid that what should i need to do? I know the solution for this error , but i donno how to get in

RE: CF Books

2001-03-19 Thread Kevin Gilchrist
http://www.thenetprofits.co.uk/coldfusion/faq/#answer32 ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/

Re: how to access the cf administrator page

2001-03-19 Thread Yoshi Melrose
did you check your application.cfm file? Perhaps there's an error there? just reaching here. =) - Original Message - From: "nagesh" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, March 19, 2001 10:06 AM Subject: how to access the cf administrator page hi all, I'm

Re: CF Books

2001-03-19 Thread Yoshi Melrose
Ben Forta's Cold Fusion book is the best one, you can get it from anywhere. =) - Original Message - From: "Julie Clegg" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, March 19, 2001 10:05 AM Subject: CF Books Hello, Can anyone recommend a good CF developers

RE: CF Books

2001-03-19 Thread James Maltby
Yoshi - WAKE UP - you've obviously fallen asleep on your "repeat sending email button" - unless there is a problem with the mail server :) J -Original Message- From: Yoshi Melrose [mailto:[EMAIL PROTECTED]] Sent: 19 March 2001 16:16 To: CF-Talk Subject: Re: CF Books Ben Forta's

SQl Server/odbc driver is on vacation......or...dead......

2001-03-19 Thread Michael Ross
Don't you hate it when you have a great weekend and then you come to work and everyone falls to the s%%#. We have a box that has CF 4.5.1/iis 5.0/win2000 sql7.0 server on it.(I know we were just about to move the sql off it). This morning I have not been able to connect to any

Crystal Reports

2001-03-19 Thread Clifton . Reichle
Has anyone had any experience running Crystal Reports with Cold Fusion? I've tried to set up a Crystal Report to run within a page, but I keep getting a message that it either can't find the report file or it's not accessible to the server. I've verified the file is there which leaves the

RE: Crystal Reports

2001-03-19 Thread Braver, Ben:
Clifton- Which version of CR with which version of CF? Ben -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 10:35 AM To: CF-Talk Subject: Crystal Reports Has anyone had any experience running Crystal Reports with Cold Fusion? I've

RE: Crystal Reports

2001-03-19 Thread Clifton . Reichle
It's a Crystal Reports 7.2.x report on Cold Fusion 4.5 on an NT 4.0 with IIS 4. Clif -Original Message- From: Braver, Ben: [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 12:32 To: CF-Talk Subject: RE: Crystal Reports Clifton- Which version of CR with which version of CF?

RE: how to access the cf administrator page

2001-03-19 Thread Bryan Love
in application.cfm (or equivilant) you have put a CFAPPLICATION tag with CLIENTSTORAGE set to "CAVO". Just remove that attribute altogether and let the system use the registry until you get everything set up :) Bryan Love ACP Internet

RE: CF Books

2001-03-19 Thread kmansel
when do you think the 5.0 book will be making it's way to the book shelfs? -Original Message- From: Greg Wolfinger [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 10:53 AM To: CF-Talk Subject: Re: CF Books Ben Forta's two books, ColdFusion 4.0 Web Application Construction Kit,

RE: CF Books

2001-03-19 Thread Braver, Ben:
You're right, Greg, but Julie said they will be building their application using 4.5 ! -Original Message- From: Greg Wolfinger [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 10:53 AM To: CF-Talk Subject: Re: CF Books Ben Forta's two books, ColdFusion 4.0 Web Application

RE: CF Books

2001-03-19 Thread Kevin Miller
Now there is a loaded question, if I have ever seen one... Kevin [EMAIL PROTECTED] 03/19/01 10:54AM when do you think the 5.0 book will be making it's way to the book shelfs? -Original Message- From: Greg Wolfinger [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 10:53 AM

Re: Crystal Reports

2001-03-19 Thread Yoshi Melrose
I've successfully done that, how are you calling the Crystal report? can you send your code? I'm using the crystal reports Active X control (obviously works best in IE) to display the reports. Seemed to work out the best way. (are my emails being sent out in doubles or triples?) - Original

RE: Virus alert... Eric Hoffman?

2001-03-19 Thread Nathan Stanford
I noticed it when I was warned after sending out my Free ColdFusion e-zine the weekend before last. I told how to get your CF Admin password back if you needed too. Several people's email server warned me that my email may have had a virus. Nathan Stanford www.cftipsplus.com

Re: Disappearing Variables on Mac IE?

2001-03-19 Thread Brian Thornton
I've found seesion variable are staying with mac. As well as a refresh doesn't past form data My 2 cents. - Original Message - From: "C. Hatton Humphrey" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, March 19, 2001 12:00 PM Subject: FW: Disappearing Variables on Mac

Re: CF Books

2001-03-19 Thread Greg Wolfinger
when do you think the 5.0 book will be making it's way to the book shelfs? no idea. i would expect them probably realeased the same time that 5.0 is realeased. You're right, Greg, but Julie said they will be building their application using 4.5 ! yeh, i never

Re: CF Books

2001-03-19 Thread Mike
http://www.defusion.com has them all there listed and the best one for you is the one you find and the book store, and skim through, and then compare reviews and opinions Hows that for an answer Its Honest Michael "Julie Clegg" [EMAIL PROTECTED] wrote in message [EMAIL

RE: Disappearing Variables on Mac IE?

2001-03-19 Thread C. Hatton Humphrey
What's odd is that the situation is something like this: a.cfm cfset whatever = query.email cfset whoever = "#query.fname# #query.lname#" cfinclude template="b.cfm" b.cfm cfif Len(trim(whatever)) GT 0 On the PC's this works fine (as it should on everything), but on the Mac it blows

Code review, PLEASE

2001-03-19 Thread Mike
I have to be missing something: and I cant put my mouse on it !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" !--- include toolbar.cfm--- cfinclude template="Toolbar.cfm" html head CFPARAM Name="ID" Default=1 titleInterview 2/title /head CFQUERY NAME="selectcandidate"

cf query?

2001-03-19 Thread kmansel
cfquery datasource="blah" username="user" password="pass" name="addclickthrough" UPDATE NetReferrers SET ClickThroughs = (SELECT Info.ClickThroughs FROM Info.NetReferrers WHERE PromoID

RE: SQl Server/odbc driver is on vacation......or...dead......

2001-03-19 Thread Dave Watts
I tried using EM from another machine and it still won't connect. I looked through my NT logs and nothing is jumping out at me. I installed mdac 2.6 sdk. Still no go. I am now doing a total restore of my c:\ partition. After that whats left? Total re-build I hope not

OT: W2K resource monitoring with SNMP ?

2001-03-19 Thread Kevin Gilchrist
Hi all, Sorry for the off-topic but I'm hoping that some people here may be able to help me out. Please feel free to contact me directly if you'd prefer to keep this off-list. I was wondering if anybody has or is using SNMP to monitor CPU/Disk usage on their Win2K servers? There is a

RE: Code review, PLEASE

2001-03-19 Thread Paul Ihrig
input type="hidden" name="id" value="selectcandidate" doesn't the value need # symbols? -paul Web Developer, NBBJ Work: [EMAIL PROTECTED] 614 241-3534 fax:614 485-5534 Home: [EMAIL PROTECTED] 614 449-1681 icq: 47658358 -Original Message- From: Mike

RE: Code review, PLEASE

2001-03-19 Thread Phoeun Pha
It would be best if u can tell us what the problem is and what ua re tyring to get the page to do. then i can understand the code better -Original Message- From: Mike [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 1:27 PM To: CF-Talk Subject: Code review, PLEASE I have

Re: Code review, PLEASE

2001-03-19 Thread Mike
Sorry bout that: This is the error Error Occurred While Processing Request Error Diagnostic Information ODBC Error Code = 37000 (Syntax error or access violation) [Microsoft][ODBC Microsoft Access Driver] Syntax error in UPDATE statement. The error occurred while

Re: CF Books

2001-03-19 Thread Jeffry Houser
At 01:52 PM 03/19/2001 -0500, you wrote: Ben Forta's two books, ColdFusion 4.0 Web Application Construction Kit, 3rd. ed., and ColdFusion 4.0 Application Development, both published by Que, are I agree, however you should wait, because Ben is updating his books for version 5.0 The

Re: The northern CFer

2001-03-19 Thread David Adams
This framework looks frighteningly similar to Spectra. I too live in Canada, Canada's main government town - Ottawa, and we also have to deal with bilingualism in all our applications. I have just learned that Spectra can deal quite well with multilingualism and since it is a framework, if

RE: Code review, PLEASE

2001-03-19 Thread Savan Thongvanh
glad you said that, i was feeling kind of dense "Dylan Bromby" [EMAIL PROTECTED] on 03/19/2001 01:39:53 PM Please respond to [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] cc:(bcc: Savan Thongvanh/DSM/Seabury) Subject: RE: Code review, PLEASE why don't you post either the

RE: cf query?

2001-03-19 Thread Terry Bader
is PromoID a number based type in the db or a char? you are treating it as a char based datatype... Terry Bader IT/Web Specialist EDO Corp - Combat Systems (757) 424-1004 ext 361 - Work [EMAIL PROTECTED] (757)581-5981 - Mobile [EMAIL

Parsing a text field from a db...

2001-03-19 Thread Christian N. Abad
Folks: Here is today's challenge : I have a database that stores Library articles (how-to's). I need to be able to store ColdFusion markup in the database and have it parsed once the row is retrieved from the database. For example, I store the following text in the db: img

Re: Code review, PLEASE

2001-03-19 Thread Mike
This is what I get now with the ## Error Occurred While Processing Request Error Diagnostic Information Expression result cannot be converted to a string Expressions used inside tags like CFOUTPUT, CFQUERY, CFMAIL, etc. must evaluate to a value that can be converted to a string

RE: Crystal Reports

2001-03-19 Thread Clifton . Reichle
It's really, really simple right now... !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" html head titleUntitled/title /head body cfreport report="/COCSO90Day.rpt" username="" -- Changed to protect our DB

Re: Code review, PLEASE

2001-03-19 Thread Greg Wolfinger
whats the error that you are getting with this code? - Original Message - From: "Mike" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, March 19, 2001 2:26 PM Subject: Code review, PLEASE I have to be missing something: and I cant put my mouse on it !DOCTYPE HTML

Re: Parsing a text field from a db...

2001-03-19 Thread Kevin Gilchrist
You could try dumping the text from the database into an ASCII text file, e.g. temp.cfm, and then cfinclude that file. "Christian N. Abad" [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Folks: Here is today's challenge : I have a database that stores Library articles

RE: cf query?

2001-03-19 Thread kmansel
Basically, i am trying to grab the value that is currently in the table, and then add 1 to it without going through another CFQUERY statement, I am not doing this right, but for some reason i cannot see the right path to take?? -Original Message- From: Terry Bader [mailto:[EMAIL

RE: Code review, PLEASE

2001-03-19 Thread Hayes, David
selectCandidate is your query name; a query can't be converted to a string. You may want one of your query column names instead. -Original Message- From: Mike [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 2:01 PM To: CF-Talk Subject: Re: Code review, PLEASE This is what I

RE: Code review, PLEASE

2001-03-19 Thread Robert Long
I don't see any query that is updating anything in the code you sent. -Original Message- From: Mike [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 1:51 PM To: CF-Talk Subject: Re: Code review, PLEASE Sorry bout that: This is the error Error Occurred While Processing Request

RE: Code review, PLEASE

2001-03-19 Thread Howarth, Craig (IBK-NY)
selectcandidate is the name of your query, to resolve the expression you need to indicate a column name. do you really want: input type="hidden" name="id" value="#selectcandidate.id# which will store the ID column of the query as a hidden form field. Craig -Original Message- From:

Re: Parsing a text field from a db...

2001-03-19 Thread Olivier Gostan
have you tryed : cfoutput#Evaluate(myQueryName.article)#/cfoutput O- - Original Message - From: "Christian N. Abad" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, March 19, 2001 2:56 PM Subject: Parsing a text field from a db... Folks: Here is today's challenge :

RE: cf query?

2001-03-19 Thread Dave Watts
cfquery datasource="blah" username="user" password="pass" name="addclickthrough" UPDATE NetReferrers SET ClickThroughs = (SELECT Info.ClickThroughs FROM Info.NetReferrers WHERE PromoID =

RE: Code review, PLEASE

2001-03-19 Thread Robert Long
without seeing the update query, I would assume that the hidden value for ID needs to be the ID that is being selected from the 'selectcandidate' query. Perhaps the form input should be cfoutput query="selectcandidate" input type="hidden" name="id" value="#id" ... rest of code...

RE: Parsing a text field from a db...

2001-03-19 Thread Bryan Love
Three things: 1. You need to re-think your database design. I have had this issue one time in the past I since came to realize that it was bad database design. You should never have to store CF that needs to be evaluated in the database. 2. It is possible to write a text parser that strips CF

RE: CF Books

2001-03-19 Thread Nathan Stanford
Julie there are several books and there are several websites Check out www.cftipsplus.com as one resource it is a Free Weekly e-zine. We have over 3100 members now. -Original Message- From: Julie Clegg [SMTP:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 10:06 AM To:

RE: Date/Time Nightmare

2001-03-19 Thread Nathan Stanford
This is now the 23 email copy I have received of this. Can someone tell me is it my Companies email server, cf-talk, or Yvette's email server... please someone stop it... Thanks, Nathan -Original Message- From: Yvette Ingram [SMTP:[EMAIL PROTECTED]] Sent: Sunday, March 18, 2001

RE: Parsing a text field from a db...

2001-03-19 Thread Hayes, David
Check the evaluate function. #evaluate(myQueryName.article)# You'll need to replace the single # with double ## before evaluating it. -Original Message- From: Christian N. Abad [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 1:57 PM To: CF-Talk Subject: Parsing a text field

RE: cf query?

2001-03-19 Thread Hayes, David
1) If PromoID is numeric, omit the single quotes. 2) Your select statement returns the value, so you can just add 1 to it; you don't need to attempt to refer to it again with #Info.ClickThroughs# UPDATE NetReferrers SET ClickThroughs = (SELECT Info.ClickThroughs

link color

2001-03-19 Thread Robert Orlini
Any CF tag or coding (even JavaScript) someone can spare out there that changes a color when a mouse goes over a link? It is similar to the DHTML and CSS that does it so well in IE, but would work in Netscape as well. Thanks. Robert O. HW Wilson

Re: Parsing a text field from a db...

2001-03-19 Thread nagesh
hi, why u want to store the whole path in the database instead you can store just that gif file name. and when you are retrieving that just say #queryname.fieldname# once you get this you could able to manipulate the data to fit into html file. I hope i understand your problem. nagesh

Re: CF Books

2001-03-19 Thread Bernd VanSkiver
Anyone have some idea when cf5 should be out? Bernd VanSkiver [EMAIL PROTECTED] ColdFusion Developer ICQ #: 916324 Original Message Follows From: "Greg Wolfinger" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: CF Books Date: Mon, 19 Mar 2001

RE: CF Books

2001-03-19 Thread John Wilker
Not to mention that if the cf 5.0 book comes out like the 4.0 books did we could all be waiting for quite some time. If I recall way back the guys and I at my old company were waiting and wringing our hands in anticipation, especially when it kept getting delayed. I'd by the 4.0 blue book or the

crazy replace

2001-03-19 Thread Greg Wolfinger
hey guys, anyone know what this isn't working. its been a while since i've been working with cold fusion. input: 384-29394-3928 cfscript Replace(attributes.employee, "-", "", "all"); /cfscript output: 384-29394-3928 I am trying to remove the dashes "-" from the employee number --=@

Re: The northern CFer

2001-03-19 Thread Kent Bulmer
I guess that's the issue. There is no cost to this product because it isn't for sale. NetworkCentrix has worked so well for us internally that I was trying to convince my partners that it could be a sellable product. What I really wanted to do was to have the framework available as a free

Re: CF Books

2001-03-19 Thread Julie Clegg
thankswe will be using the 4.5 version...when I look online, Ben Forta's develpment books are for 4.0is 4.0 and 4.5 the same, or similar enough to where I can use the 4.0 version of the book? Julie From: "Mike" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL

CFGRID Display Problem

2001-03-19 Thread Les Mizzell
I've just started using CFGRID for a couple of projects, but I'm having a major problem/setback. CFGRID displays and functions perfectly on my dev machine, plus displays perfectly once posted to the clients site, but only on my dev machine... However, my client is unable to view the grid from

Database Modeling

2001-03-19 Thread Jeanne Sarfaty Glazer
Hi Everyone, Once again, I seem to be the master of non-CF posts. I promise it won't always by so! :-) It turns out my Developer Role needs to be expanded into the DB arena. I'm looking for recommendations on good structured courses that teach database modeling and administration.

RE: cf query?

2001-03-19 Thread Hayes, David
cf_sheepishGrin And as Dave Watts noted, you don't even need the subquery. /cf_sheepishGrin -Original Message- From: Hayes, David [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 2:31 PM To: CF-Talk Subject: RE: cf query? 1) If PromoID is numeric, omit the single quotes. 2)

RE: Parsing a text field from a db...

2001-03-19 Thread Christian N. Abad
Yep. No luck there... Regards, CNA -Original Message- From: Olivier Gostan [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 3:24 PM To: CF-Talk Subject: Re: Parsing a text field from a db... have you tryed : cfoutput#Evaluate(myQueryName.article)#/cfoutput O- - Original

Query join problem

2001-03-19 Thread W Luke
Hi, Not sure what I need to do for this - hope someone can help. After someone posts an advert, it's entered into the database table advert_details. A table called zap contains 2 fields, zapSearch and zapEmail, with zapSearch being a search string. After posting the advert, I need to run

RE: Date/Time Nightmare

2001-03-19 Thread Jason E Miller
Nathan - I remember seeing her thread on Sunday - but I only seen the individual mails she sent - so I would look at your mail server. -Original Message- From: Nathan Stanford [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 11:22 AM To: CF-Talk Subject: RE: Date/Time Nightmare

RE: crazy replace

2001-03-19 Thread Clifton . Reichle
Try capitalizing the word ALL. -Original Message- From: Greg Wolfinger [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 14:43 To: CF-Talk Subject: crazy replace hey guys, anyone know what this isn't working. its been a while since i've been working with cold fusion. input:

dynamic site and search engines

2001-03-19 Thread Mike
dynamic site and search engines We have dynamic site. My question is from the stand point of search engines. Are product are found from a form. So search engine are not going index them. I was wonder if making a list of link with url variable pointing to the different product would solve this.

Re: link color

2001-03-19 Thread Mike Tyranski
Robert, There is no sure fire way to do this in Netscape that I have found. There is some code at the link below that comes close though: http://www.webreference.com/js/column4/workaround.html This code relies on setting the position of a layer to absolute for every link you do this for.

RE: crazy replace

2001-03-19 Thread Dave Watts
hey guys, anyone know what this isn't working. its been a while since i've been working with cold fusion. input: 384-29394-3928 cfscript Replace(attributes.employee, "-", "", "all"); /cfscript output: 384-29394-3928 I am trying to remove the dashes "-" from the employee

RE: crazy replace

2001-03-19 Thread Phoeun Pha
it should be Replace(attributes.employee, "-", "", "", "all") oh and u dont need a CFSCRIPT to use that function hehehehehehe i think. -Original Message- From: Greg Wolfinger [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 2:43 PM To: CF-Talk Subject: crazy replace hey

RE: Crystal Reports

2001-03-19 Thread Braver, Ben:
Clifton- This has been working for me (with older releases): CFREPORT REPORT="#GetDirectoryFromPath(CF_TEMPLATE_PATH)#blah.rpt" DATASOURCE="ALPHA" where the datasource defined on the cf server contains a userid and password. HTH. Ben -Original Message- From: [EMAIL PROTECTED]

Re: CFGRID Display Problem

2001-03-19 Thread Yoshi Melrose
i'm getting similar problems, as well as problems with the scrollbars not working correctly. They simply don't show up, although there's definitely more to scroll over to. Anyone have ideas on this one? - Original Message - From: "Les Mizzell" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL

RE: crazy replace

2001-03-19 Thread Bob Silverberg
You need to say: attributes.employee = Replace(attributes.employee, "-", "", "all"); Bob -Original Message- From: Greg Wolfinger [mailto:[EMAIL PROTECTED]] Sent: March 19, 2001 3:43 PM To: CF-Talk Subject: crazy replace hey guys, anyone know what this isn't working. its been a

Re: CFGRID Display Problem

2001-03-19 Thread Neil H.
Lez, Tell you hosting provider that you need to have the CFIDE directory added as a virtual mapping to your site. We do this often upon request of the CFgrid usage. Thanks, Neil [EMAIL PROTECTED] http://www.hostmysite.com Get your FREE .com, .net, or .org domain name at HostMySite.com!

OT: Java

2001-03-19 Thread Phoeun Pha
Sorry for the OT topic (DONT STONE ME!), but i was hoping some of you guys are also java programmers. I'd thankful a friend recommended the CF 4.5 web applications book by Ben Forta, or else I'd be stuck with CF 4.5 for dummies. I hope I get lucky twice, and maybe recommend me a good Java book!

TwoSelectsRelated - a CFX/Java version

2001-03-19 Thread SMITH,RANDY (HP-USA,ex1)
Hey folks! I've been a long-time user of Nate's CF_TwoSelectsRelated custom tag, and daily give thanks in my heart to Nate for being my "force multiplier" by making it. Unfortunately, we use it for queries with hundreds of rows, and the time it takes to render can be in the order of seconds

Re: The northern CFer

2001-03-19 Thread Eric Dawson
But how do you justify that to an accountant? savings on development cost in the future. I think everything that isn't a core focus of a company, ie revenue generation (competitive advantage), it should be released open source. E From: Kent Bulmer [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED]

Re: The northern CFer

2001-03-19 Thread Eric Dawson
If it is ideologically similar to Spectra ... then there is less of a need for ... True, but. There is room to compete, certainly if it is free and open source. Eric From: Kent Bulmer [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: The northern CFer

RE: CFGRID Display Problem

2001-03-19 Thread John Lucas
If you are using an NT/2000 web server and the CFIDE directory is not located within your web site directory, you will need to create a virtual directory called CFIDE and map it to default CFIDE directory on the web server. At least that is what our problem with cf_tree was. John Lucas [EMAIL

RE: Query join problem

2001-03-19 Thread Braver, Ben:
Hi Will, If you're trying to join two tables, you need a common column (field) in both tables. E.g. to join Invoice table to Invoice_Details you would have a common field Invoice_nbr in both tables. The WHERE clause in SQL tells the database engine to only return the rows meeting your criteria.

Logout Kill Session Almost Works (Clear History?)

2001-03-19 Thread Geoff Hoffman
CF-Talk List, I am using the following code from Danny Davis, to kill the session when the user logs out (they click the Logout link): CFSCRIPTStructClear(Session);/CFSCRIPT CFCOOKIE NAME="CFID" VALUE="0" EXPIRES="NOW" CFCOOKIE NAME="CFTOKEN" VALUE="0" EXPIRES="NOW" The login page sets

RE: link color

2001-03-19 Thread Dylan Bromby
I've just built a 3-layer menu in DHTML that works well and didn't need any workarounds, so I would be hesitant to blame DHTML per se. The problem is Netscape 4.x doesn't follow the DOM very well, whereas IE 5/5.5 do a pretty good job. Netscape 6 is supposedly much better, but I haven't used it

RE: Crystal Reports

2001-03-19 Thread Hoffman, Joe (CIT)
Try this !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" html head titleUntitled/title /head body cfreport report="#GetDirectoryFromPath(CF_TEMPLATE_Path)#CFRptInv.rpt" username="" password="" /cfreport /body /html Joe Hoffman mailto:[EMAIL PROTECTED] National

RE: SQl Server/odbc driver is on vacation......or...dead......

2001-03-19 Thread Michael Ross
It says the service is running but I can't even connect to the server. In the meantime I have moved the backups converted them to access and are off and running. Now I just need to figure out what happened. Right now I have uninstalled sql, uninstalled mdac 2.6 and I can't use the cf

RE: CFGRID Display Problem

2001-03-19 Thread Bryan Love
it will work if you create a virtual directory (IIS or PWS) to the CFIDE folder in your web root. In order to use CF's built in JAVA applets you need to be able to access the CFIDE folder from your WEB ROOT. (All the applet sources reside in a sub-directory under CFIDE and the CFTREE and CFGRID

RE: Crystal Reports

2001-03-19 Thread Judith Campbell
The default directory name that Crystal Reports installs into has spaces in it. IIS adminstrator will not recognize the name with spaces. Reinstall Crystal Reports on your server into a directory without spaces in the name. This should fix the problem At 01:23 PM 3/19/01 -0700, you wrote:

RE: Query join problem

2001-03-19 Thread Bob Silverberg
You could do this in CF by first querying the zap table, and then looping over those query results and issuing a query against advert_details for each search term - but I wouldn't do that! This is the type of thing that you should get the database to do for you. There are a couple of ways to do

Re: dynamic site and search engines

2001-03-19 Thread Wjreichard
Nope. My understanding is SEs (Search Engines) don't follow URLs with ? and . The good news is if your serving pages using IIS and CFM ... you can specify a URL without ? and , and redirect appropriately. Might even work in other environments beside IIS ... but I haven't tested them. I

Re: [OT: Java]

2001-03-19 Thread Alex
You can find text search code on the web already. Phoeun Pha [EMAIL PROTECTED] wrote: Sorry for the OT topic (DONT STONE ME!), but i was hoping some of you guys are also java programmers. I'd thankful a friend recommended the CF 4.5 web applications book by Ben Forta, or else I'd be stuck with

Re: Query join problem

2001-03-19 Thread W Luke
Hi Ben, If you're trying to join two tables, you need a common column (field) in both tables. E.g. to join Invoice table to Invoice_Details you would have a common field Invoice_nbr in both tables. Ahh, thought so. That means I can't do it then - damn it. You said "this is out of my

  1   2   >