RE: cf vs. ASP strengths: need to convince client

2000-05-08 Thread earwicker
thanks. I appreciate the resource. Although this is exactly the kind of thing I need, I'm not ASP-savvy enough to know the differences between 2.0 and 3.0. One would assume that some of those issues have already been addressed?? ---e[ch] -Original Message- From: Peter Tilbrook

Re: OT: Button action

2000-05-08 Thread Michael Kear
No, for some reason, the image reset button was left out of the html spec. But you can get round it by making it just an ordinary image link calling the same page again. This has puzzled me since I went round that same loop with the HTML Writers Guild only a few weeks ago. Cheers, Mike Kear AFP

Anyway to increase session timeout at run time?

2000-05-08 Thread Richard Li
Hi, Is there anything I can do on the ColdFusion server side to dynamically change the session timeout value or increase this value at run time? One example is that when a user is editing a page, I would like to keep the session alive until this user has submit the page. Can this be done?

RE: CF_Inputfilter syntax

2000-05-08 Thread Rich Wild
I hope no one will mind too much if I just politely 'top' this one. The weekend failed to clear my addled head ;) Rich -Original Message- Hi there, I'm using a lot of URL variables in a current project that directly link into DB statements and so to try and combat attempts by

RE: Boolean fields in Foxpro

2000-05-08 Thread Michael O Reilly
Hi All, I'm having a simple problem I'm sure someone has come up against before. I developed a CF system with an Access backend. This was then ported to Foxpro. Nearly everything worked fine but I'm having a problem setting Boolean fields. When I try the following - CFQUERY INSERT INTO

Re: Boolean fields in Foxpro

2000-05-08 Thread Randy Adkins
Try removing the ' ' marks. In Boolean fields, some applications do not need them - Original Message - From: "Michael O Reilly" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 08, 2000 4:41 AM Subject: RE: Boolean fields in Foxpro Hi All, I'm having a simple problem I'm

RE: Boolean fields in Foxpro

2000-05-08 Thread Michael O Reilly
I've already tried VALUES (0), I'm assuming that TRUE needs to be wrapped in special char to identify it, the same way Dates need are Formatted as #dd/mm/yyy# but I tried '#TRUE#' and got an error. Thanks for the reply though. Regards Michael O'Reilly TransAer -Original Message- From:

Re: Boolean fields in Foxpro

2000-05-08 Thread Randy Adkins
Going off the wall here again, when you used '#TRUE#' did you also try it without the ' ' marks? I know most Boolean uses 0 and -1 for other data types as well. I am not sure in Foxpro. Have you hit the HELP file in Foxpro? When Boolean values are converted to other data types, False becomes

RE: Firewalls

2000-05-08 Thread Stewart McGowan
I'm having similar problems atm, my application is/was intranet based, and now management think its a great idea to let the world and his dog see it, cool you'd think, but our firewall makes Noah look old, and passing ODBC or SQLnet through it seems to be an art that requires Indiana Jones and a

RE: Boolean fields in Foxpro

2000-05-08 Thread Michael O Reilly
If I used #TRUE# (without quotes) then ColdFusion would think I was referencing a variable called True. I could try it but I would expect an error. Unfortunately I haven't got Foxpro to look at the help. -Original Message- From: Randy Adkins [mailto:[EMAIL PROTECTED]] Sent: 08 May 2000

Re: Boolean fields in Foxpro

2000-05-08 Thread Randy Adkins
In the book by Microsoft 'Visual Foxpro 6.0' Boolean fields such as checkboxes uses .T. and .F. as well as 0 and 1, 2, and .NULL. 2 and .NULL. I have never used. Sorry I am no Foxpro expert. If those do not work, let me know, I will continue looking in the book. - Original Message -

Re: Button action

2000-05-08 Thread Chris Tazewell
Apologies for being a bit OT but its for a CF form. Is it possible to do an image based reset button - I can't find any reference to this in my HTML stuff, only image based submit buttons. Change it to an IMG SRC... Then use javascript: A HREF="javascript:void(0)" onClick="ResetForm()"

RE: Boolean fields in Foxpro

