WAP/wml and CF

2000-04-25 Thread Tom Dyson
Does anybody know of any resources on developing WAP applications in CF? Thanks very much Tom -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

Problem controlling output

2000-04-25 Thread Hubert Earl
Hi, I'm having a problem controlling the output of a form. I have a form which allows the user to choose up to 5 joke titles from a joke database, and a form action template which should result in the output of just those 5 jokes, the titles of which were chosen on the form. However, the

Re: What happened to this list?

2000-04-25 Thread Chris Porter
i think that with the overwhelming number of email that occur every day, most of the 'gurus' have shifted to smaller more nitched lists. i for one patroll the js-jive list which deals with javascript and cold fusion. the smaller ammount of people on the list makes it easier for me to help just

RE: stupid HTML question

2000-04-25 Thread Lennon Chris Contractor SA-ALC/ADTIC
A well-meaning person wrote: ...Another way you could handle it is to simply put a break tag between the tables... I should have mentioned straight away that I had already tried all the obvious things, like BReak tags, DIV tags, and the like. They didn't work. Now, thanks to David Rice, I know

Re: What happened to this list?

2000-04-25 Thread Brandon Whitaker
It could be a she. cf_misogynist Nah. A 'she' wouldn't have stopped with disparaging remarks about job performance. }:) /cf_misogynist Brandon Whitaker [EMAIL PROTECTED] --- "It'll get used by the same people using Opera. People dressed in black wearing berets." - Dave Watts, on Mozilla

RE: Problem with Oracle Procedures and OUTPUT parameters

2000-04-25 Thread Olive, Christopher M Mr USACHPPM
i just went through this whole Charlie Foxtrot of getting CF to play with Oracle SPs. i remember reading the Allarie KB, and somewhere it said that you can't use DBVARNAME with Oracle SPs. it breaks them. Chris Olive DOHRS Website Administrator [EMAIL PROTECTED] -Original Message-

Re: Application to test CFMAIL performance?

2000-04-25 Thread Fred Sanders
He'll end up getting himself banned from himself for email bombing. - Original Message - From: "Eron Cohen" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, April 24, 2000 11:28 AM Subject: RE: Application to test CFMAIL performance? Steve, If you just

Re: Perl script results

2000-04-25 Thread Howie Hamlin
CFX_ODSModule can return results directly to your cf template. www.coolfusion.com Regards, -- Howie Hamlin -- inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668 === Please vote for iMS in the Most Innovative category here: ***

RE: A CF Studio question

2000-04-25 Thread Olive, Christopher M Mr USACHPPM
Options, Settings, HTML, uncheck "lowercase all inserted tags". at least in studio 4.01. Chris Olive DOHRS Website Administrator [EMAIL PROTECTED] -Original Message- From: Hubert Earl [mailto:[EMAIL PROTECTED]] Sent: Monday, April 24, 2000 11:59 AM To: [EMAIL PROTECTED] Subject: A CF

RE: What happened to this list?

2000-04-25 Thread Olive, Christopher M Mr USACHPPM
hey, who was asking for a Sicilian CF developer? are you insulting my people? :) Chris Olive DOHRS Website Administrator [EMAIL PROTECTED] -Original Message- From: Brandon Whitaker [mailto:[EMAIL PROTECTED]] Sent: Monday, April 24, 2000 12:59 PM To: [EMAIL PROTECTED] Subject: Re:

this is a test--please ignore

2000-04-25 Thread Hubert Earl
This is a test--please ignore --- Hubert Earl ICQ#: 16199853 I develop maintain web sites internationally. I also build web applications using CGI scripts written in Perl. I accept subcontracting work. **Personal web site: http://www.geocities.com/SiliconValley/Peaks/8702/ (please remember

RE: A CF Studio question

2000-04-25 Thread Ryan Hill
Hubert, I don't have 4.5 Studio on my desktop at the moment, but in 4.0.1, its under Options | Settings | HTML tab. Uncheck 'lowercase all inserted tags' and this will take care of tag completion. Regards, Ryan Hill, MCSE Director, Systems Integration Market Matrix, Inc.

RE: What happened to this list?

