A user's language is obscene. What should I do?
ColdFusion
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What can I do?
• What to Read?
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• QAIX
  • Сообщества
• Talxy Chat
• Horoscope
• Online
 
Зарегистрируйся!

QAIX > ColdFusionGo to page: « previous | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | next »

  Recent blog posts: 
  They have birthday today: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Moderators:
Wednesday, 24 September 2008
Re: FCKEditor [ solved ] Daniel Farmer 03:53:48
 apologies for the double posting and the spelling =)

.. I found the answer here...

TOOLBAR CUSTOMIZATION...

https://sourceforge­.net/docman/display_­doc.php?docid=15940&­group_id=75348
----- Original Message -----
From: Daniel Farmer
To: CF-Talk
Sent: Friday, July 16, 2004 10:57 AM
Subject: FCKEditor


Does anyone know how I can set this tool for text-only abilities? ( I wish
to disable most of it's features ).


~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~|
The annual ColdFusion User Conference is being held Sat 6/26 - Sun 6/27/04 8am-5pm in the Washington DC Area.
http://www.houseoff­usion.com/banners/vi­ew.cfm?bannerid=44

Message: http://www.houseoff­usion.com/lists.cfm/­link=i:4:170877
Archives: http://www.houseoff­usion.com/cf_lists/t­hreads.cfm/4
Subscription: http://www.houseoff­usion.com/lists.cfm/­link=s:4
Unsubscribe: http://www.houseoff­usion.com/cf_lists/u­nsubscribe.cfm?user=­13123.11886.4
Donations & Support: http://www.houseoff­usion.com/tiny.cfm/5­4
comment 1 answer | Add comment
Brian's NCAA Thread Gruss Gott 03:53:47
 
Brian wrote:> The most important question now is......when she dies, will this thread?>

No - there'll be the autopsy and the resulting analysis which is what
this community excels at!
The greatest single weekend in NCAA basketball history just occurred, and> we've patently ignored it. Now THAT is a travesty.....>
Go Illini!>

Ok, fine with the Illini, but what about the U of W-Milwaukee? Where
the heck did they come from? I know they lost, but to even be there
seemed odd but then I'm not a b-ball fan.

My favorite college sports teams are from Princeton and U of Chicago.

~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble
Ticket application

http://www.houseoff­usion.com/banners/vi­ew.cfm?bannerid=48

Message: http://www.houseoff­usion.com/lists.cfm/­link=i:5:152107
Archives: http://www.houseoff­usion.com/cf_lists/t­hreads.cfm/5
Subscription: http://www.houseoff­usion.com/lists.cfm/­link=s:5
Unsubscribe: http://www.houseoff­usion.com/cf_lists/u­nsubscribe.cfm?user=­13124.11887.5
Donations & Support: http://www.houseoff­usion.com/tiny.cfm/5­4

comment 1 answer | Add comment
cflogin - whats happened Web Specialist 03:53:46
 Hi all

why my cflogin framework don't work? Please look my script:

<!---application.cf­m BEGIN --->
<CFAPPLICATION name="life"
sessionmanagement="­Yes"
sessiontimeout="#Cr­eateTimeSpan(0,1,0,0­)#"
applicationtimeout=­"#CreateTimeSpan(0,1­,0,0)#"
clientmanagement="y­es" loginstorage="Sessi­on">

<cflogin>
<CFIF NOT IsDefined("cflogin"­)>
<cfif (listlast(cgi.scrip­t_name,'/') neq 'loginform.cfm') AND
(listlast(cgi.scrip­t_name,'/') neq 'lostpass.cfm') AND
(listlast(cgi.scrip­t_name,'/') neq 'logincheck.cfm') AND
(listlast(cgi.scrip­t_name,'/') neq 'show_attribs.cfm')­>

<CFHEADER name="window-target­" value="_top" />
<cflocation url="#Application.u­rl_begin#/loginform.­cfm" addtoken="no" />
<cfabort />
</cfif>
</CFIF>
</cflogin>
<!---application.cf­m END --->

<!---logincheck.cfm­ - loginform.cfm target BEGIN--->
<!---checks for login and pass--->
<!---login and pass OK--->
<!--sets Session.Vars--->
<cfloginuser name="#getPass.strU­sersLogin#" password="#getPass.­strUsersPass#"
roles="#getPass.rol­esID#">
</cflogin>
<!---logincheck.cfm­ - loginform.cfm target END--->

Dumping <cfdump var="#cfloginuser#"­> gives me error:

Variable CFLOGINUSER is undefined.

What's happened? Looks all right...

Thanx for your time.

Web Specialist

~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community.
http://www.houseoff­usion.com/banners/vi­ew.cfm?bannerid=38

Message: http://www.houseoff­usion.com/lists.cfm/­link=i:4:182998
Archives: http://www.houseoff­usion.com/cf_lists/t­hreads.cfm/4
Subscription: http://www.houseoff­usion.com/lists.cfm/­link=s:4
Unsubscribe: http://www.houseoff­usion.com/cf_lists/u­nsubscribe.cfm?user=­13123.11886.4
Donations & Support: http://www.houseoff­usion.com/tiny.cfm/5­4

comment 3 answer | Add comment
Trouble filtering query based on date Austin Govella 03:53:45
 I'm trying to query a specific record based on the date.
I've tried two variations on the same query: one places
quotes round the date, and the other does not (the date is a
date/time field in an Access database).

I am getting this error: "Too few parameters. Expected 1."

Here are the queries in question.

SELECT class_enrollment
FROM tbl_class_enrollmen­t
WHERE class_id = 840 AND section = '07409'
AND enrollment_date = 5/10/2004

SELECT class_enrollment
FROM tbl_class_enrollmen­t
WHERE class_id = 840 AND section = '07409'
AND enrollment_date = '5/10/2004'



I've been working on this off and on for a couple of days
and I don't understand what's wrong. Any tips or pointers as
to *why* this isn't working would be greatly appreciated.
Online tutorials don't devote much time to date/time formats.

Thanks,
--
Austin

~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~|
The annual ColdFusion User Conference is being held Sat 6/26 - Sun 6/27/04 8am-5pm in the Washington DC Area.
http://www.houseoff­usion.com/banners/vi­ew.cfm?bannerid=44

Message: http://www.houseoff­usion.com/lists.cfm/­link=i:4:163185
Archives: http://www.houseoff­usion.com/cf_lists/t­hreads.cfm/4
Subscription: http://www.houseoff­usion.com/lists.cfm/­link=s:4
Unsubscribe: http://www.houseoff­usion.com/cf_lists/u­nsubscribe.cfm?user=­13123.11886.4
comment 1 answer | Add comment
OT - MCAD Study books Adrian Lynch 03:53:44
 Anyone out there passed or is studying to pass their MCAD exams?

I'm looking to do 70-315, 70-320 and 70-229 and am looking at buying the
corresponding Exam Cram 2 books. Can anyone comment, good or bad?

http://www.amazon.c­om/exec/obidos/ASIN/­0789728974/ref=pd_sx­p_elt_l1/103-8280
718-7378259

Thanks.

Ade




--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.8.1/28 - Release Date: 24/06/2005


~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoff­usion.com/banners/vi­ew.cfm?bannerid=67

Message: http://www.houseoff­usion.com/lists.cfm/­link=i:4:210537
Archives: http://www.houseoff­usion.com/cf_lists/t­hreads.cfm/4
Subscription: http://www.houseoff­usion.com/lists.cfm/­link=s:4
Unsubscribe: http://www.houseoff­usion.com/cf_lists/u­nsubscribe.cfm?user=­13123.11886.4
Donations & Support: http://www.houseoff­usion.com/tiny.cfm/5­4

comment 1 answer | Add comment
RE: Import/Export for PostgreSQL Mark Smyth 03:53:43
 I've used some of these before, very good and easy to setup/use
http://www.sqlmanag­er.net/products/post­gresql

Not free, but you do get a free trial

Hth
mark

-----Original Message-----
From: George Abraham [mailto:george.abraham-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org]
Sent: 01 June 2005 14:51
To: CF-Talk
Subject: OT: Import/Export for PostgreSQL

All,
Anyone have a suggestion for a (preferably free) Import/Export tool for
PostgreSQL? I have to import/export from MS SQL Server and using MS' DTS
does not seem to be working due to this bug:
http://gborg.postgr­esql.org/project/psq­lodbc/bugs/bugupdate­.php?944

Thanks,
George



~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoff­usion.com/banners/vi­ew.cfm?bannerid=67

Message: http://www.houseoff­usion.com/lists.cfm/­link=i:4:208193
Archives: http://www.houseoff­usion.com/cf_lists/t­hreads.cfm/4
Subscription: http://www.houseoff­usion.com/lists.cfm/­link=s:4
Unsubscribe: http://www.houseoff­usion.com/cf_lists/u­nsubscribe.cfm?user=­13123.11886.4
Donations & Support: http://www.houseoff­usion.com/tiny.cfm/5­4

comment 2 answer | Add comment
RE: Best movie quote G 03:53:42
 Eastwood classic:

CE: "You a bounty hunter?"
BH: "Man's gotta do something for a livin' these days."
CE:" Dyin' aint much of a livin', boy"

The line that always gets me from Office Space:

The Bobs to Tom: "What would ya say.....ya do here?"

And lets not forget the best eulogy every given:

"O God, ease our suffering in this, our moment of great dispair. Yea, admit this kind and decent woman into thy arms of thine heavenly area, up there. And Moab, he lay us upon the land of the Canaanites, and yea, though the Hindus speak of karma, I implore you: give her a break."





~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhostin­g.net

Message: http://www.houseoff­usion.com/lists.cfm/­link=i:5:136987
Archives: http://www.houseoff­usion.com/cf_lists/t­hreads.cfm/5
Subscription: http://www.houseoff­usion.com/lists.cfm/­link=s:5
Unsubscribe: http://www.houseoff­usion.com/cf_lists/u­nsubscribe.cfm?user=­13124.11887.5
Donations & Support: http://www.houseoff­usion.com/tiny.cfm/5­4

comment 1 answer | Add comment
Work Discrimination? Brobborb 03:53:41
 Hey guys, if an employer (nongoverment, non-military) only accepts US citizens, and not permanent resident green card holders, would that count as discrimination of some kind?

On a recruiter's website, their online application asks "Do you have a Social Security card or an Alien Registration card (Green card)?"

I am assuming they are asking that to make sure you can work here legally, which I can.

i'm sad!

On a side note, a trucker also mentioned that they will pretty much only deal with citizens "because of the terrorist thing".

??!!

~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community.
http://www.houseoff­usion.com/banners/vi­ew.cfm?bannerid=37

Message: http://www.houseoff­usion.com/lists.cfm/­link=i:5:124928
Archives: http://www.houseoff­usion.com/cf_lists/t­hreads.cfm/5
Subscription: http://www.houseoff­usion.com/lists.cfm/­link=s:5
Unsubscribe: http://www.houseoff­usion.com/cf_lists/u­nsubscribe.cfm?user=­13124.11887.5
Donations & Support: http://www.houseoff­usion.com/tiny.cfm/5­4
comment 11 answers | Add comment
Verity Locale in ColdFusion MX J2EE Antonio Mokarzel 03:53:39
 Hi all,

Where should I install Verity Locale Package in ColdFusion MX J2EE (JRUN 4)?
Commonly, the procedures are...

Extract the ZIP or TAR file in your cf_root directory.
During extraction, the search files are automatically placed in the
appropriate directories under the cf_root\lib or cf_root/lib directory

In ColdFusion MX J2EE I don't have a tree like this. Anyone could help me?
Thanks in advance.

Antonio Mokarzel
Web Development
Prodepa



~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community.
http://www.houseoff­usion.com/banners/vi­ew.cfm?bannerid=37

Message: http://www.houseoff­usion.com/lists.cfm/­link=i:4:167685
Archives: http://www.houseoff­usion.com/cf_lists/t­hreads.cfm/4
Subscription: http://www.houseoff­usion.com/lists.cfm/­link=s:4
Unsubscribe: http://www.houseoff­usion.com/cf_lists/u­nsubscribe.cfm?user=­13123.11886.4
Donations & Support: http://www.houseoff­usion.com/tiny.cfm/5­4
comment 5 answers | Add comment
Using both Plain Text and HTML in cfmail Simmyana A 03:53:38
 Hi,
i want to send both plain text and HTML in a mail. I searche dthe web and found the following code

<cfset boundary = CreateUUID()>
<cfmail to="xyx-GXcTff7tL0M­@public.gmane.org" from="xyx-GXcTff7tL­0M@public.gmane.org"­ subject="test" server="localhost">­

<cfmailparam name="Content-Type"­ value="multipart/al­ternative; boundary=""#boundar­y#""">
--#boundary#
Content-Type: text/plain; charset="iso-8859-1­" Content-Transfer-En­coding: 8bit This is the plain text message for the email.

--#boundary#

Content-Type: text/html; charset="iso-8859-1­" Content-Transfer-En­coding: quoted-printable

<html>
<head>
<title>HTML Message</title>
</head>
<body>
This is the HTML text message for the email.
</body>
</html>
--#boundary#--
</cfmail>

but it is sending blank mail. can anyone help me with this please

~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~|
Get the mailserver that powers this list at
http://www.houseoff­usion.com/banners/vi­ew.cfm?bannerid=17

Message: http://www.houseoff­usion.com/lists.cfm/­link=i:4:175923
Archives: http://www.houseoff­usion.com/cf_lists/t­hreads.cfm/4
Subscription: http://www.houseoff­usion.com/lists.cfm/­link=s:4
Unsubscribe: http://www.houseoff­usion.com/cf_lists/u­nsubscribe.cfm?user=­13123.11886.4
Donations & Support: http://www.houseoff­usion.com/tiny.cfm/5­4
comment 4 answer | Add comment
cfdocument tag / images problem Caroline Wise 03:53:34
 Greetings,

We are trying to output a "print-friendly" page in pdf or flash paper
with cfdocument and the images keep getting this "zoomed" look on a
random basis. With that I mean that it looks as if the images are
getting scaled up and then cropped to the intended dimensions. This
affects both jpg and gif images. At first it seemed as if it were
related to using the "scale" parameter, but even after taking that out
(and most of the other optional tags), we still get these anomalies.

Any suggestions would be appreciated.

Thanks in advance,

Caroline Wise
Senior Applications Developer
Interactive Sites
480-707-1600 x223 (office)
480-707-1601 (fax)
http://www.interact­ivesites.com
http://www.planiton­line.com

~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble
Ticket application

http://www.houseoff­usion.com/banners/vi­ew.cfm?bannerid=48

Message: http://www.houseoff­usion.com/lists.cfm/­link=i:4:204313
Archives: http://www.houseoff­usion.com/cf_lists/t­hreads.cfm/4
Subscription: http://www.houseoff­usion.com/lists.cfm/­link=s:4
Unsubscribe: http://www.houseoff­usion.com/cf_lists/u­nsubscribe.cfm?user=­13123.11886.4
Donations & Support: http://www.houseoff­usion.com/tiny.cfm/5­4

comment 2 answer | Add comment
Re: javascript submit Jeff Garza 03:53:33
 Get rid of the equals sign in your function and add an else statement to the mix...

function checkForm() {
oFrm = document.forms["helpMe"];
if (oFrm.keywords.valu­e== "") {
alert("Please enter some text");
return false;
} else {
window.open('help/r­esultIndex.cfm',
'results','top=50,l­eft=50,width=900,hei­ght=100,resizable=ye­s,location=no
,toobars=no,scrollb­ars=no,dependent=yes­');
oFrm.target="result­s";
return true;
}
}

Jeff
----- Original Message -----
From: Frank Dewey
To: CF-Talk
Sent: Tuesday, June 22, 2004 3:11 PM
Subject: OT: javascript submit


Hi all,


This should be a simple question. And I thought that I could do this
wiht no problem, but I can't...


Upon submitting a form:
If the text field contains no data, then don't submit else a new window
appears with the results.


I am almost there...but I can't seem to figure this out. Can someone
help me out on this?

Here is what I am using:


function checkForm() {
oFrm = document.forms["helpMe"];
if (oFrm.keywords.valu­e== "") {
alert("Please enter some text");
return = false;
}
window.open('help/r­esultIndex.cfm',
'results','top=50,l­eft=50,width=900,hei­ght=100,resizable=ye­s,location=no
,toobars=no,scrollb­ars=no,dependent=yes­');
oFrm.target="result­s";
return true;
}

<form name="helpMe" method=post target="results" action="results.cfm­"
onSubmit="return checkForm();">
<input name="keywords"
type="text"
value="#words#"
size="30" maxlength="250">
<input name="submitBtn" type=submit value="Search">
</form>

Thank you -
Frank

-------------------­--------------------­--------------------­
The Preceeding Email Has Been Scanned
and Verified By QBOS Security Systems
-------------------­--------------------­--------------------­
QBOS, Inc.
14275 Midway Rd. Suite 220
Addison, TX 75001
972.233.5066


~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~|
This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting.
http://www.houseoff­usion.com/banners/vi­ew.cfm?bannerid=11

Message: http://www.houseoff­usion.com/lists.cfm/­link=i:4:167712
Archives: http://www.houseoff­usion.com/cf_lists/t­hreads.cfm/4
Subscription: http://www.houseoff­usion.com/lists.cfm/­link=s:4
Unsubscribe: http://www.houseoff­usion.com/cf_lists/u­nsubscribe.cfm?user=­13123.11886.4
Donations & Support: http://www.houseoff­usion.com/tiny.cfm/5­4
comment 1 answer | Add comment
Slight Differences in New CFMX Install Sung Woo 03:53:32
 I'm just about to set up another server, and I'm seeing slight differences in the two installs. In my old install, I have these being referenced:

C:\CFusionMX\runtim­e\..\lib\cfmx-j2ee.j­ar
C:\CFusionMX\runtim­e\..\lib\jce1_2_1.ja­r
C:\CFusionMX\runtim­e\..\lib\local_polic­y.jar

There are others...but the list of the JVM path is much larger in the older install than the newer. Is it because it's a clean install? The older one went from CF5 to CFMX 6 to CFMX 6 Updater to CFMX 6.1. The new one went straight from CFMX 6 to CFMX 6.1.

Normally I don't look at this sort of stuff, but the reason why I started peeking around is because the JVM Arguments on the old box does not work on the new box (it gives an error "1" and fails to initiate the service). Here's the argument:

-server -Dsun.io.useCanonCa­ches=false -Xbootclasspath/a:"­{application.home}/.­./lib/webchartsJava2­D.jar" -XX:MaxPermSize=128­m -XX:PermSize=64m -XX:+UseConcMarkSwe­epGC -XX:NewSize=48m -Djavax.xml.parsers­.SAXParserFactory=co­m.macromedia.crimson­.jaxp.SAXParserFacto­ryImpl -Djavax.xml.parsers­.DocumentBuilderFact­ory=com.macromedia.c­rimson.jaxp.Document­BuilderFactoryImpl

The one on the new box is the default one:

-server -Dsun.io.useCanonCa­ches=false -Xbootclasspath/a:"­{application.home}/.­./lib/webchartsJava2­D.jar" -XX:MaxPermSize=128­m -XX:+UseParallelGC

I'm noticing other subtle differences...like on the page where you enter the argument, the new box's page is only two lines high. On the old box, it's 6 high.

Any thoughts?

~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoff­usion.com/banners/vi­ew.cfm?bannerid=67

Message: http://www.houseoff­usion.com/lists.cfm/­link=i:4:196932
Archives: http://www.houseoff­usion.com/cf_lists/t­hreads.cfm/4
Subscription: http://www.houseoff­usion.com/lists.cfm/­link=s:4
Unsubscribe: http://www.houseoff­usion.com/cf_lists/u­nsubscribe.cfm?user=­13123.11886.4
Donations & Support: http://www.houseoff­usion.com/tiny.cfm/5­4

Add comment
How are you? Matthew Small 03:53:27
 Hi guys,
It's really been a while since I actively took part in the list.
I do keep up with it, though and just wanted to ask how you guys are doing.
So, how are you doing?

- Matt Small


~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~|
Sams Teach Yourself Regular Expressions in 10 Minutes by Ben Forta
http://www.houseoff­usion.com/banners/vi­ew.cfm?bannerid=40

Message: http://www.houseoff­usion.com/lists.cfm/­link=i:5:126656
Archives: http://www.houseoff­usion.com/cf_lists/t­hreads.cfm/5
Subscription: http://www.houseoff­usion.com/lists.cfm/­link=s:5
Unsubscribe: http://www.houseoff­usion.com/cf_lists/u­nsubscribe.cfm?user=­13124.11887.5
Donations & Support: http://www.houseoff­usion.com/tiny.cfm/5­4
comment 29 answers | Add comment
RE: Gmail isnt the be-all and end-all for flashcoders Dave Watts 03:53:26
 
I've found out that you can't post to flashcoders from gmail > apparently, because gmail doesnt offer any way to send text-only > mail.>
Since flashcoders apparently rejects html email, and gmail > only sends html email, you can't post to flashcoders if you use > gmail.>
that's a lesson to learn if it's ever proposed to ban html > email on cf-talk. It'll mean all those people who scrambled > to get gmail accounts wont be able to post.>
Or have i got the wrong end of the stick again?

I suspect there's something else going on. We have over a hundred people
with gmail addresses on Flashcoders, and they're able to post from gmail.

However, I don't use gmail, nor do I have a gmail account, so I can't tell
you what you need to do to configure it correctly.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.­com/
phone: 202-797-5496
fax: 202-797-5444


~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community.
http://www.houseoff­usion.com/banners/vi­ew.cfm?bannerid=37

Message: http://www.houseoff­usion.com/lists.cfm/­link=i:4:178275
Archives: http://www.houseoff­usion.com/cf_lists/t­hreads.cfm/4
Subscription: http://www.houseoff­usion.com/lists.cfm/­link=s:4
Unsubscribe: http://www.houseoff­usion.com/cf_lists/u­nsubscribe.cfm?user=­13123.11886.4
Donations & Support: http://www.houseoff­usion.com/tiny.cfm/5­4
comment 2 answer | Add comment
Verity Search string assistance Dennis Powers 03:53:25
 We are still using CF5 and the built in verity engine with excellent
success. However, every once in a while the search page generates an error
within the cfsearch tag that tells us that an invalid character was passed
in the search string.

We have written a filter that removes non-alphanumeric characters from the
search string, but every now and then someone finds a way to enter a search
string that our filter doesn't catch and generates an error.

Does anyone have a definitive filter for the search string that will insure
that CFSearch will not complain?


Best Regards,

Dennis Powers
UXB Internet- A Website Design and Hosting Company
690 Wolcott Road - P.O. Box 6028
Wolcott, CT 06716 tel: (203)879-2844
http://www.uxbinter­net.com
http://dennis.uxb.n­et



~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhostin­g.net

Message: http://www.houseoff­usion.com/lists.cfm/­link=i:4:184617
Archives: http://www.houseoff­usion.com/cf_lists/t­hreads.cfm/4
Subscription: http://www.houseoff­usion.com/lists.cfm/­link=s:4
Unsubscribe: http://www.houseoff­usion.com/cf_lists/u­nsubscribe.cfm?user=­13123.11886.4
Donations & Support: http://www.houseoff­usion.com/tiny.cfm/5­4

comment 2 answer | Add comment
Pass query result to a different page James Taavon 03:53:24
 I have query results diplayed on a page that I want to pass to a pop-up window for printing and other options. I think it may be simple,
but just looking for hints on how to to so that in case I am on the wrong track.

Thanks in advance...

~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~|
The annual ColdFusion User Conference is being held Sat 6/26 - Sun 6/27/04 8am-5pm in the Washington DC Area.
http://www.houseoff­usion.com/banners/vi­ew.cfm?bannerid=44

Message: http://www.houseoff­usion.com/lists.cfm/­link=i:4:176731
Archives: http://www.houseoff­usion.com/cf_lists/t­hreads.cfm/4
Subscription: http://www.houseoff­usion.com/lists.cfm/­link=s:4
Unsubscribe: http://www.houseoff­usion.com/cf_lists/u­nsubscribe.cfm?user=­13123.11886.4
Donations & Support: http://www.houseoff­usion.com/tiny.cfm/5­4
comment 2 answer | Add comment
CFMX Database Management Dwayne Cole 03:53:23
 I would like to use some sort of coldfusion tag or component to add tables and fields to a list of ms access.mbd files. Does anyone one know of any useful utilities.

~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~|
Sams Teach Yourself Regular Expressions in 10 Minutes by Ben Forta
http://www.houseoff­usion.com/banners/vi­ew.cfm?bannerid=40

Message: http://www.houseoff­usion.com/lists.cfm/­link=i:4:174161
Archives: http://www.houseoff­usion.com/cf_lists/t­hreads.cfm/4
Subscription: http://www.houseoff­usion.com/lists.cfm/­link=s:4
Unsubscribe: http://www.houseoff­usion.com/cf_lists/u­nsubscribe.cfm?user=­13123.11886.4
Donations & Support: http://www.houseoff­usion.com/tiny.cfm/5­4
comment 1 answer | Add comment
CF Administrator won't load?? Christy Carter 03:53:22
 For some reason, I get a "404 page not found" error when I type the usual http://localhost/cf­ide/administrator/in­dex.cfm or http://127.0.0.1/cf­ide/administrator/in­dex.cfm.

But then the Administrator loads up fine if I use the server name instead amd type: http://christy-srv/­cfide/administrator/­index.cfm.

I tried pinging 127.0.0.1 and locahost and seemed to reach both fine. Any ideas why this could be happening?

Thanks,
Christy

~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~|
The annual ColdFusion User Conference is being held Sat 6/26 - Sun 6/27/04 8am-5pm in the Washington DC Area.
http://www.houseoff­usion.com/banners/vi­ew.cfm?bannerid=44

Message: http://www.houseoff­usion.com/lists.cfm/­link=i:4:174110
Archives: http://www.houseoff­usion.com/cf_lists/t­hreads.cfm/4
Subscription: http://www.houseoff­usion.com/lists.cfm/­link=s:4
Unsubscribe: http://www.houseoff­usion.com/cf_lists/u­nsubscribe.cfm?user=­13123.11886.4
Donations & Support: http://www.houseoff­usion.com/tiny.cfm/5­4
comment 9 answers | Add comment
E-Checks Greg Luce 03:53:21
 Against my wishes our company is going to start processing E-Check
payments. (We're doing this ourselves not through a service.) I've
found info on validating the ABA routing numbers with js and CF. But
is there any way to "validate" a checking account number without
actually authorizing the transaction? I think there's a fee to even
authorize, and probably they won't be done "real-time". Just batched
later. Anyone have experience with E-Checks? Is the account number at
least a certain number of digits?

Thanks,
Greg

~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~|
Sams Teach Yourself Regular Expressions in 10 Minutes by Ben Forta
http://www.houseoff­usion.com/banners/vi­ew.cfm?bannerid=40

Message: http://www.houseoff­usion.com/lists.cfm/­link=i:4:177353
Archives: http://www.houseoff­usion.com/cf_lists/t­hreads.cfm/4
Subscription: http://www.houseoff­usion.com/lists.cfm/­link=s:4
Unsubscribe: http://www.houseoff­usion.com/cf_lists/u­nsubscribe.cfm?user=­13123.11886.4
Donations & Support: http://www.houseoff­usion.com/tiny.cfm/5­4
comment 3 answer | Add comment
Tricky SQL Joins :( Vivec 03:53:20
 Hello all.

I have 4 tables.

Registration (RegID,Name)
Costumes(Costid,Cos­tume Name)
Reg_Costumes(RCID,R­egID,CostID)
And Payments(PayID,Cost­ID,Amount)

Now , of course there can be several costumes for each registration.
Hence the Reg_Costumes table, to link them all together.

In the Payments Table , I have the CostID.And of course there can be
multiple Payments for each costume.

Now..the tricky part is..that I want to search on multiple fields,
from multiple tables.

If I stick to Registration,Costum­es, and Reg_Costumes everything works
just fine. But I need to limit the Results to either only contain
Costumes that have been Paid for, OR to just show all the costumes
regardless of whether they are paid for or not.

But, because there are multiple Payments in the Payments table, I get
multiple returns for the same Costume in the Results.

I've tried several join types, but nothing removes the 'duplicate'
rows when there is more than one payment in the Payments table for a
specific Costume ID.

I know there has to be an SQL solution, but I just can't figure it out :-\­

Can anyone who is more experienced assist?

Thanks :)­

~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble
Ticket application

http://www.houseoff­usion.com/banners/vi­ew.cfm?bannerid=48

Message: http://www.houseoff­usion.com/lists.cfm/­link=i:5:175545
Archives: http://www.houseoff­usion.com/cf_lists/t­hreads.cfm/5
Subscription: http://www.houseoff­usion.com/lists.cfm/­link=s:5
Unsubscribe: http://www.houseoff­usion.com/cf_lists/u­nsubscribe.cfm?user=­13124.11887.5
Donations & Support: http://www.houseoff­usion.com/tiny.cfm/5­4

comment 4 answer | Add comment
going loopy Dave 03:53:19
 ok maybe my scheduled task problem is in my loop

what would be the best loop 4 the job

it needs to loop through a query 1 record at a time
do an cfhttp request parse the results
enter it into a db
then do the next one


seems like they all just time out, like its trying to do them all at once instead of one at a time
any suggestions?



~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community.
http://www.houseoff­usion.com/banners/vi­ew.cfm?bannerid=37

Message: http://www.houseoff­usion.com/lists.cfm/­link=i:4:174163
Archives: http://www.houseoff­usion.com/cf_lists/t­hreads.cfm/4
Subscription: http://www.houseoff­usion.com/lists.cfm/­link=s:4
Unsubscribe: http://www.houseoff­usion.com/cf_lists/u­nsubscribe.cfm?user=­13123.11886.4
Donations & Support: http://www.houseoff­usion.com/tiny.cfm/5­4
comment 5 answers | Add comment
Oracle Assistance ColdFusion Developer 03:53:18
 I am in vast need of someone to take a MySQL Script and convert it to
an Oracle Script.

It is a script that creates tables and appends data to the table.
There are only maybe 8 to 10 tables and only 3 tables has any
records. And those records are only like one or two. With the
exception one table has maybe 38 records.

I have been trying to install Oracle from the download from Oracle
and it is not working and I am ready to pull every starnd of hair out.

Does anyone mind assisting me please?

Your help is greatly appreciated. Or does anyone know where I
can download a valid installation file for Oracle DB? I thought there
was a free one for development purposes.

Thanks!!


~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support
efficiency by 100%
http://www.houseoff­usion.com/banners/vi­ew.cfm?bannerid=49

Message: http://www.houseoff­usion.com/lists.cfm/­link=i:5:144194
Archives: http://www.houseoff­usion.com/cf_lists/t­hreads.cfm/5
Subscription: http://www.houseoff­usion.com/lists.cfm/­link=s:5
Unsubscribe: http://www.houseoff­usion.com/cf_lists/u­nsubscribe.cfm?user=­13124.11887.5
Donations & Support: http://www.houseoff­usion.com/tiny.cfm/5­4

comment 3 answer | Add comment
cfform problems with IE on Mac Matt Abdou 03:53:17
 We're developing an application that uses flash-format cfforms. It
looks great on IE on Windows, Firefox on Windows and Safari on Mac,
but not IE on Mac. For some reason with IE on the Mac (Panther 10.9)
the server generates the swf and sends the source to IE exactly the
same as Firefox and Safari, but IE never displays it...there's just an
empty space where the form should be. I've specified a height and
width for the cfform and have tried enclosing the cfform inside of a
table containing width and height attribues and a td containing width
and height attributes. The flash player on the mac is the most recent
version and we've tried this on multiple macs and multiple pc's with
the exact same results.

Anyone have any ideas?

- Matt

~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble
Ticket application

http://www.houseoff­usion.com/banners/vi­ew.cfm?bannerid=48

Message: http://www.houseoff­usion.com/lists.cfm/­link=i:4:205373
Archives: http://www.houseoff­usion.com/cf_lists/t­hreads.cfm/4
Subscription: http://www.houseoff­usion.com/lists.cfm/­link=s:4
Unsubscribe: http://www.houseoff­usion.com/cf_lists/u­nsubscribe.cfm?user=­13123.11886.4
Donations & Support: http://www.houseoff­usion.com/tiny.cfm/5­4

comment 3 answer | Add comment
cfoutput inside cfoutput with a string coming from a db Uwe Degenhardt 03:53:16
 Hi list,
I have a db-field
let us say "string_field".
Let us assume that this
field contains the followingexpression­ inside
the db-field:

Hello, my name is <cfoutput>#form.nam­e#</cfoutput>...

When I output that with:


<cfoutput>#a#</cfou­tput>

appears

Hello, my name is #form.name#....


So it doesn't work out as expected.

How can I show the paramater correctly
of #string_field#

Thanks for infos.

Uwe




~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~~~~~~~~~~~­~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoff­usion.com/banners/vi­ew.cfm?bannerid=67

Message: http://www.houseoff­usion.com/lists.cfm/­link=i:4:204642
Archives: http://www.houseoff­usion.com/cf_lists/t­hreads.cfm/4
Subscription: http://www.houseoff­usion.com/lists.cfm/­link=s:4
Unsubscribe: http://www.houseoff­usion.com/cf_lists/u­nsubscribe.cfm?user=­13123.11886.4
Donations & Support: http://www.houseoff­usion.com/tiny.cfm/5­4

comment 5 answers | Add comment

Add new topic:

How:  Register )
 
Логин:   Пароль:   
Комментировать могут: Премодерация:
Topic:
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или УК РФ.


QAIX > ColdFusionGo to page: « previous | 1 | 2 | 3 | 4 | 5 |