2000-05-08 Thread Michael O Reilly
Thanks for the help, much appreciated. I'll try '.T.' I remember that notation from my DBaseIV days. Regards Michael O'Reilly TransAer -Original Message- From: Randy Adkins [mailto:[EMAIL PROTECTED]] Sent: 08 May 2000 10:43 To: [EMAIL PROTECTED] Subject: Re: Boolean fields in Foxpro

Re: Efficient pages

2000-05-08 Thread John Allred
Cool, Pete! Thanks. --John Pete Freitag wrote: We have some resources here, http://www.cfdev.com/resources/discussion/ That list will be growing very shortly (I promise!). Read allaire's white papers... http://www2.allaire.com/Handlers/index.cfm?ID=12970Method=Full

RE: CF server Running at 90% utilization?

2000-05-08 Thread Paul Ihrig
Thank You all ever so much for yoou insightfull HelpFull answers. Not. Again thanks -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

Re: OT: Button action

2000-05-08 Thread John Allred
Kevin, If you substitute an image, be sure to give it a tabindex. Most people don't, and even though form fields generally don't need the tabindex, an image does or the user can't tab to the submit button. --John Michael Kear wrote: No, for some reason, the image reset button was left out

OT: Japanese translation

2000-05-08 Thread Dave Wilson
Hi all, Sorry to be posting such an OT mail here, but I have a client who is looking to redevelop a CF site in Japanese and has found very poor response from some local (in Japan) web development companies he has tried. Do any of you guys have fluent Japanese skills? or do you know of anyone

echo...echo...

2000-05-08 Thread Olive, Christopher M Mr USACHPPM
did everyone get wiped by the iloveyou worm? Chris Olive DOHRS Website Administrator [EMAIL PROTECTED] -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

Re: Re: Firewalls

2000-05-08 Thread mherbene
If you want to run the CF server on a different machine from the web server, see this part of your docs: /cfdocs/Administering_the_App_Server/2_Configuring/admin0221.htm If you want the CF server to process templates that reside on a different machine, but have the CF server on the same machine

CF Conferances. Were can i find info?

2000-05-08 Thread Paul Ihrig
Just wanted to schedual some time for any CFConferances or trainning. any info you have would be great. Thank You. -paul -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

RE: CF Across the LAN

2000-05-08 Thread mherbene
It's helpful, when hunting down permissions problems, to turn on lots of auditing. First you must allow auditing in User Manager-Policies, then specify what to audit in Explorer and/or Regedt32. Don't assume every permissions failure you see in Event Log is "the" problem; in my experience, an

RE: CF Conferances. Were can i find info?

2000-05-08 Thread Paul Ihrig
never mind found it at: http://www.allaire.com/conference/ -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a message

Re: echo...echo...

2000-05-08 Thread johnpatterson
No. I didn't receive the email. John On Mon, 08 May 2000, "Olive, Christopher M Mr USACHPPM" wrote: did everyone get wiped by the iloveyou worm? Chris Olive DOHRS Website Administrator [EMAIL PROTECTED] --

CFFTP not working

2000-05-08 Thread Uday Pai
Hi, THis is second post to list but no one replied to my earlier query While using CFFTP connection is established but no file data is transferred though filename will come in the destination folder with zero file length. also it doesn't list destination directory The server is linux

Media3

2000-05-08 Thread Kelly Matthews
I know this discussion has occurred before but I missed most of it. I have a friend considering using media3 as a dedicated server (host) any bad things about them I should know about? Pros? Cons? Any advice would be appreciated. Kelly

Re: Locking

2000-05-08 Thread Ric Smith
Just create a query and reference a table or column that doesn't exist in your datasource. cfquery name="junk" datasource="myDatasource" SELECT JunkColumn FROM JunkTable /cfquery -- Ric Smith Thank you Tiffany - any chance you could e-mail the code to me as a sample. (Sorry if

Text Formatting via Cut and Paste

2000-05-08 Thread Steve Weiner
I'm trying to do something on a form to where the user would cut and paste text formatted code (indents, bulleted items, etc..) from a Microsoft Word document into a multi-line text field. When cutting and pasting the information into the text field it actually shows up exactly how I want it to