2000-04-25 Thread Justin Kidman
Isn't it a little backwards to write M$ code in a Unix editor??? Justin Kidman -Original Message- From: Brandon Whitaker [mailto:[EMAIL PROTECTED]] Sent: Monday, April 24, 2000 9:33 AM To: [EMAIL PROTECTED] Subject: Re: What happened to this list? It was me!!! Now beat me!!! Beat me

RE: What happened to this list?

2000-04-25 Thread Steve Reich
Maybe I've been watching too much of 'The Profiler" on TV but here is my profile of the offender... Sex: Male Age: Early 20's CF Skills: Competent beginner skills Self Opinion: Thinks he knows alot more than he does Saving Grace: Knows the lingo to get in the door but struggles to produce

CFQUERY problem

2000-04-25 Thread Hubert Earl
Hi, I'm trying to build a dynamically filled drop down select box. However, I keep getting an error message which I cannot resolve, and I'd appreciate some advice. The error message is: "ODBC Error Code = 37000 (Syntax error or access violation) [Microsoft][ODBC Microsoft Access Driver]

Re: Help with multiple logins with same user name

2000-04-25 Thread Jennifer
Do you have something in the login sequence that specifically disallows multiple logins? I assume that your login sequence queries a database and checks to see if the user exists. Unless you have something specifically built in to disallow multiple logins, shouldn't this query work even if

Re: Can we hide

2000-04-25 Thread Howie Hamlin
You need to encrypt the data you don't want others to see. You can use a simple hashing (where you replace the customer ID with other characters) or you can use encrypt in cfml. We use our own custom tag that encrypts data using Blowfish and then URL encodes the result so that it conforms to

Pulling from Excel

2000-04-25 Thread WL
Hi, Before I start, I'd just like to point out that I'm a) new to CF, but b) an experienced programmer, especially in PHP, so a lot of CF is familiar...so here goes :) I have a massive Excel database, and just have found out that CF being the cool tool that is is can pull data from it. My

CFQUERY problem (sorry if you've got this before--I'm having mailing problems)

2000-04-25 Thread Hubert Earl
Hi, I'm trying to build a dynamically filled drop down select box. However, I keep getting an error message which I cannot resolve, and I'd appreciate some advice. The error message is: "ODBC Error Code = 37000 (Syntax error or access violation) [Microsoft][ODBC Microsoft Access Driver]

RE: WAP and WML...

2000-04-25 Thread Adam Jerdee
check out www.phone.com -Original Message- From: Gregory Weiss [mailto:[EMAIL PROTECTED]] Sent: Monday, April 24, 2000 10:49 AM To: '[EMAIL PROTECTED]' Subject: RE: WAP and WML... Do either of you guys or anyone else have a list of good WAP/WML sites, using or not using Cold Fusion.

Re: Can we hide

2000-04-25 Thread Jennifer
At 10:17 AM 4/24/00 -0700, you wrote: If I have a url link as: a href="Index.cfm?fuseaction=ProcessformCustomerid=999"Click here/a to process the form. Is there a way to hide the information about the Customer id? I know it can be done in a form. But can it be done in a url link? I think you

Information on Allaire.com about certification

2000-04-25 Thread Raymond K. Camden
I thought some of you mind find this interesting: http://www.allaire.com/handlers/index.cfm?ID=15376Method=FullTitle=Allaire %20Certified%20Professional%20Program%20PreviewCache=False It's information about the Allaire Certified Professional Program. Enjoy.

NumberFormat

2000-04-25 Thread Manam Suresh
I am having problems with NumberFormat. The #NumberFormat('.28', '.99')# is giving 2003764205190119424.00 as result. Is there any limit on the number parameter. Thanks Kumar

Re: Can we hide

2000-04-25 Thread stäs
You could use encrypt/decrypt functions in CF. At 10:17 AM 04/24/2000 -0700, you wrote: If I have a url link as: a href="Index.cfm?fuseaction=ProcessformCustomerid=999"Click here/a to process the form. Is there a way to hide the information about the Customer id? I know it can be done in a

cfinput / input

2000-04-25 Thread Joshua Yip
The following code is only valid ( not producing error) if I have input tag instead of cfinput but i need the cfinput for validation. Any ppl got any idea? cfinput type="text" name="permainan" size="25" maxlength="40" cfif NewRecord IS "No" cfoutput query="matchDetail"

