RE: CFFM almost finished

2004-12-08 Thread Martin Parry
Hey dude - modified the banner page for you.. http://www.webworksllc.com/cffm (Sorry - couldn't resist) Just do a http://www.webworksllc.com/cffm/cffm.cfm?subdir=.. You then get to the source code for the app. Best to remove all traces of ./ and ../ from the attributes.subdir Martin Parry

RE: SOT: Browser Stats (stirring the pot)

2004-12-08 Thread James Holmes
I recommend giving TinyMCE a go. It works in FF, IE, NS and Moz (but not Opera) and taking away the hot pink etc is very easy indeed. It's in active development and the author listens to requests. -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Wednesday, 8

RE: One More List Question:

2004-12-08 Thread Pascal Peters
The code worked just fine for me. If you are having extra blanks, there is something wrong with the data or with some other line of code. To cover all bases, you can write a simple udf to create the list: function addToList(list,value){ value = trim(value); if(NOT Len(value)) value = -;

RE: CFFM almost finished

2004-12-08 Thread Hugo Ahlenius
Best to set it so that the user running the web-server can't manipulate the cf templates as well... -- Hugo Ahlenius - Hugo Ahlenius E-Mail: [EMAIL PROTECTED] Project OfficerPhone:+46 8

RE: SOT: Browser Stats (stirring the pot)

2004-12-08 Thread dave
ok heres a good example whatever dipshit did the apps for farmers insurance group made all their stuff ie specific now farmers lets the agents access those pages remotely but u have to have ie but farmers also wont support any problems if u have installed sp2 and sent out letters saying dont

Re: Basic ColdFusion sending E-mail question.

2004-12-08 Thread Thomas Chiverton
On Tuesday 07 Dec 2004 19:15 pm, Ian Skinner wrote: How does the ColdFusion Application server interact with the e-mail server defined in the Administrator with both good and bad e-mails? SMTP, same as your regular email client. This operates over TCP/IP, port 25 - any decent packet sniffer

Re: OT JavaScript and Firefox

2004-12-08 Thread Marco Antonio C. Santos
Hi Fusetalk Forums uses dynarch calendar in your search form. Look this: http://www.macromedia.com/cfusion/webforums/forum/search.cfm and choose Start Date icon. Will open a very cool dhtml calendar. Cheers Marco On Tue, 7 Dec 2004 16:16:38 -0800, Rob [EMAIL PROTECTED] wrote: here is the

Re: cftree - autorefresh

2004-12-08 Thread Thomas Chiverton
On Tuesday 23 Nov 2004 17:55 pm, Emmet McGovern wrote: code example of using treeview with cf I can send it to you. Just email Is anyone building the tree server side with CF ? What about adding nodes at run time via the Pengoworks Gateway or Neuromancer ? -- Tom Chiverton Advanced

form action=???????

2004-12-08 Thread Brant Winter
hi - just wondering what people prefer to use in their login code in the Application.cfm file and its associated form template. The Developing Coldfusion MX Applications book , pp.363, states that the form action should be: form action=#CGI.script_name#?#CGI.query_string# method=post It does

RE: form action=???????

2004-12-08 Thread Pascal Peters
You are missing a cfoutput around the form Pascal -Original Message- From: Brant Winter [mailto:[EMAIL PROTECTED] Sent: 08 December 2004 12:28 To: CF-Talk Subject: form action=??? hi - just wondering what people prefer to use in their login code in the Application.cfm file

Re: CFFM almost finished

2004-12-08 Thread Rick Root
Martin Parry wrote: Hey dude - modified the banner page for you.. Heh, thanks Martin! There was a bug in my regular expression code that checked for such a security breach. Here is my new regex... cfif ReFind(^\.+[\\\/],checkValue) gt 0 OR

Re: form action=

2004-12-08 Thread Brant Winter
Oh SH!T, it must be late,i'm now going to bed. Thanks for the answer. You are missing a cfoutput around the form Pascal -Original Message- From: Brant Winter [mailto:[EMAIL PROTECTED] Sent: 08 December 2004 12:28 To: CF-Talk Subject: form action=??? hi - just wondering

RE: CFFM almost finished

2004-12-08 Thread Martin Parry
LOL ! I'll try some more stuff later m8 Martin. -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: 08 December 2004 13:04 To: CF-Talk Subject: Re: CFFM almost finished Martin Parry wrote: Hey dude - modified the banner page for you.. Heh, thanks Martin! There was a

word 2003 and CF

2004-12-08 Thread Jason Reichenbach
Has anyone used CF5 to access MS Word 2003 objects? All was fine with 2000, but now none of the properties seem to work. The following example results in the Range, Close and Count properties/methods not being found: CFOBJECT TYPE=COM NAME=objWord CLASS=Word.Application ACTION=Create

RE: CFFM almost finished

2004-12-08 Thread Pascal Peters
You can do it with a single regexp if you want: (^|[/\\])\s*\.+\s*($|[/\\]) I am assuming that for the last one, you actually wanted \.+$. If you really wanted \.+, you can just drop the first three. I also added \s* to make sure there wasn't a dot and a space, because I didn't know how you

RE: word 2003 and CF

2004-12-08 Thread Dave Watts
Has anyone used CF5 to access MS Word 2003 objects? All was fine with 2000, but now none of the properties seem to work. The following example results in the Range, Close and Count properties/methods not being found: ... There are two possibilities that I can think of offhand. Perhaps

RE: word 2003 and CF

2004-12-08 Thread Robertson-Ravo, Neil (RX)
Have you looked into the COM object for 2003? Maybe the methods have changed. -Original Message- From: Jason Reichenbach [mailto:[EMAIL PROTECTED] Sent: 08 December 2004 13:23 To: CF-Talk Subject: word 2003 and CF Has anyone used CF5 to access MS Word 2003 objects? All was fine with

RE: SOT: Browser Stats (stirring the pot)

2004-12-08 Thread Ben Rogers
When you are experienced at developing apps for all browsers, it becomes harder to develop one for a single browser, than it is for all. Most moderately complex apps have a great many screens. Some of these screens can only be invoked by forcing error situations or validation messages. Since

RE: SOT: Browser Stats (stirring the pot)

2004-12-08 Thread Dave Watts
Some Macromedia people insist that that does not work with all Flash remoting and FlashComm features. That is why I explicitly said Flash RIA's and not just Flash. I passed this to our Flash guys, and they said they hadn't seen any problems with omitting the EMBED tag with RIAs. I don't know

RE: OT: DFS alternative?

2004-12-08 Thread Emmet McGovern
Thanks, This is exactly what I was looking for. Nice price too. I'm beginning to loathe DFS. Emmet -Original Message- From: Kevin Pechin [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 2:28 AM To: CF-Talk Subject: Re: OT: DFS alternative? Hi, A great program I've used

determining if 8 columns of 1 record are populated

2004-12-08 Thread Phillip Perry
Hi, ok here is the situation. I'm allowing users to enter up to 8 urls into a form to put into a favorites section of my site. To determine if the user has entered at least one url in the db I have a column called uselink updated to YES. The problem is I can't find an easy way to detect if the

RE: word 2003 and CFsolved

2004-12-08 Thread Jason Reichenbach
I figured out the issue. So no need to worry yourselves =). If anyone is interested here is what I had to do. Instead of using the .Range() method I used the content method to return all the content to a variable. Then I found it would not kill the winword.exe process so what I had to do there

Re: SOT: Browser Stats (stirring the pot)

2004-12-08 Thread Adrocknaphobia
Jochem, Thats been said since the conception of the w3c. I'm afraid that by the time they get enforcement (worldwide), HTML will already be dead. -Adam On Wed, 08 Dec 2004 00:14:17 +0100, Jochem van Dieten [EMAIL PROTECTED] wrote: Adrocknaphobia wrote: I hate to break it to you but with

RE: stupid q

2004-12-08 Thread Mark A Kruger
#getbasetemplatepath()# -Original Message- From: Webdevotion [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 11:47 AM To: CF-Talk Subject: stupid q Hello, I'm just looking for the right server variable that returns the path on my shared hosting environment. e.g.

dateformat in query

2004-12-08 Thread Webdevotion
Hello, How can I format a date when selecting rows in a query ? cfquery name=qNews datasource=db_niteriders username=webdevo_adm password=251984 select id, title, short, content, DATE_FORMAT(date,'%d-%m-%Y') from tbl_news /cfquery is this the way to do it when

Re: Delete records on browser close

2004-12-08 Thread Web Exp
Thanks Isaac. However, if I use frames, where would i put the javascript to trigger the OnBeforeUnload handler? Also where would i put the actual OnBeforeUnload handler... would it go into one of the frames. Please tell me more, or give some sample code. Thanks, Ken On Wed, 8 Dec 2004 11:11:11

how to truncate html properly?

2004-12-08 Thread Emmet McGovern
I need to truncate an output that has html in it to 200 lines. The problem arises when it truncates at 200 in the middle of a image Ex ( Hello world. img src=img.gif border=0 look at this img src=im ) I can't figure out how to strip out an unfinished image tag so I can get rid of the broken

RE: Date lower than another in SQL

2004-12-08 Thread Dawson, Michael
You can, but it might not always work depending on your database system. If you are using ODBC, look at the CreateODBCDatexxx() functions. You could also use CFQUERYPARAM with CF_SQL_DATE as the sql type. The main point is to ensure you have a valid date format and not just a field named

Re: determining if 8 columns of 1 record are populated

2004-12-08 Thread Douglas Knudsen
You are storing these 8 possible URLs in a seperate table, correct? Just add a colun to any query that is a count of these. Then now 'uselink' column is needed. In oracle something like this SELECT main.*, (select count(*) from favourites WHERE main.id = favourites.id) as favcount FROM main

Re: Delete records on browser close

2004-12-08 Thread S . Isaac Dealey
Hi. I am looking for a way by which i can delete the records entered by a user, if he closes the browser. Ideas please... - Ken head script id=browserclose language=JavaScript / script language=JavaScript function closeMe() { document.getElementById('browserclose').src =

OT : Macromedia News FireFox Extension

2004-12-08 Thread Mike Chambers
fyi I have put together a simple FireFox extension that makes it simple to keep up with the latest news, information and weblog posts from Macromedia. More info here: http://www.markme.com/mesh/archives/006507.cfm mike chambers

Re: CFFM almost finished

2004-12-08 Thread Rick Root
Pascal Peters wrote: You can do it with a single regexp if you want: (^|[/\\])\s*\.+\s*($|[/\\]) I am assuming that for the last one, you actually wanted \.+$. If you really wanted \.+, you can just drop the first three. I also added \s* to make sure there wasn't a dot and a space,

RE: String question...

2004-12-08 Thread Nathan Mische
There are a few ways you could do this, the easiest probably being REFind(). REFind(^AUDIT/,AUDIT/Systems) --Nathan -Original Message- From: Charles Heizer [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 12:37 PM To: CF-Talk Subject: String question... Hello, I was

Re: cftree - autorefresh

2004-12-08 Thread Charles Heizer
Hi Dave, Have you used www.treeview.net with CFLDAP? Thanks, - Charles On Nov 23, 2004, at 10:57 AM, Dave Watts wrote: Stop using cftree. There are much better alternatives. Check out www.treeview.net ... I'll second that. We're using treeview.net's product for some projects with great

RE: String question...

2004-12-08 Thread S . Isaac Dealey
or cfif listlen(string,/) gt 1 and listfirst(string,/) is audit all depends on what's easiest on your eyes or cfif arg eq Right(string,len(arg)) -Original Message- From: Nathan Mische [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 1:16 PM To: CF-Talk Subject: RE:

stupid q

2004-12-08 Thread Webdevotion
Hello, I'm just looking for the right server variable that returns the path on my shared hosting environment. e.g. /home/company.net/en/ tnx ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net

RE: Basic ColdFusion sending E-mail question.

2004-12-08 Thread Eric Creese
I used to do this but found my SMTP was being attacked, What is the best way to secure the SMTP so I can start using CFMAIL again. I am afraid to use it cause of the attacks. -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 3:27 AM

Re: SOT: Browser Stats (stirring the pot)

2004-12-08 Thread Adrocknaphobia
i would sure like to hear from someone at MM though about why no linux versions of studio 2004 though Because Linux is not a viable market for PC software. Unfortunately it doesnt come down to which is technically better, it comes back to market share. -Adam On Tue, 7 Dec 2004 22:13:04

Re: CFMX 6.1 - java.lang.NullPointerException

2004-12-08 Thread Umer Farooq
Errr.. this is still driving me crazy. It has gotten worse.. now I don't even get the full error message.. just.. the following Error java.lang.NullPointerException And now seeing.. messages.. saying client variables need to be enabled.. on each request.. but they are enabled.. to fix it.. I

Re: Delete records on browser close

2004-12-08 Thread S . Isaac Dealey
To use frames you would just swap out your body tag with your frameset tag frameset onunload=closeMe(); onbeforeunload=closeMe(); frame name=content src=index.cfm / noframes you browser must support frames to use this site /noframes /frameset I haven't tested this but I believe it

RE: CFMX Shopping Cart?

2004-12-08 Thread Blaine Korte
I've had nothing but success with CFWebstore www.cfwebstore.com. Support is excellent, code is well documented. Easy to use and customizing it is great. Take a peek. It's not free, but it's definitely not expensive. Amazing value for what you get. -Blaine -Original Message- From:

Re: SOT: Browser Stats (stirring the pot)

2004-12-08 Thread Rob
There are other options to studio 2004 on linux. A great many in fact. You might want to check out one of those fine products while you wait for linux to gain enough market share for them to port On Wed, 8 Dec 2004 08:45:54 -0500, Adrocknaphobia [EMAIL PROTECTED] wrote: i would sure like to

Re: WYSIWYGs - FCKEditor 2.0 RC1 NICE!

2004-12-08 Thread Russell Patterson
I agree! I use it for a number of sites. Russell - Original Message - From: Rick Root [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 11:12 AM Subject: WYSIWYGs - FCKEditor 2.0 RC1 NICE! I don't know if it's been discussed or mentioned, but

RE: CFFM almost finished

2004-12-08 Thread Martin Parry
You should also restrict your file/folder length in the Create new file/folder field to avoid errors like this:- The following error(s) occurred: The file could not be created due to a file system error: General Runtime Error - Problem writing new file:

Re: SOT: Browser Stats (stirring the pot)

2004-12-08 Thread Cutter (CF related)
GUYS GIVE IT A REST!! Please move this extended, futile, out of control conversation to CF-Community or something so those of us who need some cf help can find it in the sea of messages... Cutter Adrocknaphobia wrote: i would sure like to hear from someone at MM though about why no linux

CF Queries - connected?

2004-12-08 Thread Katz, Dov B (IT)
Are CF Queries (running mx 6.1) safe to store in an application scope or some sort of cache (other than via using cachedwithin, etc) or are they holding on to DB Resources which I can only relinquish when the page request ends?? I will eventually move the cf queries into real CFC data

RE: form action=???????

2004-12-08 Thread Dawson, Michael
This is how I do it using a self-submitting form: cfset variables.thisPage = getFileFromPath(cgi.script_name) cfoutput form action=#variables.thisPage# ... If I need to pass URL params, I use: cfoutput form action=#variables.thisPage#?id=123 ... IOW, I don't automatically pull in the URL

Re: SOT: Browser Stats (stirring the pot)

2004-12-08 Thread Nathan Strutz
Kwang Suh wrote: I'm curious. If I were to use XUL to create an app, would that be okay then? No, it's just as browser dependant but... the browser is open source. Still, I wouldn't. -nathan strutz Jim Davis wrote: That depends on where your logic lies. In our HTA applications, for

String question...

2004-12-08 Thread Charles Heizer
Hello, I was wondering if someone has a way or something to determine if a string starts with or begins with. I can do contains but what I'm looking for is if I have a string like AUDIT/Systems I want to know if the string begins with AUDIT/. Thanks, - Charles

Delete records on browser close

2004-12-08 Thread Web Exp
Hi. I am looking for a way by which i can delete the records entered by a user, if he closes the browser. Ideas please... - Ken ~| Special thanks to the CF Community Suite Silver Sponsor - New Atlanta http://www.newatlanta.com

Re: how to truncate html properly?

2004-12-08 Thread Ben Doom
rereplace(string, '[^]*$', '') This should replace an unclosed tag at the end of the string. It will not fix mismatched tags: bthis is broken/b becomes bthis is broken Not tested, off the top of my head, YMMV, keep your arms inside the ride, etc. --Ben Emmet McGovern wrote: I need to

Re: SOT: Browser Stats (stirring the pot)

2004-12-08 Thread Adrocknaphobia
For one reason, people have an expectation that HTML applications work with HTML clients. This expectation may be unreasonable given the current state of affairs, but web sites are not packaged shrinkwrap that use locally-executed binaries. The web was explicitly designed to be a

Re: SOT: Browser Stats (stirring the pot)

2004-12-08 Thread Jake .
I think this is a fairly silly statement, personally. In theory it may be correct. In theory, writing good, standards-compliant code would be all that you need. Fact is, browsers don't implement those standards or at minimum, there are differences between their implementation. Assuming

Date lower than another in SQL

2004-12-08 Thread Stuart Kidd
Hi guys, I¹m trying to find the syntax within a WHERE statement to get all articles which have deadlines due today or already passed. My fields are articleDeadline and my date now is todayUKdate. I have seen the DataDiff tag but that only works in a cfif statement. Can I just say: WHERE

Re: dateformat in query

2004-12-08 Thread Scott Stroz
Why not just select the date from the DB, as-is, and then use DateFormat() to display it in the format you want? On Wed, 08 Dec 2004 19:38:38 +0100, Webdevotion [EMAIL PROTECTED] wrote: Hello, How can I format a date when selecting rows in a query ? cfquery name=qNews

RE: word 2003 and CF

2004-12-08 Thread Jim Davis
You might also want to consider possible security changes between the two. It's possible that 2003 might be more strict in some way. Also (and forgive me if this sounds stupid) but have you made sure that Word works (on the server)? I've seen people complain that it wasn't in cases like this

SQL Server and Index Usage

2004-12-08 Thread Dawson, Michael
Let's say I have a table of the normal person-type information. This table also has about 10,000 records. I have an index on BirthDate, but not on LastName. I run a query to pull all people who were born in the last few years. I get 10 records returned from the query and I want to sort by

WYSIWYGs - FCKEditor 2.0 RC1 NICE!

2004-12-08 Thread Rick Root
I don't know if it's been discussed or mentioned, but FCKeditor released version 2.0 RC1 on 11/30, and I just installed it. 2.0 beta was unusuable but I haven't found any real problems with RC1 yet, it's real nice. Alas, they don't have a coldfusion file browser/upload yet... luckily, I

konqueror vs. safari

2004-12-08 Thread Hugo Ahlenius
Speaking of browser wars: I thought I'd try to add another one to my browser farm (my local collection of browsers) to be able to get an indication on how things work in Mac OS X/Safari. So, on my WinXP machine I added KDE and konqueror to my Cygwin install, according to the instructions on

PMT gateway help - repost!

2004-12-08 Thread Ray Champagne
Nobody? Sorry for the repost and crosspost, but I really could use some help... Ray -- Anyone ever used Paymentech Orbital Gateway? I am having a hell of a time trying to do something very simple. I need to send a simple XML file complete with headers to the gateway, it is

making built-in functions

2004-12-08 Thread Barney Boisvert
It's pretty common knowledge that any CFM file dropped into the /WEB-INF/cftags directory will be treated by CF as a built-in tag. Anyone know if there is such a place for UDFs? Nothing jumps out at me from the file structure, but I thought I'd ask. cheers, barneyb -- Barney Boisvert [EMAIL

Re: CF Queries - connected?

2004-12-08 Thread Raymond Camden
Nope, you can store queries in the application, session, or server scope. Whatever makes sense to your application. On Wed, 8 Dec 2004 11:08:30 -0500, Katz, Dov B (IT) [EMAIL PROTECTED] wrote: Are CF Queries (running mx 6.1) safe to store in an application scope or some sort of cache (other

Re: SOT: Browser Stats (stirring the pot)

2004-12-08 Thread Kwang Suh
So what if it's open source? What, are you going to modify a Gecko browser to suit your needs? How many people on this list know C++, and know it well enough that they could even attempt to do this? ~| Special thanks to the CF

Re: CFFM almost finished

2004-12-08 Thread Rick Root
One goal of my default configuration is to block files that may be executable on the server and to allow the editing of text files. To that end, I have the following configuration options: cffmConfig.disallowedExtensions = cfm,cfml,cfc,dbm,dbml,php,php3,php4,asp,aspx,pl,plx,pls,cgi,jsp;

RE: CFFM almost finished

2004-12-08 Thread Martin Parry
Another one for you !! Try to stop non-standard characters for file and folder names as you can't erase/alter them afterwards. Use correct character/numeric values only. e.g. DOS characters 253-255 ”– Martin -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: 07

Index Numbers and Database Inserts

2004-12-08 Thread Claremont, Timothy
I know this is database 101, but I am having a problem when submitting forms and processing a database insert. I have an index number field in the database that occsaionally winds up with a duplicate. What is the usual procedure for ensuring that this does not happen? When I attempt to use the

Web Data Export Tool

2004-12-08 Thread Bryan F. Hogan
Hi All, does anyone know of a CF based or other web based data export tool that I can have my clients use to export data from predefined tables? Something that would allow them to choose the criteria and export to Excel or something.

RE: String question...

2004-12-08 Thread Dave Francis
or cfif arg eq Right(string,len(arg)) -Original Message- From: Nathan Mische [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 1:16 PM To: CF-Talk Subject: RE: String question... There are a few ways you could do this, the easiest probably being REFind().

CFMX Shopping Cart?

2004-12-08 Thread Asim Manzur
Is there any CFMX Shopping Cart available which can be easily merged in the existing application? I have a project where customer is asking to put the shopping cart capability. I was wondering that if something avaiable on internet/community so I don't have to re-invent the wheel. Thanks

CFScript question - Queries

2004-12-08 Thread C. Hatton Humphrey
Okay, to try and make my life easier I decided to try changing a block of code from CFSet to CFScript. However, part of what I need to do in this code is run a query based on a variable value... I'm pulling a label out of a record body and need to get the id of a record where a certian field

Re: dateformat in query

2004-12-08 Thread Brook Davies
Search the archives, I asked the same question last week and got several good responses.. Brook At 12:12 PM 12/8/2004, you wrote: Why not just select the date from the DB, as-is, and then use DateFormat() to display it in the format you want? On Wed, 08 Dec 2004 19:38:38 +0100, Webdevotion

isdefined ?

2004-12-08 Thread Daniel Farmer
Wondering wy my cfc is trying to evaluate arguments.street below. Element STREET is undefined in ARGUMENTS. cfif isdefined('arguments.street')'#arguments.street#', /cfif ~| Special thanks to the CF Community Suite Silver

Re: valid e-mail addresses

2004-12-08 Thread Pete Freitag
We have a Java Class and UDF called email verifier. It can do DNS lookups on the domains to make sure that they are valid domains, check to see if MX records exist for the domain, and even check with the mail server to see if the address is valid: http://www.cfdev.com/email/verify/

Re: CFScript question - Queries

2004-12-08 Thread Barney Boisvert
What database are you using? preserveSingleQuotes() has always worked for me, exactly as intended. However, before you go too far down this road, I'd recommend not using CFSCRIPT for this code, because there is a query inside. Sure, you can make a wrapper, as you tried, but doing that will

Javascript and CF

2004-12-08 Thread Greg Morphis
Say I have a query that returns some values rownum, id, and desc 11001 ProductA 21002 ProductB 31003 ProductC 41004 ProductD 51005 ProductE Is it not possible (without opening a new frame) to use Javascript to get a certain row? I was thinking

Re: Date lower than another in SQL

2004-12-08 Thread Tony Weeg
yes... you can do this... select * from myTable where dateCreated = myDate and that will work so, just implant your dates there, and it will work. tw On Wed, 08 Dec 2004 16:12:38 +, Stuart Kidd [EMAIL PROTECTED] wrote: Hi guys, I¹m trying to find the syntax within a WHERE

Re: OT JavaScript and Firefox

2004-12-08 Thread Ian Skinner
Thanks that looks like a great tool, I've tried it out and it was easy to install in a default configuration and apply to a form field. It also has all the features from the IE only version I am replacing and even more that I will have to explore for future use. This list is almost

Re: SOT: Browser Stats (stirring the pot)

2004-12-08 Thread dave
yes rob but remember i really wasnt to jazzed about eclipse, it is an option though, i also found out that homesite will run on linux very well. i had a hard time writing cssp style with eclipse, thats where i really like having dw with the split view and css right there. -- Original

Re: SOT: Browser Stats (stirring the pot)

2004-12-08 Thread dave
ok we know i dont know shit but. i have been treating html as if it was dead already at least move on to xhtml, im amazed how many sites arent even close to validating in html not to mention xhtm -- Original Message -- From: Adrocknaphobia [EMAIL

isdefined function within cfcs?

2004-12-08 Thread Daniel Farmer
I'm not sure if being in a cfc has anything to do with it... but why are my cfc functions trying to evaluate street in this case below. Element STREET is undefined in ARGUMENTS. cfif isdefined('arguments.street')'#arguments.street#', /cfif Since the code between the cfif should only run if

Re: CFScript question - Queries

2004-12-08 Thread Michael Dinowitz
Why not just double up the single quotes? Okay, to try and make my life easier I decided to try changing a block of code from CFSet to CFScript. However, part of what I need to do in this code is run a query based on a variable value... I'm pulling a label out of a record body and need

Re: isdefined function within cfcs?

2004-12-08 Thread Greg Morphis
I dont know about that but I always use params to predefine my values and set the default to . Then check to see if the value is . On Wed, 08 Dec 2004 09:32:42 -0400, Daniel Farmer [EMAIL PROTECTED] wrote: I'm not sure if being in a cfc has anything to do with it... but why are my cfc

RE: Elementary session question

2004-12-08 Thread Figy, Kam
That solution would work, however it would be cleaner to use the solution Dave Watts suggested cfapplication ... Setclientcookies=no cfif not IsDefined(Cookie.CFID) cfcookie name=CFID value=#Session.CFID# cfcookie name=CFTOKEN value=#Session.CFTOKEN# /cfif I'd thought of

OT: Interactive Dynamic Query Report Writer.

2004-12-08 Thread Jeff Waris
Has anyone seen anything like this??? Not for coding purposes and not for any type of modification of the table or results. Just for simple display type queries (Select statements). Basically a user would be allowed to pick a table, then they can interactively set where and sort by parts based on

Re: Date lower than another in SQL

2004-12-08 Thread Wayne Graham
Depending on how your dates are configured in the database, you may need to artificially add a day to produce the desired results. cfset myDate = dateAdd(h, 24, now()) SELECT * FROM mytable WHERE dateDue = myDate On Wed, 8 Dec 2004 11:27:35 -0500, Tony Weeg [EMAIL PROTECTED] wrote: yes...

Re: OT JavaScript and Firefox

2004-12-08 Thread Larry Lyons
Now I just need a good Pop-up Calendar Date Picking Form Field Completion Aid that is not IE only!!! Selene Bainum wrote a very good Pop-up Calendar Date Picking Form Field. She has it available for download on her site. Here's the URL: http://www.webtricks.com/sourcecode/code.cfm?CodeID=5

Re: String question...

2004-12-08 Thread Charlie Griefer
if the / is a constant, you can treat it as a delimiter and the string like a list. cfset myList = AUDIT/Systems cfoutput#listFirst(myList, '/')#/cfoutput On Wed, 8 Dec 2004 09:37:21 -0800, Charles Heizer [EMAIL PROTECTED] wrote: Hello, I was wondering if someone has a way or something to

Re: OT JavaScript and Firefox

2004-12-08 Thread dave
mossimo has a real nice cfc with that same cal used in it, cant think of the url off hand though -- Original Message -- From: Larry Lyons [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Wed, 08 Dec 2004 11:09:39 -0400 Now I just need a good Pop-up

Re: SOT: Browser Stats (stirring the pot)

2004-12-08 Thread dave
well duh but thats cant change when its not available given how much ppl are looking for it and trying to get it to run, i would think it should be becoming an issue with MM. everyone used to say the samething about having it on a mac a yr ago and about how there wasnt market share to support it

Re: CFScript question - Queries

2004-12-08 Thread C. Hatton Humphrey
Why not just double up the single quotes? Tried that - may be a NDA thing or just a MySQL thing - I got the same error when sending the query. To answer Barney's question - I'm using a MySQL database. That's what the clent has and I haven't been able to dissuade him from using it. When I sent

RE: how to truncate html properly?

2004-12-08 Thread Emmet McGovern
Thanks. That was perfect. -Original Message- From: Ben Doom [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 2:20 PM To: CF-Talk Subject: Re: how to truncate html properly? rereplace(string, '[^]*$', '') This should replace an unclosed tag at the end of the string. It

Re: Javascript and CF

2004-12-08 Thread David Atwood
In your example, you've defined the variable val in javascript only, not in ColdFusion -- hence the error. I'm not exactly sure what you are trying to accomplish .. can you explain it to me again? I'll have another go at it. Dave. Say I have a query that returns some values rownum, id, and

RE: isdefined function within cfcs?

2004-12-08 Thread Andrew Scott
Show us the code, But is it a required argument, if it is not then you might wish to use the attribute default= -Original Message- From: Daniel Farmer [mailto:[EMAIL PROTECTED] Sent: Thursday, 9 December 2004 12:33 AM To: CF-Talk Subject: isdefined function within cfcs? I'm not sure

Re: SOT: Browser Stats (stirring the pot)

2004-12-08 Thread Rob
Ah yeah thats right, sorry bout that On Wed, 8 Dec 2004 18:07:31 -0500, dave [EMAIL PROTECTED] wrote: yes rob but remember i really wasnt to jazzed about eclipse, it is an option though, i also found out that homesite will run on linux very well. i had a hard time writing cssp style with

RE: JavaScript and CF

2004-12-08 Thread Ian Skinner
One must always remember that server side processing (CF) and client side processing (JS) are different and never the twain shall meet. Ok, ok, yes there are ways to mix the two, but not the way you are talking about. Once the page and all the data has been sent to the client, using CFML is

Re: SOT: Browser Stats (stirring the pot)

2004-12-08 Thread dave
but i'll give it another shot been 2 weeks since my last reinstall of crapXP, so i think the next time im just not gunna put xp on it and i will try a few diff things. i dont really have time to be messing around but oh well maybe if i stop bickering at everyone on here i'd have more time ;)

Re: isdefined function within cfcs?

2004-12-08 Thread Sean Corfield
On Wed, 08 Dec 2004 09:32:42 -0400, Daniel Farmer [EMAIL PROTECTED] wrote: I'm not sure if being in a cfc has anything to do with it... but why are my cfc functions trying to evaluate street in this case below. Element STREET is undefined in ARGUMENTS. cfif

500 Null - Jrun Server Error

2004-12-08 Thread Ewok
Being the curious idiot that I have lived up to being for so ling... I decided to add an alternate class path in the CF Administrator. Now every page gets a 500 Null jrun server error on it... that includes the administrator of course . So now I can't change it back and I haven’t found anywhere to

RE: SOT: Browser Stats (stirring the pot)

2004-12-08 Thread Jim Davis
-Original Message- From: Adrocknaphobia [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 8:46 AM To: CF-Talk Subject: Re: SOT: Browser Stats (stirring the pot) i would sure like to hear from someone at MM though about why no linux versions of studio 2004 though

RE: SOT: Browser Stats (stirring the pot)

2004-12-08 Thread Jim Davis
-- Original Message -- From: Adrocknaphobia [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Tue, 7 Dec 2004 18:27:51 -0500 Jochem, Thats been said since the conception of the w3c. I'm afraid that by the time they get enforcement (worldwide),

  1   2   >