RE: Any reason why a file field can be submitted back to the page it's on?

2006-05-24 Thread Dave Watts
> I didn't say I couldn't live with it rather than use another > option...but I don't see why the W3C felt they had to force > that particular security element on everyone. > > It's the same problem I have with lawmakers telling me I have > to wear a helmet when I ride my motorcycle...it's my

RE: Any reason why a file field can be submitted back to the page it's on?

2006-05-24 Thread Dave Watts
> You mean that a malicious programmer could be hired by > someone to code web pages for them and then take advantage of > the person hiring them. Am I understanding? > > If that's the case, then I still think that burden should be > on the person hiring the programmer...get someone you > tru

RE: Query issues

2006-05-24 Thread Phillip Holmes
Doh! Wrong error message: i.e. if(arguments.intUserID EQ 0) { ret.success = false; ret.error = 'MISSING_ARGUMENT'; // blah blah blah return ret; } Warmest Regards, Phillip B. Holmes http://phillipholmes.com -Original Message- From: Cutter (CFRelated

RE: Query issues

2006-05-24 Thread Phillip Holmes
Most likely the 'default' attribute of your argument is set to "" and is not required. Change it to a numeric value. i.e. Then you can validate the argument above your query. i.e. if(arguments.intUserID EQ 0) { ret.success = false; ret.error = 'INCORRECT_DATATYPE'; //

Re: insert query error - ANY FIX IDEAS?

2006-05-24 Thread dave
" Yea that might be it .. i'll switch it up .. but wouldnt the error state THAT and not 'datatype mismatch' ??" It's microsoft so of course it wont.. here is a list, "name" is on there, I would check them all http://support.microsoft.com/default.aspx?scid=kb;en-us;286335 FYI~ I name all my t

Re: insert query error - ANY FIX IDEAS?

2006-05-24 Thread Joe Velez
Yea that might be it .. i'll switch it up .. but wouldnt the error state THAT and not 'datatype mismatch' ?? - Original Message - From: "dave" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Wednesday, May 24, 2006 8:48 PM Subject: re: insert query error - ANY FIX IDEAS? > I think some of you

Query issues

2006-05-24 Thread Cutter (CFRelated)
I have a query within a cfc that pulls an ID from a table record and tries to set the ID property of a bean. The ID field of the (MySQL) table is and int(11)unsigned primary key. The argument of the 'set' statement within my bean calls for a numeric value. I'm getting the following error from t

re: insert query error - ANY FIX IDEAS?

2006-05-24 Thread dave
I think some of your table names are reserved words in access.. like (name). I don't run access but I seem to recall Will having this problem. ~Dave the disruptor~ From: "Joe Velez" <[EMAIL PROTECTED]> Sent: Wednesday, May 24, 2006 11:44 PM To: CF-Talk S

insert query error - ANY FIX IDEAS?

2006-05-24 Thread Joe Velez
Here is a strange one. I'm running Access as the database. Before I get too much deeper the Format for the column is Yes/No (but the values are 1/0) -- So maybe I need to insert Yes or No instead of 1 or 0 ??? I'll try that I inserted "test" as a hard coded value in the last 2 columns s

RE: Any reason why a file field can be submitted back to the page it's on?

2006-05-24 Thread Rick Faircloth
> any malicious programmer could exploit it in their own web pages You mean that a malicious programmer could be hired by someone to code web pages for them and then take advantage of the person hiring them. Am I understanding? If that's the case, then I still think that burden should be on the

Re: OT: Google Goofiness?

2006-05-24 Thread Will Tomlinson
>So lets think about this for a minute... the links you had went to your old >site and had been there for awhile. Now you change the domain name We changed it to a domain with a major keyword in it. It worked great and increased our rankings to 1st/2nd page. > > > 1. I would asume you setup al

RE: Any reason why a file field can be submitted back to the page it's on?

2006-05-24 Thread Rick Faircloth
I didn't say I couldn't live with it rather than use another option...but I don't see why the W3C felt they had to force that particular security element on everyone. It's the same problem I have with lawmakers telling me I have to wear a helmet when I ride my motorcycle...it's my head...and it sh

Re: Textarea width

2006-05-24 Thread Tony
well... close but: but you prolly knew that. tw On 5/24/06, Marty Johll <[EMAIL PROTECTED]> wrote: > > > > > > Marty > > On 5/24/06, Coldfusion <[EMAIL PROTECTED]> wrote: > > > > Is there a way to specify a textarea field's columns to be 100% or the > > field > > size? > > > > > >

Re: OT: Google Goofiness?

2006-05-24 Thread Casey Dougall
You changed your domain name? As stated here a month ago... http://www.v7n.com/forums/google-forum/27993-need-help-google-rankings.html So lets think about this for a minute... the links you had went to your old site and had been there for awhile. Now you change the domain name 1. I would asu

Re: OT: Google Goofiness?

2006-05-24 Thread dave
didn't you just tell us there was none? oh wait... i had to IM u the trick to actually see lol ~Dave the disruptor~ From: Will Tomlinson <[EMAIL PROTECTED]> Sent: Wednesday, May 24, 2006 10:29 PM To: CF-Talk Subject: Re: OT: Google Goofiness? > wait i

Re: OT: Google Goofiness?

2006-05-24 Thread Will Tomlinson
> wait i just looked and its there with one other page which usually > means you havent set up the site to be properly indexed. Funny the > only other page that got indexed was www.luckydogvolleyball. > com/printableorderform.pdf Dillhole, There are 60 pages indexed Will

RE: ByteArray objects cannot be converted to strings -Help!

2006-05-24 Thread Phillip Holmes
Take a look at this. http://www.doughughes.net/index.cfm?event=viewEntry&entryId=89 Warmest Regards, Phillip B. Holmes http://phillipholmes.com -Original Message- From: R J Kvamme [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 24, 2006 8:20 PM To: CF-Talk Subject: ByteArray objec

Re: Textarea width

2006-05-24 Thread Marty Johll
Marty On 5/24/06, Coldfusion <[EMAIL PROTECTED]> wrote: > > Is there a way to specify a textarea field's columns to be 100% or the > field > size? > > > > > > ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:

re: OT: Google Goofiness?

2006-05-24 Thread dave
did u build it? cause that would explain it all! haha google is in the middle of big daddy update. google it and try to find the direct link to the big daddy server and see if you can find it. wait i just looked and its there with one other page which usually means you havent set up the site to

Textarea width

2006-05-24 Thread Coldfusion
Is there a way to specify a textarea field's columns to be 100% or the field size? ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241397 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription

OT: Google Goofiness?

2006-05-24 Thread Will Tomlinson
I built an affiliate tracker program a while back that works just fine. I give the affiliate a link with a URL token: AFFID=100, etc. The problem is, I don't think google is counting those affiliate sites as links pointing to ours. Well I KNOW it isn't, and I need to figure this out because tho

ByteArray objects cannot be converted to strings -Help!

2006-05-24 Thread R J Kvamme
update dt_lender_xml set done = '1', time_processed = #now()# where uuid = '#uuid#' I upgraded a server running some simple proceses from cf5 to cf7 and the uuid is a type uniqueident in sql2000. Works fine in 5 throws an error of "ByteArray objects cannot be con

Re: online paiment rates

2006-05-24 Thread Claude Schneegans
>>Payment Ooops... sorry ;-) ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241394 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubsc

Re: Session Variables

2006-05-24 Thread James Holmes
The best way to learn all of this is to read the manual. Application.cfc - http://livedocs.macromedia.com/coldfusion/7/htmldocs/1102.htm Session variables - http://livedocs.macromedia.com/coldfusion/7/htmldocs/1156.htm The CFAPPLICATION tag - http://livedocs.macromedia.com/coldfusion/7/h

Re: Session Variables

2006-05-24 Thread [EMAIL PROTECTED]
Ok. Good to know. Can I have multiple sessions going at once? Also, what is session management and all the other things in the cfapplication tag? Original Message: - From: Mike Kear [EMAIL PROTECTED] Date: Thu, 25 May 2006 10:11:59 +1000 To: cf-talk@houseoffusion.com Subject: Re:

Re: Session Variables

2006-05-24 Thread Mike Kear
Also one other thing. The session doesnt close in an hour (or whatever is set in the application tag) It closes in an hour of inactivity. As long as the user does something - clicks on a button or a nav link or something around the site, the session remains open. All day if required. That's

RE: Session Variables

2006-05-24 Thread [EMAIL PROTECTED]
Thanks for the info. :) Original Message: - From: Ian Skinner [EMAIL PROTECTED] Date: Wed, 24 May 2006 17:01:23 -0700 To: cf-talk@houseoffusion.com Subject: RE: Session Variables 1) Put these values in a session that closes in (let's say, an hour). 2) Recall the session variable

Re: Session Variables

2006-05-24 Thread [EMAIL PROTECTED]
Thanks. :) This helps. I'm using CF7. What happens if I don't lock a session variable? Original Message: - From: Mike Kear [EMAIL PROTECTED] Date: Thu, 25 May 2006 10:04:35 +1000 To: cf-talk@houseoffusion.com Subject: Re: Session Variables To set your variables, you'd do someth

