RE: Email Problem

2004-05-07 Thread Ciliotta, Mario
John, I just spoke the email support guys here and this is what they told me: "Our Exchange IMC's Strip it.. Only email sent directly from Outlook and do it - Email from apps cannot"  There is a way to do it but they will not tell. Mario -Original Message- From: Burns, John D [mailt

RE: Pages not showing in mx

2004-05-07 Thread Philip Arnold
> From: Janine Jakim > > I just set up a test mx box with a FB3 application. > Used the analyzer to check my cf5 pages- all came up clean > However, the browser is blank when I call the pages. Any > ideas of what I missed when I did the setup? Thanks, J When you View Source, is it completely bl

RE: UDF in Component?

2004-05-07 Thread Burns, John D
Ray, Thanks for the info.  That fixed it. :-) John -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Friday, May 07, 2004 9:50 AM To: CF-Talk Subject: RE: UDF in Component? Oh - no - that's wrong. :) You can't define a UDF in a UDF, or method in a method, or etc.

Re: cffile upload question

2004-05-07 Thread cf coder
I added  enctype="multipart/form-data" on the parent form window, I now get a different error. The form field "C:\Documents and Settings\assets.txt" did not contain a file" > Hello Everybody, > > I am working on a application to upload > attachments/files to the server using cffile. > > The inte

RE: Pages not showing in mx