Re: Can we hide

2000-04-25 Thread Richard Fantini
You could just encrypt it... URLEncodedFormat(Encrypt(CustomerID, "YourKey")) -Rich - Original Message - From: "aslam bajaria" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 24, 2000 1:17 PM Subject: Can we hide If I have a url link as: a

Re: WAP and WML...

2000-04-25 Thread Michael Dinowitz
Small disclamer. I'm not taking over the cf-wap list. Allaire had asked me about starting up a wap list and I informed them that the bromby list existed. The list interface on HoF is provided as a courtesy. Just to avoid any confusion on the issue. :)

FA Articles

2000-04-25 Thread Michael Dinowitz
Just as a reminder. The Fusion Authority weekly news alert will be going up in the next day (tonight or tomorrow afternoon). If you've got a new product or news for the community, send it over and we'll work it in (if it fits). In addition, anyone who wants to write an article, please do so. If

Session Magic

2000-04-25 Thread Erika Foster
Does anyone have any experience with the Sessionmagic tag(s) in the Allaire Tag Gallery? I'm looking for a way for my users to see who is currently logged in to the application, using session variables. Thanks, Erika Foster engineering-environmental Management Applications Developer (505)

test--please ignore

2000-04-25 Thread Hubert Earl
test --- Hubert Earl ICQ#: 16199853 I develop maintain web sites internationally. I also build web applications using CGI scripts written in Perl. I accept subcontracting work. **Personal web site: http://www.geocities.com/SiliconValley/Peaks/8702/ (please remember to view this with a

RE: Obtain # of Files in a DIRECTORY

2000-04-25 Thread Daniel Wm Brick III
You could use the CFDIRECTORY tag and then use the RecordCount variable on the query that is generated... for instance: cfdirectory action="LIST" directory="/pics" name="Pics" filter="*.jpg" CFOUTPUT Number of files: #Pics.RecordCount# /CFOUTPUT Good luck! dBIII+ -Original Message-

Re: Obtain # of Files in a DIRECTORY

2000-04-25 Thread Howie Hamlin
Use CFDIRECTORY for that. Note, however, that the directory listing also includes "." and ".." so you would decrease the number of files by 2 to account for that. Regards, Howie Hamlin -- inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668

Re: Obtain # of Files in a DIRECTORY

2000-04-25 Thread Jim McAtee
Use cfdirectory which returns a query set, then look at queryname.recordcount, which returns the number of entries in the directory, including subdirectories. To count just the files, you'd loop over the query and check the column named "type" as in: cfdirectory action="list"

Re: CFENCODE!