Re: Session Variables

2006-05-24 Thread Mike Kear
To set your variables, you'd do something like this: Then you can use them in your output like this: The player #session.player# has a username of #session.username#. You can email at mailto:#session.email#";>#session.email# IF you want to see what's in the session variables at any moment,

Re: Session Variables

2006-05-24 Thread Matt Williams
#session.Player# The timeout is controlled either by the CF Administrator or the Application.cfm / .cfc file. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241387 Archives: http://www.houseoffusion.com/cf_lists/th

RE: Session Variables

2006-05-24 Thread Ian Skinner
1) Put these values in a session that closes in (let's say, an hour). 2) Recall the session variable (I assume it would be something like.. #session.username# or something like that. Can someone help me out? :) Some pretty basic questions covered very well in the documentation. #session.

Re: aba number lookup web service

2006-05-24 Thread Alan Rother
It is tough being me =] -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7 Developer ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241385 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/

Session Variables

2006-05-24 Thread [EMAIL PROTECTED]
How do I set up a session variable and then reccall it? I.e. I want to store 4 things in session variables. Player, Position, Email and Username. How would I write a statement for... 1) Put these values in a session that closes in (let's say, an hour). 2) Recall the session variable (I assume it

Re: cflogin and load balancing

2006-05-24 Thread Dave Ross
Win2k3 will do sticky sessions when clustered using NLB -Dave >A hardware load balancer that provides for sticky sessions will work, >if you can afford it. > >On 3/23/06, wolf2k5 <[EMAIL PROTECTED]> wrote: > >-- >CFAJAX docs and other useful articles: >http://jr-holmes.coldfusionjournal.com/ ~~~

RE: aba number lookup web service

2006-05-24 Thread Tim Do
Thanks Alan! You rock! -Original Message- From: Alan Rother [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 24, 2006 3:33 PM To: CF-Talk Subject: Re: aba number lookup web service Try this. http://www.webservicex.net/FedACH.asmx?wsdl"; method="getACHByRoutingNumber"> The last arg

RE: Better way to describe a menu.

2006-05-24 Thread Ian Skinner
Thanks Ben, Yeah I'm very aware of XML and "special" characters. I just finished a task to allow MS-Word/International characters to survive through an entire XML process. Lots of "encoding" this and "charset" that. When this gets plugged into a larger system, I'll probably just xmlFormat it

RE: Better way to describe a menu.

2006-05-24 Thread Ben Nadel
Ian, I like the way you think, but just be careful (for this method, or the larger XML method) that there are certain special Xml characters that cannot be used. Obviously, for the small sample, its not an issue, but be aware of links that will have "&" characters in the HREFs or anything like th

RE: Better way to describe a menu.

2006-05-24 Thread Ian Skinner
Well I tweaked on the XML idea and said to myself, "Hey silly, HTML should also be valid XML so don't re-invent so much of the wheel." I then came up with this for my XML: A Link B Link Sublink 1 Sublink 2 Sublink 3 C Link Then I just refer

Re: online paiment rates

2006-05-24 Thread Jordan Michaels
Claude Schneegans wrote: > Hi, > > Are some of you offering on line paiment for your customers? > Depending on the paiment institution, there are month fees, transaction > fees, plus what the credit card will charge the merchant. > > I intend to offer a simple package to my customers, all include

Re: aba number lookup web service

2006-05-24 Thread Alan Rother
Try this. http://www.webservicex.net/FedACH.asmx?wsdl"; method="getACHByRoutingNumber"> The last argument is the return var for the object that is this webservice. Don't decalre the returnVariable in the cfinvoke tag. This method returns an object so you'll need to navigate through it to

Re: Better way to describe a menu.

2006-05-24 Thread David Crean
>>>and HOVER states for the LI's that had sub-menus (sub-Uls). > >I gave up using the HOVER for the items animation. There are too many >issues with browsers, >especially IE, which does not complies to standard, and also FF, which >does complies to standard, >the problem being the idiot standard

aba number lookup web service

2006-05-24 Thread Tim Do
Can anybody refer me to a webservice to pass in a aba number and return bank info? I've tried several but all seem to get errors of some sort. http://www.webservicex.net http://www.lyonsreg.com/products/ or is something wrong with my syntax?? http://www.webservicex.net/FedACH.asmx?WSDL"; meth

RE: Dumping query info after running query

2006-05-24 Thread Dave Watts
> Ray Camden blogged about this just yesterday. > http://.../Ask-a-Jedi-Saving-a-Dump-for-Later I like Ray and all, but you couldn't pay me to click on that link. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instructi

RE: Verity and ""summary"" displaying variable names, not values

2006-05-24 Thread Dave Watts
> Tom, is the vspider installed with CF by default, as in: > Do I have the ability to use VSpider on a shared hosting > solution (say, CrystalTech)? > > Do I need to share the 250,000 documents with the other > people in the shared environment? I'm no Tom Jordahl - trust me - but the answers to

RE: Any reason why a file field can be submitted back to the page it's on?

2006-05-24 Thread Dave Watts
> Yep...looks like you're absolutely right...resubmission > deletes the value from the field...bummer...I undestand the > security risk, but this is a secured area, I'm the only > programmer, so the risk is practically non-existent. > > Seems to me the choice to take the risk should be mine...

RE: online paiment rates

2006-05-24 Thread Kevin Aebig
Payment ;) !k -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: May 24, 2006 2:38 PM To: CF-Talk Subject: online paiment rates Hi, Are some of you offering on line paiment for your customers? Depending on the paiment institution, there are month fees, transact

Re: Currency Converter

2006-05-24 Thread Mike Little
thanks guys for all your suggestions. i will have a good look at each option today. mike >I can defo recommend www.xe.com its excellent. > >Jose Diaz > > >On 5/22/06, Adkins, Randy <[EMAIL PROTECTED]> wrote: >> ~| Message: htt

Re: Any reason why a file field can be submitted back to the page it's on?

2006-05-24 Thread Jochem van Dieten
Rick Faircloth wrote: > IMHO...too much W3C control exercised... If you don't like it, choose another option. It is your own choice to use HTML. There are plenty of other options you can use that put the security line in a different place. Only thing is that people usually are very reluctant to

RE: Better way to describe a menu.

2006-05-24 Thread Dave Francis
Is this the link you're looking for? http://more.ericmeyeroncss.com/ -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 24, 2006 3:49 PM To: CF-Talk Subject: RE: Better way to describe a menu. Yeah, someone at my office did it completely with nested

online paiment rates

2006-05-24 Thread Claude Schneegans
Hi, Are some of you offering on line paiment for your customers? Depending on the paiment institution, there are month fees, transaction fees, plus what the credit card will charge the merchant. I intend to offer a simple package to my customers, all included. If you have some similar policy, wh

Re: Better way to describe a menu.

2006-05-24 Thread Claude Schneegans
>>To do this, I need a data form to describe the menu that I can pass to the custom tag that builds my HTML. Ok, I also used a database approach, with a CF_buildMenu tag that builds every submenu recursively. So that you only call it once. This is nice if you also have an onlime menu editor (w

Re: Verity and ""summary"" displaying variable names, not values

2006-05-24 Thread Jerry Johnson
Tom, is the vspider installed with CF by default, as in: Do I have the ability to use VSpider on a shared hosting solution (say, CrystalTech)? Do I need to share the 250,000 documents with the other people in the shared environment? On 5/24/06, Tom Jordahl <[EMAIL PROTECTED]> wrote: > We ship the

Re: cflogin and load balancing

2006-05-24 Thread dcooper
Just to complete this thread, since it's been linked to by several folks: One customer in particular had issues ad we walked them through their code issues. In particular, the following problems were found that prevented CFLOGIN working in a clustered environment: - There are nested cflogin ta

Re: Better way to describe a menu.

2006-05-24 Thread Jim Wright
One method I've used on the db side is to have a field to sort on that contains the hierarchy...something like... hierarchy 1 1.1 1.2 1.2.1 1.2.2 2 2.1 2.2 etc then when returning the menu, you can simply sort on that field, and all of your menu items are in the correct order to spit out the me

Re: Better way to describe a menu.

2006-05-24 Thread Claude Schneegans
>>and HOVER states for the LI's that had sub-menus (sub-Uls). I gave up using the HOVER for the items animation. There are too many issues with browsers, especially IE, which does not complies to standard, and also FF, which does complies to standard, the problem being the idiot standard ;-) Th

Re: Verity and ""summary"" displaying variable names, not values

2006-05-24 Thread Tom Jordahl
We ship the Verity vspider executable with CFMX and you are licensed to use it on localhost URLs. We even document it. http://livedocs.macromedia.com/coldfusion/7/htmldocs/1781.htm If this doesn't cut it, you can buy a license from Verity explicitly for CF customers to expand vspider to wo

Re: Any reason why a file field can be submitted back to the page it's on?

2006-05-24 Thread Bryan Stevenson
>I see your point...but what about the fact that it's behind > a secured area, with only certain people who have access, > and only certain programmers (me, in this case) who have > access to the code? > > If my client and I both agreed to take the risk, why shouldn't > we be able to choose to? B

CFUNITED-06 interview 21: Douglas Ward - Fundamentals of Good Usability

2006-05-24 Thread Michael Smith
In this issue of ColdFusion conference and training news: * Current Prices expire 6/16/06 * Registration packages mailing next week * NEW Scheduler Program * Saturday repeat announced * new CFMX 7 update class CF209 6/13/06 * CFUNITED blog released * CFLive - Thursday 12:30pm - Simon Horwith Leader

RE: Better way to describe a menu.

2006-05-24 Thread Ben Nadel
Yeah, someone at my office did it completely with nested UL list and HOVER states for the LI's that had sub-menus (sub-Uls). It was pretty cool. Not exactly 100% cross-browser. More FireFox friendly, but very cool. I wish I had a link to send you. ... Ben Nadel Web Developer

Re: Dumping query info after running query

2006-05-24 Thread Rob Wilkerson
Sorry, I was referring to the structure that's returned in the variable specified by the result attribute, but I wasn't nearly as clear as I should have been. On 5/24/06, Rick Root <[EMAIL PROTECTED]> wrote: > the info I'm looking for can't be found in the query results. > > Actually I found it he

Re: Dumping query info after running query

2006-05-24 Thread Rick Root
the info I'm looking for can't be found in the query results. Actually I found it here, thanks to ray camden (this is a different blog entry from the other response to this thread) http://ray.camdenfamily.com/index.cfm?mode=entry&entry=1CEE22D9-B4B6-62CD-1AC9A7C42D02ACFC Turns out that if you a

Re: Dumping query info after running query

2006-05-24 Thread Joelle Tegwen
Ray Camden blogged about this just yesterday. http://ray.camdenfamily.com/index.cfm/2006/5/23/Ask-a-Jedi-Saving-a-Dump-for-Later Joelle Rick Root wrote: > How can I dump query debugging data to email? > > I want to see the running time, the SQL executed, parameters, etc- > everything that would n

Re: Dumping query info after running query

2006-05-24 Thread Rob Wilkerson
You should be able to iterate over the structure to display the key/value pairs. On 5/24/06, Rick Root <[EMAIL PROTECTED]> wrote: > How can I dump query debugging data to email? > > I want to see the running time, the SQL executed, parameters, etc- > everything that would normally show up when you

Dumping query info after running query

2006-05-24 Thread Rick Root
How can I dump query debugging data to email? I want to see the running time, the SQL executed, parameters, etc- everything that would normally show up when you turn on debugging. Rick ~| Message: http://www.houseoffusion.com/l

RE: Any reason why a file field can be submitted back to the page it's on?

2006-05-24 Thread Rick Faircloth
IMHO...too much W3C control exercised...but I won't make a final judgment...I'm sure there are aspects of the issue I haven't considered. Thanks for the insight! Rick -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 24, 2006 2:27 PM To: CF-Talk Subject:

RE: Coldfusion and plesk 7.5

2006-05-24 Thread Emmet McGovern
Forgive me for asking you this again but you're sure you turned off plesk's built in firewall. Another question. Do you have the CF plugin for plesk or are you installing cf server wide for all physical hosts? If you intend to use ColdFusion support in Plesk, ColdFusion should be installed on

Re: Application busy initializing. Try again later.

2006-05-24 Thread Dante Orlando
Please disregard. We found the problem and it doesn't appear to be related to CF. Sorry for the confusion... -dante On 5/24/06, Dante Orlando <[EMAIL PROTECTED]> wrote: > > "Application busy initializing. Try again later." > > Who has seen this error when requesting wsdl from a CFMX 7 server on

RE: Better way to describe a menu.

2006-05-24 Thread Ian Skinner
My approach was to use - a standard HTML list for the menu items, with standard HTML links, - a CSS file to describe the display, - some JavaScript functions for the dynamics of the menu. Advantages are that all your sub pages are easily indexed by robots, and if you use the same HTML list with n

Re: Paymentech

2006-05-24 Thread Crow T. Robot
Oh. I'm just a lowly programmer who makes no business decisions. :) I was just handed the problem of creating the script to connect to the gateway. The client had picked them out before we even got involved. Sorry. Adkins, Randy wrote: > I can not find any place that indicates they fee struc

Adobe partnerships?

2006-05-24 Thread Bryan Stevenson
Hey All, Anyone have a link/info on partnership programs with Adobe (like there was with Macromedia)? I found some pre-merger Adobe partner pages, but nothing about the old style CF partnerships Thanks Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group

RE: Paymentech

2006-05-24 Thread Adkins, Randy
I can not find any place that indicates they fee structure -Original Message- From: Crow T. Robot [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 24, 2006 2:47 PM To: CF-Talk Subject: Re: Paymentech Yep. Randy Messer wrote: > Anyone have experience integrating paymentech with CF? > >

Re: Better way to describe a menu.

2006-05-24 Thread Claude Schneegans
>>Can anybody suggest a cleaner and/or more efficient way to describe a nested menu? My appraoch was to use - a standard HTML list for the menu items, with standard HTML links, - a CSS file to describe the display, - some Javascript functions for the dynamics of the menu. Advantages are that all

Re: Paymentech

2006-05-24 Thread Crow T. Robot
Yep. Randy Messer wrote: > Anyone have experience integrating paymentech with CF? > > ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241344 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription

Re: Verity and "summary" displaying variable names, not values

2006-05-24 Thread Crow T. Robot
I've since looked into Zoom. Pretty cool, does the job. It won't index it every x days/hours/whatever, but it's just a "brochure" site anyways. Content will change about once a year. http://www.wrensoft.com/zoom/ No worries, thanks for the attempt. Jerry Johnson wrote: > Here is what happe

Re: Verity and "summary" displaying variable names, not values

2006-05-24 Thread Jim Wright
You still may be able to do something like this...see modifications below... I'm not sure if that is a valid use of the type="Custom", as I've only used it for indexing database output. ~| Message: http://www.hou

Paymentech

2006-05-24 Thread Randy Messer
Anyone have experience integrating paymentech with CF? ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241341 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lis

RE: Any reason why a file field can be submitted back to the page it's on?

2006-05-24 Thread Ian Skinner
If my client and I both agreed to take the risk, why shouldn't we be able to choose to? My point is, in this case, the hacker couldn't access the file field, so there would be no vulnerability...unless, of course, he hacked into the secured area, which is possible, but still a risk I think shou

Re: Verity and "summary" displaying variable names, not values

2006-05-24 Thread Jerry Johnson
Here is what happens when you don't look at the code first. Our system pulls down the pdf files into a local folder, then runs the index, but We cheat. We use a local Key key="g:\production\opinions\mi\coaunpub\20060523_C256194_50_256194O.ON.PDF" and an external URL urlpath="http://courtofa

Re: db query

2006-05-24 Thread Michael Traher
update yourtable set emailCol = substring(emailCol,2,LEN(emailCol)) where emailCol like '\'%' Now you need to pin down that where clause first, with a select statement to make sure you match the correct rows. I don't use MS SQL so I'm not sure how you escape a single quote. Someone on the list

RE: Any reason why a file field can be submitted back to the page it's on?

2006-05-24 Thread Ian Skinner
Where along the food chain does this get decided? Is it an OS thing, or CF? Browser? Rick HTML W3C Standards. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA - | 1 | | - Binary Soduko | | | - "C code. C code run. Run

RE: Better way to describe a menu.

2006-05-24 Thread Ian Skinner
Thanks, Barney, Josh and Ben. I think I like the XML style at first blush. I had thought of XML, but did not follow it through to see how it might look. The example does seem more natural. I'll give it a try. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramen

RE: db query

2006-05-24 Thread Mark A Kruger
Ken... Brian helped you out, you just have to do a little query writing... Update mytable Set email = substring(email,2,len(email)) Where email LIKE '''%' Since a single quote is never a part of an amail you could also do... Set email = replace(email,,'') -Mark -Original Message-

RE: Any reason why a file field can be submitted back to the page it's on?

2006-05-24 Thread Rick Faircloth
I see your point...but what about the fact that it's behind a secured area, with only certain people who have access, and only certain programmers (me, in this case) who have access to the code? If my client and I both agreed to take the risk, why shouldn't we be able to choose to? My point is, i

Application busy initializing. Try again later.

2006-05-24 Thread Dante Orlando
"Application busy initializing. Try again later." Who has seen this error when requesting wsdl from a CFMX 7 server on Windows? What is the problem, and what did you do to resolve it? This error seems to be ocurring randomly, and with increasing frequency on at least one of my machines. At first I

RE: Any reason why a file field can be submitted back to the page it's on?

2006-05-24 Thread Rick Faircloth
Well now...I don't want to be wide open on all fronts...but I think whether or not to expose myself and client to a certain security risk for the benefits should be our decision. Where along the food chain does this get decided? Is it an OS thing, or CF? Browser? Rick -Original Message

Re: db query

2006-05-24 Thread Ken
Thanks Brian. But what i am looking for is an update statement to strip all the single quotes from the emailaddress column. - K On 5/24/06, Brian Polackoff <[EMAIL PROTECTED]> wrote: > You can try.. > > select substring(emailCol,2,LEN(emailCol)) from tablename > > Hope it helps! > > -Brian- > > >

RE: db query

2006-05-24 Thread Brian Polackoff
You can try.. select substring(emailCol,2,LEN(emailCol)) from tablename Hope it helps! -Brian- -Original Message- From: Ken [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 24, 2006 2:05 PM To: CF-Talk Subject: db query Hii. I have a number of email addresses in my db that start with

Re: Any reason why a file field can be submitted back to the page it's on?

2006-05-24 Thread Bryan Stevenson
Yep...gotta agree with Ian. Now Rick if you really want to control your own security decisions, just install any version of Windows on a connected machine and do not install any SPs or patches... Enjoy ;-) Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems G

db query

2006-05-24 Thread Ken
Hii. I have a number of email addresses in my db that start with a single quote. Like this: '[EMAIL PROTECTED] '[EMAIL PROTECTED] etc. I need to run a query to strip off all the ' single quotes out of the email addresses. I am using MS SQL 2000. Please help.

Re: Better way to describe a menu.

2006-05-24 Thread Barney Boisvert
I'm with Ben. Just make sure you carefully consider whether a menu item has a submenu (as Ben's example shows) or submenus are menuitems themselves. The former lets you assign a link to something with a subment (so you can either click it to do something, or go to it's children), while the latter

Re: Better way to describe a menu.

2006-05-24 Thread Josh Nathanson
Maybe you could use 2 2 dimensional arrays, might be a little less clunky. Then you could do something like: menutext = arrayNew(2) menulink = arrayNew(2) menutext[1][1] = "text" menulink[1][1] = "link" menutext[2][1] = "text2" menulink[2][1] = "link2" menutext[2][2] = "text2subtext1" menulink[

Re: Verity and "summary" displaying variable names, not values

2006-05-24 Thread Crow T. Robot
OK, done that, or I should say this is running in the background right now. One thing I'm confused about though. In the following snippet of code, isn't the collection "veritysearch" just constantly reindexing itself? So, it would only reindex the last "spidered" page? After this

RE: Better way to describe a menu.

2006-05-24 Thread Ben Nadel
What about XML style: A link http://www.google.com A link http://www.google.com Sub A link http://www.google.com Sub A link http://www.google.com A l

Re: Solved: RE: Any reason why a file field can be submitted back to the page it's on?

2006-05-24 Thread Bryan Stevenson
>I wish I could get the file field variable passed as a URL string back > to the page, then perhaps I could re-insert it into the file field...??? > > Rick Nopefor security reeasons already mentioned (and trust me...I tried heard once) ;-) Bryan Stevenson B.Comm. VP & Director of E-Commerce

RE: Any reason why a file field can be submitted back to the page it's on?

2006-05-24 Thread Ian Skinner
Seems to me the choice to take the risk should be mine... Rick But the risk isn't to you the programmer. This is not a security hole for some hacker to get into a website. It would be a hole for a hacker to use a website to get to a client's computer data. If the option existed, I could cre

Better way to describe a menu.

2006-05-24 Thread Ian Skinner
I'm trying to create dynamic menu that can be easily described in a variable. My first attempt feels very clunky. Can anybody suggest a cleaner and/or more efficient way to describe a nested menu? My first Attempt: menu = arrayNew(1); menu[1] = structNew(); menu[1].text = "A link"; menu[1].lin

RE: Removing access db lock...

2006-05-24 Thread Adkins, Randy
Run a query that throws an error is one way SELECT NOTHING_HERE_BUT_LOCK FROMSOME_TABLE_NAME -Original Message- From: Les Irvin [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 24, 2006 1:21 PM To: CF-Talk Subject: Removing access db lock... How can one programmatically remove an Ac

RE: Solved: RE: Any reason why a file field can be submitted back to the page it's on?

2006-05-24 Thread Rick Faircloth
I wish I could get the file field variable passed as a URL string back to the page, then perhaps I could re-insert it into the file field...??? Rick -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 24, 2006 1:03 PM To: CF-Talk Subject: RE: Solved: RE: Any

Removing access db lock...

2006-05-24 Thread Les Irvin
How can one programmatically remove an Access db lock using CFMX7? CFUSION_DBCONNECTIONS_FLUSH() does not seem to work. Thanks, Les ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241318 Archives: http://www.houseoff

Re: Verity and "summary" displaying variable names, not values

2006-05-24 Thread Crow T. Robot
Well, in this particular case, there are no pages with query strings, luckily. Just plain ole .cfm pages. I think that Jerry's idea might just work as a patch until I get my new dedicated server up and running here. Jim Wright wrote: > I just had a thought, to spoof a "spidering" the list of f

  1   2   >