2004-05-07 Thread Burns, John D
Is there anything in the source? John -Original Message- From: Janine Jakim [mailto:[EMAIL PROTECTED] Sent: Friday, May 07, 2004 9:57 AM To: CF-Talk Subject: Pages not showing in mx I just set up a test mx box with a FB3 application. Used the analyzer to check my cf5 pages- all came up

cffile upload question

2004-05-07 Thread cf coder
Hello Everybody, I am working on a application to upload attachments/files to the server using cffile. The interface is designed to allow the user to select one or more files to attach through a pop-up window. I am passing the list of files along with the complete file path the user has selected

Pages not showing in mx

2004-05-07 Thread Janine Jakim
I just set up a test mx box with a FB3 application. Used the analyzer to check my cf5 pages- all came up clean However, the browser is blank when I call the pages. Any ideas of what I missed when I did the setup? Thanks, J [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [

RE: UDF in Component?

2004-05-07 Thread Raymond Camden
Oh - no - that's wrong. :) You can't define a UDF in a UDF, or method in a method, or etc. Simply move the block outside the cffunction declaration. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: query question

2004-05-07 Thread Dick Applebaum
No, I mean something like:   select   count(ipAddressNumber) as vehicles   from vehicleTable v WHERE 0=0 AND vehicleTable.companyIdNumber = companyTable.companyIdNumber AND companyTable.crmGUID = account.accountId AND account.accountId = salesOrder.accountId AND salesOrder.salesOrderId = salesOr

RE: UDF in Component?

2004-05-07 Thread Burns, John D
My code looks like this (simplified version): type="string" default=""> function IsEmail(str) {     //supports new top level tlds if (REFindNoCase("^['_a-z0-9-]+(\.['_a-z0-9-]+)[EMAIL PROTECTED](\.[a-z0-9-]+) \.(([a-]{2,3})|(aero|coop|info|museum|name))$",str)) return TRUE; els

Re: Coldfusion and XML

2004-05-07 Thread Nick de Voil
Dave > I think I need to send an XML feed back to a client from the server, the > client machine is a touch screen that will remotely make a call to, I > think, a file on our webserver that will run a query on the database and > return the results - which I believe have to be in the form of an XML

RE: Coldfusion and XML

2004-05-07 Thread Tony Weeg
look @ to create the xml. maybe look @ cfhttp to make the call to the server to get the xml generated? maybe look @ using a cfmx webservice, and have the browser on the touch screen make a request to the webservice. some ideas? tony -Original Message- From: David Ashworth [mailto:[EMAI

repost from last night: query question

2004-05-07 Thread Tony Weeg
ok, in the two queries below, the salesOrderDetailId and the productId are different for each. the only thing in common is that they have the same companyIDNumber. however since that's not in the where clause, how can this return that both have a count of 1, where I know that the only one that has

RE: UDF in Component?

2004-05-07 Thread Ian Skinner
I would guess you would need to take the code from the UDF and make it a method of the Component.  Should be fairly straight forward, but I've never tried it. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Coldfusion and XML

2004-05-07 Thread David Ashworth
Forgive me if this is a very stupid question or in some way wrong, However, I think I need to send an XML feed back to a client from the server, the client machine is a touch screen that will remotely make a call to, I think, a file on our webserver that will run a query on the database and r

RE: UDF in Component?

2004-05-07 Thread Raymond Camden
You can place a UDF in the component, but it will be treated like a method. Tell me - how are you calling the function? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: DeMoronize for MX?

2004-05-07 Thread Deanna Schneider
Not sure about the demoronize, but I use this function to convert the extended characters to their corresponding html entities. Our CFMX is set up as unicode, so YMMV. That was one of the issues I saw with the conversion from 5.0 to MX - the way in which extended characters were interpreted by the

UDF in Component?

2004-05-07 Thread Burns, John D
I'm having trouble.  I have a component with a method (addEmail).  In that method, I receive an email address, check to make sure it's not already in the database and then add it.  I also want to add functionality for checking to make sure it's a valid email address.  I'm using the UDF IsEmail on C

RE: query question

2004-05-07 Thread Tony Weeg
did you mean or operators? I have ands in there... tony Tony Weeg sr. web applications architect navtrak, inc. [EMAIL PROTECTED] 410.548.2337 www.navtrak.net -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED] Sent: Friday, May 07, 2004 12:46 AM To: CF-Talk Subject:

ANNOUNCE: CFUN-04 interviews 13,14,15 - J2EE by Charlie Arehart, CMS by Bogdan Ripa, Variables by Hal Helms

2004-05-07 Thread Michael Smith
In these CFUN-04 Interviews * Charlie Arehart talks about his CFUN-04 session on    "Deploying CFML on J2EE: Opportunities and Challenges." * Bogdan Ripa talks about "Building a ColdFusion    CMS with MX Kollection" * Hal Helms talks about "Variables and Conditions" at the CF Bootcamp * Co

RE: http compression

2004-05-07 Thread Hugo Ahlenius
Have you tried that? That would, in practice, mean running the CF server on a different port, have the proxy listening on port 80 and compressing the requests? How much would that impact the server load? -- Hugo Ahlenius - Hugo Ahlenius 

RE: grouping output

2004-05-07 Thread Pascal Peters
Actually, he is using oracle and LEVEL is a system column when using CONNECT BY. It doesn't have to exist in the table.   > -Original Message- > From: Nando [mailto:[EMAIL PROTECTED] > Sent: vrijdag 7 mei 2004 10:13 > To: CF-Talk > Subject: RE: grouping output > > If you have a level fie

Re: disable back button when using div's

2004-05-07 Thread cf coder
thank you guys for your help. I decided to go with the server option. I'm checking to see if the record already exists in the database. If he does, I'm just alerting/displaying a message. Thanks again for your help. >cf coder said: >> >> I want to disable the 'back' button when the user sees >> th

Re: Securing CF Apps against SQL Injection & Cross Site Scripting

2004-05-07 Thread Thomas Chiverton
On Friday 07 May 2004 00:01 am, Andrew Grosset wrote: > Works great in IE, but Mozilla Firebird ignores cfheader and displays the *Really* ?!? :tests Bonkers. I'd stick a cfabort in after the cfheader, just to be sure anyway. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 8349

RE: grouping output

2004-05-07 Thread Nando
If you have a level field in your table, that is. Very handy to include. You could also define a style based on the level, dynamically set the class in a div tag for instance, and then do whatever is necessary in your style sheet for each level. ... -Original Message- From: Pascal Pete

RE: grouping output

2004-05-07 Thread Pascal Peters
Use "level" to determine the output SELECT *, LEVEL FROM NAVMENU START WITH MNUPARENT = 0 CONNECT BY PRIOR MNUPARENT=MNUCHILD #RepeatString("- ",qMenu.level)# #qMenu.MNUDISP# This is simple, but you can do more complicated things by using level > -Original Message- > From: [EMAIL PRO

RE: Firebird DBMS with CFMX

2004-05-07 Thread Nando
I just found a decent resource for this, in case anyone is interested. Should be able to work it out from here: http://forums.devshed.com/archive/t-65588 -Original Message- From: Nando [mailto:[EMAIL PROTECTED] Sent: Friday, May 07, 2004 5:45 AM To: CF-Talk Subject: RE: Firebird DBMS with

<    1   2