2000-04-25 Thread Justin MacCarthy
You chould read the header of the file to see if it is encypted Also you chould add your own header to the file using th /h option ... ~Justin MacCarthy - Original Message - From: Daive [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 25, 2000 1:32 PM Subject: CFENCODE!

CFENCODE!

2000-04-25 Thread Daive
Is there a way to check if a cfm file is encrypted or not? Like i'm about to build some utils with login/pass to encrypt specific directory and i don't want the user to encrypt a file 2 times. Any ideas? daive -- [EMAIL PROTECTED]

Re: Sorting search results: revisited

2000-04-25 Thread Justin MacCarthy
You need to pass the product variable on to the next page like this : a href="search2.5.cfm?orderby=ManufacturerProduct=#product#" Sort by Manufacturer./a ~Justin -- Archives: http://www.eGroups.com/list/cf-talk To

RE: Deleting Data

2000-04-25 Thread Aidan Whitehall
When I try to perform the function I get a page that reads 405 Method Not Allowed. Think I got this the other day when I was submitting to a directory and not to a filename. Had to change FORM ACTION="http://www.domain.com/directory/" to FORM

How do u combine 2 queries into 1 dynamic query?

2000-04-25 Thread pardeep
Hi, I am working on a telecom solution web site that allows you to find the best rates quickly. You can see the sample at: www.telecomsavings.com/demo3/home.html On the home page you can: 1. Do a search for only domestic rates by selecting ONLY your state i.e. CA, which posts your form query

Works with Apache but consistently fails with IIS4

2000-04-25 Thread KungFusion
Okay, I can't figure this out or even debug what is happening here.. I have tried this on my server at home running Apache and CF4.5.1 without a hitch. I even went as far as moving the site that I was having the problem with to our Old Webserver running Apache and the problem dissapears. But

RE: Data source List

2000-04-25 Thread Duane Boudreau
This works on NT (only) cfregistry action="GETALL" branch="HKEY_LOCAL_MACHINE\Software\ODBC\ODBC.INI\ODBC Data Sources" type="String" name="dsnlist" select name="dsn"cfoutput query="dsnlist"option#dsnlist.entry#/cfoutput/select Duane -Original Message- From: Richard Diolata

RE: Problem controlling output

2000-04-25 Thread Kalyan Chakravarthy Modali
1.First of all chk out ur query in the action page. It should be jokeId not joke title. 2.The where clause cannot receive multiple values (in this case 5 id's) so try out between KC -- Archives:

Re: Problem controlling output

2000-04-25 Thread Kym Kovan
Hi Hubert, I'm having a problem controlling the output of a form. . form, in part: Joke title #5: SELECT NAME="a" OPTION CFOUTPUT QUERY="Titles" OPTION VALUE="#JokeID#"#JokeTitle# /cfoutput /selectP The form action template: CFQUERY DATASOURCE="Jokes" NAME="JokeData" SELECT Joke FROM

Re: Task switching leaves CF Studio on top

2000-04-25 Thread Brian Mitter
Upgrade to 4.5.1 This will fix it, it's a known feature of the version youre using. HTH Brian - Original Message - From: Jeff Shepler [EMAIL PROTECTED] To: Cf-Talk (E-mail) [EMAIL PROTECTED] Sent: Monday, April 24, 2000 10:11 PM Subject: Task switching leaves CF Studio on top I

Re: cool way of commenting things out

2000-04-25 Thread Dick Applebaum
That's because Perl lacks a means of commenting out a block of code like the !--- --- construct in CF. In Perl you comment out a line by prepending a # character to *each* line... In CF it is harder to comment a single line and easier to comment a block of code. Dick At 4:59

Re: HELP WITH CASE SENSITIVE LOGIN

2000-04-25 Thread Justin MacCarthy
What database are you authenticating against??? ~Justin - Original Message - From: Internet Gold Coast Properties [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, April 24, 1999 6:27 PM Subject: HELP WITH CASE SENSITIVE LOGIN This is a multi-part message in MIME format.

RE: maintaining decimal place

2000-04-25 Thread David L. Rice
Not trying to be mean or anything, but you folks need to avail yourselves of CF Studio's excellent Help system: specifically CF TAG/FUNCTION Reference. Folks don't mind helping, but you have to try to help yourself first--... ;) Britta: Look into #DollarFormat(some_currency_value)# Jay: Look

RE: another disappearing cookie case

2000-04-25 Thread bert
You need to give the cookie a domain scope otherwise the new domain will not have permissions to open/read the cookie. cfcookie name="someCook" value="#altid#" Domain=".allaire.com" for all domains that end in allaire.com for added domains just comma delimit them eg :

RE: CFQUERY problem

2000-04-25 Thread Akbar Pasha
the "text" is a keyword in access. so the error -Original Message- From: Hubert Earl [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 25, 2000 2:06 AM To: [EMAIL PROTECTED] Subject: CFQUERY problem Hi, I'm trying to build a dynamically filled drop down select box. However, I keep

RE: cfinput / input

2000-04-25 Thread Dave Watts
The following code is only valid ( not producing error) if I have input tag instead of cfinput but i need the cfinput for validation. Any ppl got any idea? cfinput type="text" name="permainan" size="25" maxlength="40" cfif NewRecord IS "No" cfoutput query="matchDetail"

does everyone always encrypt??

2000-04-25 Thread Jeff Fongemie
I'm just curious, do people here always encrypt their cfm templates? I often don't, but I'm beginning to think it might be a good idea to start encrypting form action scripts. Any logic, reasoning people use for when/ when not to encrypt?? Thanks, Jeff Fongemie

Re: maintaining decimal place

2000-04-25 Thread Deanna L. Schneider
I think (not positive on this one) that it has something to do with Access 2000, versus earlier versions. It used to be unnecessary to format a value that came from a currency field or a number field. They were automatically formated from within the database. But, since I've been getting Access

RE: Problem controlling output

2000-04-25 Thread Daniel Wm Brick III
The name of the field returned by your SELECT statements is 'a', not 'JokeTitle'. Since all of your SELECT statements are named 'a', then your values will be returned in FORM.a as a list of JokeIDs. In other words, FORM.a will be '1,3,9,15,4' or something similar. In order to output a joke for

RE: does everyone always encrypt??

2000-04-25 Thread Russel Madere
I've never encrypted myself. I think it is useful in some circumstances, but never in any I have been involved with. Russel Madere, Jr. Web Developer "Be good and you will be lonesome. Be lonesome and you will be free. Live a lie and you will live to regret it."

RE: What happened to this list?

2000-04-25 Thread Olive, Christopher M Mr USACHPPM
i'd object to the "early 20s" bit. why does being young necessarily mean "unscrupulous"? i'm 24, (just three weeks ago) and i'm afraid that i must disagree with you on that particular point. Chris Olive DOHRS Website Administrator [EMAIL PROTECTED] -Original Message- From: Steve Reich

RE: does everyone always encrypt??

2000-04-25 Thread Steve Reich
Encryption will only matter if you are supplying the cfm templates to someone else. As far as the end user is concerned, it will make no difference through the browser. Keep in mind that a "decrypter" exists. Just something to think about... Steve -Original Message- From: Jeff Fongemie

RE: does everyone always encrypt??

2000-04-25 Thread Steve Martin
In what way would encrypting yourself be useful? Besides, the last time I put myself through a hashing function I felt all dizzy and fell over. g I've never encrypted myself. I think it is useful in some circumstances, but never in any I have been involved with. Russel Madere, Jr. Web

RE: What happened to this list?

2000-04-25 Thread Marcus
i'd object to the "early 20s" bit. why does being young necessarily mean "unscrupulous"? i'm 24, (just three weeks ago) and i'm afraid that i must disagree with you on that particular point. Chris Olive DOHRS Website Administrator [EMAIL PROTECTED] Lets stop. I'm really

RE: does everyone always encrypt??

2000-04-25 Thread Russel Madere
Doh! Open mouth, insert foot! That's what I get for speaking before my first gallon of coffee. -Original Message- From: Steve Martin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 25, 2000 8:48 AM To: [EMAIL PROTECTED] Subject: RE: does everyone always encrypt?? In what way would

Query string problems

2000-04-25 Thread kraybill
We're trying to figure out why we've suddenly started to get frequent "404 Object Not Found" messages on a site where most internal URLs use "slash-delimited" query strings with an .htm appended at the end, rather than the conventional name=value pairs. We use this technique to make this

RE: What's the best way

2000-04-25 Thread Kelly Matthews
well in the database if there is no image that field SHOULD then be empty. So why not something like CFIF IMG_FIELD IS NOT "" Display ImageCFELSEDisplay other image/CFIF or something. We have a member database with images for some people and thats how I do it. Kelly -Original Message-

Directory Security

2000-04-25 Thread Wey Hueymeei
Hello, We have a security system built in application.cfm, which disallow users to access our site without providing valid username and password. ie. when a user put URL on the location bar, if he has not logged in, he would be redirected to the login page first before seeing the actual page.

RE: What's the best way

2000-04-25 Thread Steve Reich
If you set the path to the image in a field in your DB, such as imagepath, then this code will assume that if there is a value in that field, it is the path to the image you want to display. If it is an empty field, then it will display the default image. There are a number of ways you could do

RE: What's the best way

2000-04-25 Thread Bill Killillay
cfif query.image gt '' output your image from the db here cfelse output a default blank image here /cfif -Original Message- From: John Stanley [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 25, 2000 9:51 AM To: [EMAIL PROTECTED] Subject: What's the best way I have an

Re: does everyone always encrypt??

2000-04-25 Thread Fred Sanders
hey Russel it explains a lot about Steve at least, he likes a good hashing now and then. LOL I wonder if he's just a social Hash()er, or if he does it by himself too. Just playin' no offense meant or hopefully taken, just couldn't resist. Fred - Original Message - From: "Russel

RE: What happened to this list?

2000-04-25 Thread Olive, Christopher M Mr USACHPPM
that was mostly a TIC response. i didn't REALLY take offense. while it is annoying, if the thread of "who's offended?" wasn't running, i wouldn't have bothered to reply. :) CF_DISCLAIMER this post contains nearly 100% humour. no animals were harmed in the making of this message. /CF_DISCLAIMER

Re: maintaining decimal place

2000-04-25 Thread Fred Sanders
Set the Data Type to "Number",Field Size to "Double", Format to "Fixed" and Decimal Places to "2". That should do it for you two. Fred - Original Message - From: "Britta Wingenroth (Design Department)" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 25, 2000 1:55 AM

Re: Problem controlling output

2000-04-25 Thread Hubert Earl
Thanks, Daniel, for the code. It works better, but it only returns 4 jokes even tho 5 were chosen in the joke form. Please advise what I should do. Thanks. Hubert - Original Message - From: Daniel Wm Brick III [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 25, 2000 8:56

Re: refreshing

2000-04-25 Thread John N Westerlund
Yes. All your zeros are going away. -Original Message- From: mirza baig [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Monday, April 24, 2000 10:10 PM Subject: refreshing I am outputting a query in the form of a table. I get all the values initially as 0's. But, when

RE: Directory Security

2000-04-25 Thread Greg Bray
You are correct that the application.cfm will only do it's security check on cfm files. One way to handle your other files is to store them in a directory path that is not underneath the web server's root. This will prevent someone from putting in a direct path to the files. You can use cffile

RE: Directory Security

2000-04-25 Thread Robert Everland
Why not make 2 passwords. One that does a check with the webserver when they first enter the site, then the other one for all the pages. The first password could just be something default, just so they can get to the point where they can put in the rest of thier information. Only thing I can

Re: NumberFormat

2000-04-25 Thread Fred Sanders
replace the nines after the comma with underscores. i.e: #NumberFormat('.28','___ _.__')# Oh any reason you felt the need to submit the question 5 times, or did your mail server just screw up?? - Original Message - From: "Manam

Re: Problem controlling output

2000-04-25 Thread Hubert Earl
Thanks, Birgit, for the code. Unfortunately, I was unable to change my form fields in a way to make your code work. Please give me an example. Thanks. Hubert - Original Message - From: Birgit Pauli-Haack [EMAIL PROTECTED] To: Hubert Earl [EMAIL PROTECTED] Sent: Tuesday, April 25, 2000

ACFUG Meeting Wed April 26 - Speed Your ColdFusion Development With WIZML Wizards and VTML Custom Tag Editors

2000-04-25 Thread Cameron Childress
Topic: Speed Your ColdFusion Development With WIZML Wizards and VTML Custom Tag Editors Time: Wednesday, April 26, 2000 6:00-9:00 P.M. Speakers: Adam Churvis (Productivity Enhancement) Location: The Resource Forum 3340 Peachtree Road, NE 1000 Tower

Re: Sorting search results: revisited

2000-04-25 Thread Britta Wingenroth \(Design Department\)
Thanks so much that did it! Britta - Original Message - From: "Justin MacCarthy" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 25, 2000 3:23 AM Subject: Re: Sorting search results: revisited You need to pass the product variable on to the next page like this : a

Re: Directory Security

2000-04-25 Thread Jim McAtee
That will be true of any files in the web space that don't have extensions mapped to the CF engine. Place the upload directory outside of the web space so that they cannot be retrieved by URL. Jim -Original Message- From: Wey Hueymeei [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL

RE: Query string problems

2000-04-25 Thread kraybill
We're trying to figure out why we've suddenly started to get frequent "404 Object Not Found" messages on a site where most internal URLs use "slash-delimited" query strings with an .htm appended at the end, rather than the conventional name=value pairs. Dave Watts wrote: I seem to

insert

2000-04-25 Thread Kris Seaney
I want this data to go into a new table, cfquery name="new" datasource="healthmart98" dbtype="ODBC" SELECT Provider,DRGCD,Total_Cases,PCDTHS,Expected_PCDTH,PCDTH_Rating,AvgLOS,MedLOS, MaxLOS,MinLOS,Expected_LOS,LOS_Rating,AvgCHG,MedCHG,MaxCHG,MinCHG,Expected_C HG,CHG_Rating FROM

Re: cfinput / input

2000-04-25 Thread Fred Sanders
Josh, unless the query is going to bring up more than one record try: cfif NewRecord IS "NO" cfoutput query="matchDetail" cfinput type="text" name="permainan" size="25" maxlength="40" value="#Trim(matchDetail.permainan)#" /cfoutput cfelse

Re: What happened to this list?

2000-04-25 Thread Brandon Whitaker
Isn't it a little backwards to write M$ code in a Unix editor??? Justin Kidman DINGDINGDINGDING!!! Give that boy a cigar! Brandon Whitaker [EMAIL PROTECTED] --- "It'll get used by the same people using Opera. People dressed in black wearing berets." - Dave Watts, on Mozilla

Whats the best way (Solution)

2000-04-25 Thread John Stanley
I got it..this works fine...what do you guys think ? cfset temp='#get_data.UserID#''.jpg' cfdirectory action="LIST" directory="E:\InetPub\WWWRoot\Intra\IMAGES\EmployeeImages" name="names" cfset temp_list = ValueList(names.name) cfif ListContainsNoCase(temp_list, temp) is not

Print directly from Email

2000-04-25 Thread Robert Everland
I will be doing a coldfusion page with Omniform to generate some forms(obivously). Now what they want is a way to get the email that is sent to print out directly to a printer. Is there a way to do this in ColdFusion or is there an add on product that can do this? Robert Everland III Web

ColdFusion and MQSeries

2000-04-25 Thread jstiefel
Anyone done anything with ColdFusion and MQSeries (from IBM)? We're looking for ANYTHING you can give on this one! thanks! Jason Stiefel Software Engineer iXL, Inc. 1930 Camden Road, Suite 2070 Charlotte, NC 28203 tel. 704.943.7000 fax. 704.943.7001 [EMAIL PROTECTED]

RE: ACFUG Meeting Wed April 26 - Speed Your ColdFusion Development With WIZML Wizards and VTML Custom Tag Editors

2000-04-25 Thread Stanford, Nathan
Is there a way for us FuseBox people not in Atlanta, GA to get a copy of the information that is presented? -Original Message- From: Cameron Childress [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, April 25, 2000 9:55 AM To: Cf-Talk Subject: ACFUG Meeting Wed April 26 - Speed Your

The cf-talk@dowdell.com mailing list

2000-04-25 Thread Hubert Earl
Hi, Does anyone know what has happened to the [EMAIL PROTECTED] mailing list? I haven't received anything from it in a long time. Sincerely, --- Hubert Earl ICQ#: 16199853 I develop maintain web sites internationally. I also build web applications using CGI scripts written in Perl. I

Re: WDDX/GIAXT/XSL

2000-04-25 Thread Stephen M. Aylor
1 You may be required to use CFAS 4.5 with WDDX ver 1.0, CFAS 4.x with WDDX ver .9 2 CFWDDX ACTION='wddx2cfml' INPUT='#transformed#' OUTPUT='wddxResult' might need to use "double quotes" CFWDDX ACTION="wddx2cfml" INPUT="#transformed#" OUTPUT="wddxResult" Steve - Original Message -

Re: Problem controlling output

2000-04-25 Thread Chris Tazewell
Send a copy of the code of both templates and Ill take a look at it. Cheers Taz - - - - - - - - - - - - - - - - - - - - - Chris Tazewell Technical Web Developer QSP Net Consulting www.qsp.co.uk Tel: +44 (0)191 4023125 Fax +44 (0)191 4023344 icq: 38478683 It works better, but it only returns

Table Joining Question

2000-04-25 Thread James Glaser
This is really more of a SQL question rather than a Cold Fusion question... but...I am working on a project where I have 2 tables set up to hold information. The reason why I use 2 tables is because for every record in table A there could be 1 or many records in table B. So, my problem

Re: Whats the best way (Clarification)

2000-04-25 Thread LetchfordDesign
Hi John One possibility is to make a gif called nophoto.gif that is used if there is no entry in the database photo field. You might even put "no photo available" in the image. Then use the nophoto.gif in the elseif statement. OR Another way would be to have sizes for the width and height

RE: Whats the best way (Clarification)

2000-04-25 Thread Russel Madere
Are all of the pictures stored in the same directory? If so, try: cfdirectory action="LIST" directory="#UNCDirectoryLoction#" name="emppics" filter="#EmployeeName#.jpg" cfif emppics.recordcount EQ 0 img src="cfoutput#EmployeeName#.jpg/cfoutput" /cfif Russel Madere, Jr. Web Developer "Be

RE: Obtain # of Files in a DIRECTORY

2000-04-25 Thread Gregory Weiss
Thanks to everyone who responded. Another example of why this is an excellent list-serv. I hope I can help you guys when the opportunity arises. Thanks again, Gregory L. Weiss Web Development Project Leader Trapezoid, Inc. 4107 Laguna Street Coral Gables, Florida 33146 (305) 442-8060 x230

Re: Win 2000 Nightmare ... OLEDB not installed?

2000-04-25 Thread William James
Which I'd like to point out is NOT Microsoft's fault. No I'm not a MS supporter, but bashing MS for everything is getting very tiring. Allaire stated that Server versions below 4.5.1 were not supported on Windows 2000. - Original Message - From: "Dave Watts" [EMAIL PROTECTED] To: [EMAIL

Temporary File Downloads

2000-04-25 Thread Jay Wigginton
I am trying to think of a method to create a temporary file download... I am creating a ZIP file using a random name based on CFID and making it available for download after it has been created... but I would like to automatically delete the file after it has been downloaded? Trying to avoid a

OT: Command Line SQL7

2000-04-25 Thread Duane Boudreau
Hi All, This is OT, but does anyone know of a way to get to the MSSQL7 command line interface? I've been thru the MSDN but can find reference to it. TIA, Duane Director, Web Technologies Ektron, Inc. http://www.ektron.com 5 Northern Blvd, Suite 6 Amherst, NH 03031 Tel: 603-594-0249 Fax:

Using custom tags

2000-04-25 Thread Aidan Whitehall
Wrapping a custom tag around a string such as CF_FindFirstSpaceHere is some dummy text/CF_FindFirstSpace always returns "Here is my text (the position of the first space is 0)" FindFirstSpace.cfm has this code... CFIF ThisTag.ExecutionMode IS "end" CFSET variables.PositionOfFirstSpace =

a small problem

2000-04-25 Thread marcus
Sorry if this is a repeat, but I never saw it come through... I have a problem... I need to loop through the columns in a record to see if any of them contain the word VOICE as the first 5 characters. I tried using this... CFLOOP INDEX="num" FROM="0" TO="29" cfif #Left('a#num#',5)# is

Limit simultaneous requests to 5

2000-04-25 Thread Adrian Cesana
I have my "Limit simultaneous requests to" set at 5, how can I monitor this so I can see how often and when this limit is being hit, or how many requests are being queued at any given time? What seems to be the common setting for this, my application has lots of dynamic queries that could be

Re: maintaining decimal place

2000-04-25 Thread Britta Wingenroth \(Design Department\)
Thanks Fred! It now displays 14.0 instead of 14., and if I add .95 it displays 14.95, so this is effective to be able to do calculations. Any suggestions about a fix for the missing 0 in display? It's only cosmetic I know that would make it perfect! I've tried doing this to adjust the

RE: What's the best way

2000-04-25 Thread Chris Porter
now technically the 'best way' is to do it this way: #iif(len(trim(imgField),de(imgField),de('/other/image/file.gif'))# the reason for the len(trim(imgField)) is becasue often times, when a character based field is created, it'll return that number of characters even tho nothing is in it. i'm

Re: Query string problems

2000-04-25 Thread Jim McAtee
I ran into this after applying service pack 6a (I believe SP6 was OK). IIS will see the ".htm" at the end of the url and try to find a file with (what it thinks is) the specified path. My fix was to map all ".htm" files through CF. If you were doing any kind of page-level analysis of the web

RE: What's the best way

2000-04-25 Thread Owens, Howard
A bit simpler: cfif IsDefined('query.picture') img src="#picturefilename#" etc. /cfif Or if you needed to point out the absense of a pic cfif IsDefined('query.picture') img src="#picturefilename#" etc. cfelse bNo Picture Available./b /cfif H. = Howard Owens Web

  1   2   >