Re: Media3

2000-05-08 Thread Brian L. Wolfsohn
At 09:10 AM 5/8/00 , you wrote: We have 4 machines at media3, and are very happy with them. I know this discussion has occurred before but I missed most of it. I have a friend considering using media3 as a dedicated server (host) any bad things about them I should know about? Pros? Cons? Any

Structure for multi language web sites

2000-05-08 Thread David Crowther
Hello CF-Talk people. I am currently constructing a European portal site in English that will eventually be translated into 10-12 different languages. I was wondering if anyone has had any experience with multi language web sites written in ColdFusion, and could offer any advice/tips on how to

RE: Anyway to increase session timeout at run time?

2000-05-08 Thread Dave Watts
Is there anything I can do on the ColdFusion server side to dynamically change the session timeout value or increase this value at run time? One example is that when a user is editing a page, I would like to keep the session alive until this user has submit the page. Can this be done? No,

Re: Structure for multi language web sites

2000-05-08 Thread Yannick Simon
be careful ... always use US version of your softwares .. you may have pb with "date", "the format of your numbers '.' or ',' ", and with accentuated caracters, like eacute; etc ... finally, be careful with the search engine ...too Yannick - Original Message - From: "David Crowther"

RE: CF Across the LAN

2000-05-08 Thread Dave Watts
I'm trying to set up a central file/template server so any number of web/CF servers can access it (load balanced or round robin) I understand the attractiveness of this approach, but if you're concerned about performance, you'd be much better off simply replicating content from a central file

CF and High Volume Sites

2000-05-08 Thread John Jonathan Kopanas
This is a multi-part message in MIME format. --=_NextPart_000_0031_01BFB8D6.205BEA30 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am a long time user of CF and presently working with ASP for the = company I am at now. We are at a

CF Newbie and Syntax Error

2000-05-08 Thread Jason Larson
Wondering if someone can help a Newbie out on when to use double quotes and single quotes? Here's my problem, I am trying to call info from a Access Database from two different text fields (EndDate, and ShowDate), into a Sql statement. Here's the code. cfset TodaysDate=DateFormat(Now(),

RE: CF Newbie and Syntax Error

2000-05-08 Thread Tim Cavins
WHERE '#TodaysDate#' = '#EndDate#' and '#ShowDate#' = '#TodaysDate#' or '#ShowDate#' = "NoExp" If you are using NoExp as a variable, then it needs pound signs around it and single quotes too. -Original Message- From: Jason Larson [mailto:[EMAIL PROTECTED]] Sent: Monday, May 08, 2000

UK CF Users

2000-05-08 Thread Brian Mitter
Hi, I'm currently working on a new CF Resource site aimed at CF users in the UK. Are there any UK users that would be willing help me test it all out and to offer feedback on it? Please contact me off list if you can spare the time. Thanks all, Brian (apologies if this is regarded

Re: The CF Studio default template

2000-05-08 Thread Cary Gordon
In Studio 4.5, it is at "your path here\ColdFusion Studio 4.5\Wizards\HTML\Default Template.htm" Cary At 08:21 PM 5/5/00 -0400, you wrote: I've modified the cf studio default template, and I'd like to replace the original with it. Where is the default template stored? Sincerely, --- Hubert

RE: CFModule Parent/Child Tags

2000-05-08 Thread Dave Watts
Has anyone used nested CFMODULE tags in a parent/child relationship? For example: CFMODULE TEMPLATE="file1" CFMODULE TEMPLATE="file2" / /CFMODULE I keep getting this error: The base tag specified, BUTTONS, does not expose any data. Therefore the current custom tag cannot

Re: CF Newbie and Syntax Error

2000-05-08 Thread Fred T. Sanders
No quotes or #s around actual table column names as well. Fred - Original Message - From: "Tim Cavins" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 08, 2000 9:32 AM Subject: RE: CF Newbie and Syntax Error WHERE '#TodaysDate#' = '#EndDate#' and '#ShowDate#' =

RE: Text Formatting via Cut and Paste

2000-05-08 Thread Philip Arnold - ASP
I'm trying to do something on a form to where the user would cut and paste text formatted code (indents, bulleted items, etc..) from a Microsoft Word document into a multi-line text field. When cutting and pasting the information into the text field it actually shows up exactly how I want it

RE: postal code = sector

2000-05-08 Thread Gilles Ratte
thanks a lot , you really save me a lot of work that was what I was looking for -Message d'origine- De: Larry Juncker [SMTP:[EMAIL PROTECTED]] Date: 5 mai, 2000 16:24 À:[EMAIL PROTECTED] Objet:RE: postal code = sector Try the following, it worked for me. I just

session variable blues

2000-05-08 Thread Spencer Saunders
Okay I'm a newbie and I'm having some trouble using session variables. They are not being stored it seems and therefore not being passed from template to template as the user moves through the app,. My application file looks like this cfapplication name="whatever" clientmanagement="Yes"

Error

2000-05-08 Thread Holger Lockertsen
Can someone help? We have lately seen this message in the server.log: "Warning","TID=542","05/08/00","16:50:07","A request exceeded the timeout. The unresponsive thread count is up to 1. [template]" "Warning","TID=542","05/08/00","16:52:07","A request exceeded the timeout. The unresponsive

RE: session variable blues

2000-05-08 Thread Adrian Miller
from one newbie to another. Try using #Form.lname# instead of session. Hope this helps (probably won't though) -Original Message- From: Spencer Saunders [mailto:[EMAIL PROTECTED]] Sent: Monday, May 08, 2000 8:12 AM To: cftalk Subject: session variable blues Okay I'm a newbie and

Newbie - Sort of - How do I make the following into a CustomTag?

2000-05-08 Thread Larry Juncker
I wrote a snippet of code that determines Canadian Postal Code (the first three letters any way). What do I do to make this snippet a custom tag to use in other places. I will place my code below. CFIF #Left(ShipZip,1)# EQ #Left(StartRange,1)# CFIF #Mid(ShipZip,2,1)# GTE

Re: session variable blues

2000-05-08 Thread Todd Ashworth
You need to reference form vaiables passed via POST like this: cfoutput Hello #Form.fname# #Form.lname#br Your email address is : #Form..email#br /cfoutput If you want these to be session variables, you need to set them first: cfset Session.fname = #Form.fname# cfset Session.lname =

Imp Atten: New Virus Info

2000-05-08 Thread Kalyan Chakravarthy Modali
Don't now up to what extent it is true. But Prevention is better than Cure Subject: Virus! Author: John Erickson at AIRSEA-POST-OFFICE Date:04/14/2000 11:42 AM 1. There is a new virus - WOBBLER. It will arrive on e-mail titled CALIFORNIA. IBM and AOL have announced that it is very

Re: The CF Studio default template

2000-05-08 Thread Deanna L. Schneider
You have to explicitly tell cf that what is passed is a session variable. Sooo, on the action page, set the form variables as session variables: Example: cflock scope="session" timeout="30" type="exclusive" cfset session.fname = "#form.fname#" cfset session.lname = "#form.lname#" /cflock Note

CF Registry disabled

2000-05-08 Thread Trip Ward
Hey all, Happy Monday! To make a very long story very short . . . We got hit with the lovebug. We had delete all of the infected, clean the drive. We then restored or website\htdocs directory from back up. Now we get a "cfregistry disabled" error when we try to go into CF Admin to setup

Re: session variable blues

2000-05-08 Thread Sharon DiOrio
Is there more code on the "screen2" page that sets the form variables to the session variables? Something like: cfset SESSION.fname = FORM.fname cfset SESSION.lname = FORM.lname OR cfscript SESSION.fname = FORM.fname; SESSION.lname = FORM.lname; /cfscript Otherwise the session variables

Re: session variable blues

2000-05-08 Thread Fred T. Sanders
if your going to store the form. variables as session variables for this one form then you need to change the attribute for them, a quick albeit dirty way to do it: cfloop list="#form.fieldlist#" index="field" cfset "session["#trim(field)#"] = "#evaluate("form.#trim(field)#")#" /cfloop Fred

Re: Newbie - Sort of - How do I make the following into a CustomTag?

2000-05-08 Thread Sharon DiOrio
The first thing to remember with custom tags is to define your "attributes" correctly. It seems like your tag would require only ShipZip. Calling your tag (where the name of the cf file is shipZipTag.cfm) would be something like: cf_shipZipTag shipZip = "#shipZip#" And your tag would look

RE: Structure for multi language web sites

2000-05-08 Thread Philip Arnold - ASP
I am currently constructing a European portal site in English that will eventually be translated into 10-12 different languages. I was wondering if anyone has had any experience with multi language web sites written in ColdFusion, and could offer any advice/tips on how to structure my files

Re: session variable blues

2000-05-08 Thread Jay Sudowski - Handy Networks LLC
Spencer, You'll have to set your form variables as sessions variables on screen2.cfm before you can output them ... cfset session.lname = form.lname cfset session.fname = form.fname cfset session.email = form.email cfset session.phone = form.phone cfset session.coname = form.coname cfset

Re: session variable blues

2000-05-08 Thread Stephen M. Aylor
Where are you "setting" (for examplecfset session.lname = "#form.lname#") the form fields to session variables? How would cf server know you wanted these form fields as session var's unless you tell it? :-) Seems your missing the step that sets the variables to seesion var's. This would be

Re: Imp Atten: New Virus Info

2000-05-08 Thread Steve Marquis
This "new" virus has newsgroup postings with almost identical body text dated : Mon, 19 Jul 1999 14:00:09 - ! I always thought IT was a fast moving industry. - Original Message - From: Kalyan Chakravarthy Modali [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 08, 2000 4:37

RE: CFModule Parent/Child Tags

2000-05-08 Thread Reuben Poon
For everyone interested, I fixed my problem with the nested CFMODULE tags. Thank you very much James Sleeman for your help. The solution is two-fold. First, Cold Fusion has a bug that truncates the last character of the custom tag so when my custom tag file name is "buttons.cfm" the CFMODULE

Re: Imp Atten: New Virus Info

2000-05-08 Thread Fred T. Sanders
*sigh*.. anytime I see AOL, IBM, and Compaq mentioned in a virus alert I think "oh great another virus hoax" and I'm usually right. This one is no different: http://www.symantec.com/avcenter/venc/data/win.a.holiday.htm l I know with all the nifty new WORMS that have recently plagued the

Tiered Architecture in CF

2000-05-08 Thread Brook Davies
I am developing a complex web application and a fellow developer on the project has proposed the following architecture. I am wondering if any one has developed a CF app in this way and if any one has any interesting suggestions on how to include this type of tiered/segmented approach to

RE: session variable blues

2000-05-08 Thread Dave Watts
if your going to store the form. variables as session variables for this one form then you need to change the attribute for them, a quick albeit dirty way to do it: cfloop list="#form.fieldlist#" index="field" cfset "session["#trim(field)#"] = "#evaluate("form.#trim(field)#")#"

Re: Imp Atten: New Virus Info

2000-05-08 Thread Brian Grant
http://vil.mcafee.com/dispHoax.asp?virus_k=10170 why write a virus that propogates itself when you can trick people into doing it for you? :) Always validate virus warnings before sending them to "everyone in your contact list" happy coding. brian - Original Message - From: Kalyan

RE: CFModule Parent/Child Tags

2000-05-08 Thread Raymond K. Camden
What bug? Your saying you can't do: CFMODULE TEMPLATE="buttons.cfm" and that you have to use: CFMODULE TEMPLATE="buttons." ?? I've never seen that before. Are you sure or am I misreading you. === Raymond Camden, Cold Fusion

RE: postal code = sector

2000-05-08 Thread Philip Arnold - ASP
thanks a lot , you really save me a lot of work that was what I was looking for Try the following, it worked for me. I just got through writing a shipping method for Canadian shipping. CFIF #Left(ShipZip,1)# EQ #Left(StartRange,1)# CFIF #Mid(ShipZip,2,1)# GTE

Re: Imp Atten: New Virus Info

2000-05-08 Thread Larry Meadors
It's a hoax: http://www.symantec.com/avcenter/venc/data/wobbler-hoax.html Bookmark this page: http://www.symantec.com/avcenter/hoax.html Larry [EMAIL PROTECTED] 05/08/00 09:37AM Don't now up to what extent it is true. But Prevention is better than Cure

Re: Imp Atten: New Virus Info

2000-05-08 Thread KChapman
Don't forget this one. http://www.symantec.com/avcenter/venc/data/wobbler-hoax.html --Katrina Katrina Chapman Consultant Ameriquest Mortgage

conditional statements with a cfouput group

2000-05-08 Thread Shane Witbeck
I am trying to filter each record within a cfouput group. Is there a way to exclude a portion of code from within a cfouput group. The problem I am running into is records are being grouped together despite conditional code I have placed within the grouped cfoutput tag. What is happening now is

JAVA GIAXT setup with CF for XML

2000-05-08 Thread Ben Lowndes
Hi, I'm tackling XML and want to get started experimenting with GIAXT (http://www2.granularity.net/xml/ColdFusion/GIAXT/) which I'm sure many of you are familiar with, but I'm having trouble setting it up. I've downloaded and installed JRE 1.2 and all the other things it needs. I'm in CF Admin

MDAC 2.5

2000-05-08 Thread Eron Cohen
Hi Folks, Since installing the MDAC 2.5 on my server today, I've noticed querys on my access 2000 database are taking twice as long. Can anyone give me any ideas on what might have gone wrong that would cause this. Installing the MDAC is the only thing that's changed. I'm on Windows NT 4.0,

Object Moved error

2000-05-08 Thread Douglas Jordon
I'm getting an "Object Moved" error when tinkering with my application.cfm. I'm not moving or renaming files, just trying differant combinations of cfif's with session variables. Can anyone enlighten me as to why this happening and how to make it go away?(and what I'm probably doing wrong?) TIA,

[ANN] Kansas City's KCFusion meets tomorrow nite at NEW LOCATION!

2000-05-08 Thread ron
What: The KCFusion May Meeting When: Tomorrow, Tuesday the 9th, from 7 pm to about 9 pm Where: NEW LOCATION! We'll be at the Empower Trainers and Consultants Offices, at 9400 Reeds Road in Overland Park, Kansas (near 95th and Nall). We'll have internet access, and

Re: Imp Atten: New Virus Info

2000-05-08 Thread Fred T. Sanders
Good point, never thought of a virus hoax as an actual virus almost in its own right, duplication through operator fear. Fred - Original Message - From: "Brian Grant" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 08, 2000 10:37 AM Subject: Re: Imp Atten: New Virus Info

RE: Structure for multi language web sites

2000-05-08 Thread Scott Forler
I am currently constructing a European portal site in English that will eventually be translated into 10-12 different languages. I was wondering if anyone has had any experience with multi language web sites written in ColdFusion, and could offer any advice/tips on how to structure

RE: CFModule Parent/Child Tags

2000-05-08 Thread Reuben Poon
Raymond, If you have nested CFMODULE tags like the following: CFMODULE TEMPLATE="BUTTONS.cfm" CFMODULE TEMPLATE="BUTTON_ITEM.cfm" / /CFMODULE Then in your button_item.cfm file you need to use the following: CFASSOCIATE BASETAG="CF_BUTTON" instead of CFASSOCIATE BASETAG="CF_BUTTONS" or

Personalization

2000-05-08 Thread Philip J. Kaplan
Hi All, We're working on a content site now (many original articles), and we want to personalize the user experience, showing users articles that are most relevant to them. We thinking about asking a questionnaire to each user that consists of about 10 or 15 questions of the format: "how

Re: Customizable interface

2000-05-08 Thread Eric Dawson
Well maybe we are not as far apart as we think, because that is essentially the same application I am trying to fill. Publishing multiple domains from one web site. I intend to build a control panel for each domain owner to administer his/her site. First tier of customization will be template

Dbase woes...

2000-05-08 Thread Howie Hamlin
I have a client that uses DBase files extensively. Now I'm finding that it seems that the MS DBase driver is single-threaded? If I perform a query that takes a long time on a Dbase file I can't do a query on any other Dbase file until the other one completes (the CF page does not return until

RE: Text Formatting via Cut and Paste

2000-05-08 Thread Philip Arnold - ASP
Thanks for the feedback. Yeh I figured that I would be losing stuff like the bulleted items. One of the good things is that it seems to at least be keeping the numbered items. I had tried using the replace with chr(1) chr(13) trick but it didn't seem to give me any more formatting then

Moving data from registry to database

2000-05-08 Thread Robert Forsyth
My registry is growing at a pace at which I will need to move CFToken and CFId into database... I can create the database stuff, but can someone point me in how to poll the registry to get that info. Thanks Robert Forsyth Director of Web Operations Irides, LLC Phone: 202-364-7831 Fax:

RE: MDAC 2.5

2000-05-08 Thread Eron Cohen
Actually, the situation is a bit different. Yes, my queries are now taking at least twice as long but also, since installing MDAC 2.5 my CPU stays pegged at 100%. I have no idea how to solve this. I just reinstalled Cold Fusion, but it didn't change anything. Thanks for any help. Eron

How to make a text flash in CF

2000-05-08 Thread aslam bajaria
Hi All, I know how to make a text flash in CF for netscape. I am able to do it by writing the text in blink/blink tag. Is there a way that if the user is using IE, the text can be made to flash? Appreciate. A.B. __ Do You Yahoo!? Send instant

Stupid question: How to handle $ values?

2000-05-08 Thread Reuben King
If I try to use val("$23.12"), it returns 0. Other than doing a check for the first character being a dollar sign, is there an easier way to do this? Thanks, -RK -- Archives: http://www.eGroups.com/list/cf-talk To

Val() doesn't work like I need it to

2000-05-08 Thread Reuben King
Val("$12.31") returns 0. Val("1,120.1") returns 1.. This is starting to piss me off. Am I missing something here? Am I going to have to write a custom tag to simply convert a human-readable number into a number- number for insertion into an Oracle column? (Oracle's to_number() is just as

RE: Structure for multi language web sites

2000-05-08 Thread Dan O'Keefe
I am pretty sure you need to be specifying the correct language type in the meta tags, so they should be dynamic from a table also, as well as have the browser language support for the language that you are working with. Dan -Original Message- From: Scott Forler [mailto:[EMAIL

RE: Structure for multi language web sites

2000-05-08 Thread Philip Arnold - ASP
I'm also interested in implementing a multilanguage site and have a question concering fonts. Did you have any issues surrounding the fonts. Did you use 'iso-8859-1' as the language type in your metatags or leave it blank? Was this an issue? How did you deal with it? Looks shamefaced

Re: Cold Fusion 4.0 Construction kit

2000-05-08 Thread Reuben King
In 002b01bfb90f$e5bc8ad0$[EMAIL PROTECTED], Tiberiu Vasilica ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: Hello All! If anyone have Ben Forta book in electronic format, like the one in itknowledge, I will appreciate very much if can share it with me. I don't have a credit card

Simple CFSET and loop question.

2000-05-08 Thread Erika Foster
I'm trying to set 52 variables to the same value. I'm not familiar with how loops work, but here's what I've tried and hasn't worked: cfloop index="i" from="1" to="52" cfoutput cfset person#i# = form.person /cfoutput /cfloop Result: Just in time compilation error Invalid parser construct

RE: Val() doesn't work like I need it to

2000-05-08 Thread Robert Everland
Try this Replace( string, "$", "" , "All"). That should take care of any problem you had. String being the name of your field name of course. Robert Everland III Web Developer Dixon Ticonderoga -Original Message- From: Reuben King [mailto:[EMAIL PROTECTED]] Sent: Monday, May 08, 2000

Webtrends CommerceTrends

2000-05-08 Thread Brian Ledwith
Afternoon all, Have a site that needs reporting, and I'm currently looking at (Webtrends)CommerceTrends. Anyone have any rants or raves about it? Did you consider then decide against it for something else? It's hard to say exactly what I need, only that CommerceTrends has a lot of what I need,

RE: Val() doesn't work like I need it to

2000-05-08 Thread Olive, Christopher M Mr USACHPPM
why are there dollar signs there in the first place? the dollar sign display should be a separate entity from the actual number. what are you trying to do? Chris Olive DOHRS Website Administrator [EMAIL PROTECTED] -Original Message- From: Reuben King [mailto:[EMAIL PROTECTED]] Sent:

Query Caching

2000-05-08 Thread Robert Everland
In order for queries to be cahced do they have to be called something different. Supposed all of my queries have been named the same thing(I didn't do it boss did 'nudd said). I figured it would matter, but who knows if maybe ColdFusion assigns where the queries are coming from as an

RE: CFModule Parent/Child Tags

2000-05-08 Thread Reuben Poon
Raymond, Sorry, that was a typo. It should have read "name". Reuben -Original Message- From: Raymond K. Camden [mailto:[EMAIL PROTECTED]] Sent: Monday, May 08, 2000 11:07 AM To: [EMAIL PROTECTED] Subject: RE: CFModule Parent/Child Tags I have no problems with any of what you said

RE: Simple CFSET and loop question.

2000-05-08 Thread Dave Watts
I'm trying to set 52 variables to the same value. I'm not familiar with how loops work, but here's what I've tried and hasn't worked: cfloop index="i" from="1" to="52" cfoutput cfset person#i# = form.person /cfoutput /cfloop Result: Just in time compilation error Your CFSET

[OT] Forcing file downloads

2000-05-08 Thread Jonathan McGuire
This is a multi-part message in MIME format. --=_NextPart_000_00D1_01BFB8FA.3DDEA740 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Anyone have any ideas on how to force the "Save as" dialog to come up=20 for a text file. I have a server

Re: Webtrends CommerceTrends

2000-05-08 Thread Judah McAuley
I can't tell you about CommerceTrends, but I used Webtrends for awhile and was not terribly impressed. The biggest problem was that a combination of Webtrends, IIS, and CF reliably crashed CF once every couple days (or more often). Since uninstalling Webtrends, my CF stability has increased

Re: How to make a text flash in CF

2000-05-08 Thread Ric Smith
H. You sure you want that text to flash? Are you sure your users want that text to flash? Anyway, I think the whole idea of flashing text died and IE doesn't have a blink tag because it made people sick. I suppose you could use dhtml and position an opaque layer over some text, put a

Re: Stupid question: How to handle $ values?

2000-05-08 Thread KChapman
Try Val(Replace("$23.12", "$", "", "ALL")) --Katrina Katrina Chapman Consultant Ameriquest Mortgage Reuben King

CF Server 4.51

2000-05-08 Thread Michael Blair
What "fixes" does the upgrade to 4.51 provide for current 4.5 users? I have heard rumors that people are sticking with 4.0 due to numerous problems with 4.5 Any important details my company should know about before we get set on what version we are going to develope our applications in? Anyone

RE: Webtrends CommerceTrends

2000-05-08 Thread Larry Juncker
What kind of Stats? I use StatServer 5.0 and really like what it can do. It is made by MediaHouse and from what I remember was priced fairly. -Original Message- From: Brian Ledwith [mailto:[EMAIL PROTECTED]] Sent: Monday, May 08, 2000 1:13 PM To: [EMAIL PROTECTED] Subject: Webtrends

Re: Simple CFSET and loop question.

2000-05-08 Thread Seth Petry-Johnson
I'm trying to set 52 variables to the same value. I'm not familiar with how loops work, but here's what I've tried and hasn't worked: cfloop index="i" from="1" to="52" cfoutput cfset person#i# = form.person /cfoutput /cfloop Your loop is correct, its your CFSET that is malformed.

RE: Simple CFSET and loop question.

2000-05-08 Thread Robert Everland
Try this, cfloop index="i" from="1" to="52" step="1" cfoutput cfset someone = "person#i#" cfset someone2 = form.person #someone# #someone2#br /cfoutput /cfloop I put the display in there to test it myself, you can take it out if you want. There really would be no point in saying person#i#

  1   2   3   >