Encrypting URLs

2004-05-21 Thread Les Irvin
What's the best way to encrypt URL variables?  For example, I'm passing an ID number but do not want it recognizable in the URL The "encrypt" function doesn't seem to work as it creates reserved url characters. Thanks in advance for any help, Les [Todays Threads] [This Message] [Subscrip

RE: user control - permissions - roles...

2004-05-21 Thread Mike Kear
[Original message]--- From: Nick Han [mailto:[EMAIL PROTECTED] Sent: Saturday, 22 May 2004 6:51 AM <<< roles-based.  Problem with relying on roles is that when you need to allow another role to insert or update, you have to go through the templates where  inserts or updates are ref

RE: user control - permissions - roles...

2004-05-21 Thread Mike Kear
[Original message]--- From: Nick Han [mailto:[EMAIL PROTECTED] Sent: Saturday, 22 May 2004 6:51 AM <<< roles-based.  Problem with relying on roles is that when you need to allow another role to insert or update, you have to go through the templates where inserts or updates are ref

Hosting statement questioned

2004-05-21 Thread C. Hatton Humphrey
Okay, one of the admins on the shared hosting that I use made the following statement: "I believe you can use ASPImage and ASPJpeg from Cold Fusion. These are powerful image manipulation components. If you can't use them, we'll consider installing that Tag" He's referring to the CFX_Image DLL tha

RE: Developing on XP Home Edition

2004-05-21 Thread C. Hatton Humphrey
> Does anyone here develop CF on XP Home Edition? I remember reading about a > problem > there, so i'm asking. I'm going to be away for a few weeks and want to > shift my dev > environ to a friend's laptop temporarily. I'm running a developer environment on XP Home - running CF Server Developer, S

Developing on XP Home Edition

2004-05-21 Thread Nando
Does anyone here develop CF on XP Home Edition? I remember reading about a problem there, so i'm asking. I'm going to be away for a few weeks and want to shift my dev environ to a friend's laptop temporarily. Nando [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Se

Re: Don't mean to be picky

2004-05-21 Thread Don
>We just converted what had been a >totally table-based layout to pure CSS in the past couple weeks and it >was a breeze. So, end result = from ( bl <--> pres ) to   ( bl    <>    pres ) yes? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: user control - permissions - roles...

2004-05-21 Thread Jim
CT> i'm looking for any example how to create an user control with roles CT> permissions... like Administrator is God, Managers could insert and CT> change, SK8er Boy could only view certain aspects from appl Hal Helms has a good technique here: http://halhelms.com/writings/ProposedSecurityMo

RE: HoF articles

2004-05-21 Thread Dave Watts
> I've got a problem. I've been writing articles for the front > of the HoF site and it was all good. I moved the articles to > a DB (part of a blog project) and the ends of some articles > have been chopped off. If anyone here has copies of the > articles, please send them to me. The one in pa

HoF articles

2004-05-21 Thread Michael Dinowitz
I've got a problem. I've been writing articles for the front of the HoF site and it was all good. I moved the articles to a DB (part of a blog project) and the ends of some articles have been chopped off. If anyone here has copies of the articles, please send them to me. The one in particular is: I

excel files

2004-05-21 Thread Matt Robertson
What I really need is a dsn that is an excel file.  That would save me the trouble of building a thing that imports excel data, and exports it when the short-term, low-volume job I have to do is complete. I tried out the howto's in this thread (the MM support and MSDN IN clause article) and got g

RE: Setting up DSN's without using CFAdmin.

2004-05-21 Thread Barney Boisvert
If your machine doesn't acknowledge the JRE, you might need to reboot, or at least log off and log on to cycle explorer.  Furthermore, the browser applets only work if you have RDS installed on the server.  They'll load, and then tell you they can't connect if you don't have RDS access. You can ea

Setting up DSN's without using CFAdmin.

2004-05-21 Thread Darren Adams
Hi,  Just install CFMX at home for a bit of fun however I can't seem to get the datasource setup page in CFAdmin to work correctly.  The directory browser that you use to located your desired database is not there and instead I get a message telling me that the component does not work and I need th

RE: Get File Info

2004-05-21 Thread Barney Boisvert
If you've got a JRE installed on CF, then you can just use java.io.File to do it.  Have to double check, I think this is the right syntax: File = createObject("java", "java.io.File"); File.init(path_to_file); fileSize = File.length(); Cheers, barneyb > -Original Message- > From: Michael

Get File Info

2004-05-21 Thread Michael Dinowitz
Is there a CFX tag (has to work on CF 5) that can take a file name and return it's physical size? CFDIRECTORY can be used, but it's slow on large directories. I know the tag exists, but can't remember at the moment. Thanks [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [

Re: OT: DW Extension

2004-05-21 Thread me
On Fri, 21 May 2004 14:49:22 -0700, "Barney Boisvert" wrote: > Somewhat off topic, but though I might be able to save > myself a bunch of > work.  I'm looking to build a panel extension that > lists the tags at the > second level of a document, kinds of like a horizontal > slice of the entire > DO

OT: DW Extension

2004-05-21 Thread Barney Boisvert
Somewhat off topic, but though I might be able to save myself a bunch of work.  I'm looking to build a panel extension that lists the tags at the second level of a document, kinds of like a horizontal slice of the entire DOM tree.  Secondly, clicking one of the tags should jump to the appropriate p

RE: Don't mean to be picky

2004-05-21 Thread Barney Boisvert
I assume it's a jab at the fact that FB3's nested layouts cater VERY well to table-based layouts, while they don't specifically help CSS-based layouts (though they certianly don't hinder either). However, I totally agree with you.  We just converted what had been a totally table-based layout to pu

Re: Don't mean to be picky

2004-05-21 Thread Howard Fore
Huh? I don't understand what you mean. I use a ton of CSS with FB3 and have no problems. Where's the deficiency? -- Howard Fore, [EMAIL PROTECTED] On May 21, 2004, at 12:58 PM, Chunshen (Don) Li wrote: > Has anyone looked into the deficiency of CSS for presentation (with a > twist if necessary

Re: Evaluating Strings

2004-05-21 Thread Jennifer Schlender
That worked PERFECT! I have struggled with this for a while and no one has been able to help :-( Thanks! >After the strings all pass the RE, do something like this (shot from the >hip, with no testing): > > > >   >   >   >    >   >    >   > > > >   >    >    >    >   > > 

RE: Javacript Onclick Question - closing it

2004-05-21 Thread Casey C Cook
Thanks for the replies Barney.  Im not getting this code to work, but then again Im just kindof hacking at the _javascript_.  I think you got me 90 percent of the way there, I know what your trying to do with the code below, but just not sure how exactly to implement it. I appreciate your help.

RE: user control - permissions - roles...

2004-05-21 Thread Burns, John D
Using the ones in between the 10s would only be for a special case. Other than that, you'd just have your basic 10 (0,10,20...90).  You don't have to give each user their own role.  It depends on the app and the needs.  I just know that I've thought too small in the past and it ended up coming back

Re: user control - permissions - roles...

2004-05-21 Thread Nick Han
I would recommend using permission objects-base framework over roles-based.  Problem with relying on roles is that when you need to allow another role to insert or update, you have to go through the templates where  inserts or updates are referenced and change the code.  Very inflexible.  But if yo

RE: Evaluating Strings

2004-05-21 Thread Barney Boisvert
After the strings all pass the RE, do something like this (shot from the hip, with no testing):                                            message="the #prefix##num# serial is invalid" />              the serials are all valid Cheers, barneyb > -Orig

RE: user control - permissions - roles...

2004-05-21 Thread Spectrum WebDesign
Thanx John but using your suggestion maybe our code will become very hard to maintain... Look this: Click here to edit this record Click here to delete this record Why you don't use Group Roles? Thanx once more again - Original Message - From: "Burns, John D" <[EMAIL PROTECTED]> D

Evaluating Strings

2004-05-21 Thread Jennifer Schlender
I have 4 text fields all named serialnum. When the user enters their serial numbers, on the next page I make sure that the numbers match to a corresponding regular _expression_. If one does not match, then the user is notified that they entered a wrong serial number and should enter it again. I

CFTree on CF 5 Question

2004-05-21 Thread E C list
I know this has probably been discussed before, but I am not finding the answer to this.   I use Java 1.4.02_03 on my Windows XP machine.  I am trying to make use of some code that utilizes CFTree/cftreeitem, but it seems to be seriously broken (I know the code used to work a year or two ago).  I

RE: user control - permissions - roles...

2004-05-21 Thread Burns, John D
The body of your email message is over 100 lines. Unless you are a major writer, your probably adding a lot of the previous replies. Please trim your posts when replying. Thank you. isn't flexible enough for me. You have limited control over your querying of that data...only the functions

RE: user control - permissions - roles...

2004-05-21 Thread Burns, John D
isn't flexible enough for me.  You have limited control over your querying of that data...only the functions provided in CF.  I do a user table, a role-name table and a user-role table.  The user table holds basic user info.  The role-name table holds info about the role (name, description, etc). 

RE: user control - permissions - roles...

2004-05-21 Thread Tony Weeg
heck. what am I thinking? isnt there a isUserInRole() function in cf, that will check that kinda stuff to? to all list people:  in your role based security applictions, how have you done it? with isUserInRole(), and cflogin, etc? tw -Original Message- From: Tony Weeg [mailto:[EMAIL P

RE: user control - permissions - roles...

2004-05-21 Thread Tony Weeg
its up to you, really. I guess you could cfcase/cfswitch it, as well. tw -Original Message- From: Spectrum WebDesign [mailto:[EMAIL PROTECTED] Sent: Friday, May 21, 2004 3:42 PM To: CF-Talk Subject: RE: user control - permissions - roles... Thanx good... great job... but the thousands

RE: user control - permissions - roles...

2004-05-21 Thread Spectrum WebDesign
Thanx good... great job... but the thousands cfif's still need? Thanx for your time. - Original Message - From: "Tony Weeg" <[EMAIL PROTECTED]> Date: Fri, 21 May 2004 15:30:10 -0400 To: CF-Talk <[EMAIL PROTECTED]> Subject: RE: user control - permissions - roles... easiest way is in your u

Re: CSS 'focus' in IE

2004-05-21 Thread Nate Petersen
Check out the following link for what is probably the best, simplest, most painless method to use the :focus pseudo-class in IE. http://www.htmldog.com/articles/suckerfish/focus/ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Java and CF

2004-05-21 Thread Guy Rish
Trevor, Custom class loader.  Use a custom class loader with the factory pattern to instantiate all of the Java classes.  It means you'll only ever use the createObject once - to load the custom class loader/factor.  After that you use the factory's create method to load a Java class. You can get

RE: user control - permissions - roles...

2004-05-21 Thread Tony Weeg
easiest way is in your usertable, where you store usernames/passwords, have a roleId, and then when they login and you process the login information, you can set a session variable, that is their roleId, and then base some permissions around that value. how? you can cfif yourself to death, Yo

Java and CF

2004-05-21 Thread Trevor Holm-Laursen
Hi All, We have numerous clients that we have developed sites for where there has been times when a java solution may have been easier then what we did but they are all in shared hosting environments.  Is there any way to write java classes, compile them and place them in the clients webroot, and

user control - permissions - roles...

2004-05-21 Thread Spectrum WebDesign
Hi all i'm looking for any example how to create an user control with roles permissions... like Administrator is God, Managers could insert and change, SK8er Boy could only view certain aspects from appl Please do you have any example? Thanx in advance. -- __

RE: Portable datatypes, revisited

2004-05-21 Thread Tyler Clendenin
Are you using VB.NET cause if you are then the QueryBean Class should be there to use but if not then you will have to find a dll or something to deal with it.  As you might imagine QueryBean is the standard datatype for java applications.  It works like an array for the most part. Tyler Clenden

Re: Portable datatypes, revisited

2004-05-21 Thread me
On Fri, 21 May 2004 11:40:18 -0700, Dick Applebaum wrote:> > It was I who mentioned thinArrays.  I just checked the > link at: > > http://www.rohanclan.com/products/neuromancer/ > > It works, but it is awfully slow.  (Rob host  has been > reconfiguring/moving the site). Crazy sickly slow,

Re: Portable datatypes, revisited

2004-05-21 Thread Alexander Sherwood
At 02:51 PM 5/21/2004, you wrote: >Alexander Sherwood wrote: >> >> You mean the serialization of the return data types by a foreign (i.e. >> VB) application fails? > >I don't really know what that means. > >> Are you calling the CFC via a SOAP request? > >Yes. > >VB does not understand the "Map"

Re: How to validate email address before sending mail

2004-05-21 Thread Rick Root
Issac Rosa wrote: > Does anyone know a good way to validate an email address prior to > sending out the email?  The scenario is that I have a database of > customers and want to send an email, but want to capture the email > addresses that will bounce prior to sending the email. It can't be done

Re: Portable datatypes, revisited

2004-05-21 Thread Dick Applebaum
On May 21, 2004, at 11:51 AM, Rick Root wrote: >  And even Cold Fusion can't seem to consume a web service (written in >  Cold Fusion) where the return type is an array, and the elements > contain >  CFC datatype objects. I don't understand this -- could you show an example of your array -- or

RE: How to validate email address before sending mail

2004-05-21 Thread Paul Vernon
You can't guarantee that you will get the response you are expecting, for instance MS Exchange 2000 servers and below all respond 250 if the domain is valid and accept the mail, they may well bounce it later but if they manage that domain, they will accept anything sent to it initially. I know Exch

RE: hotel reservation systems

2004-05-21 Thread Alexander Sherwood
At 02:23 PM 5/21/2004, you wrote: >Well my boss wants me to so we can sell it to one of his buddies that >owns a hotel. But I was thinking that would not be very efficient for >the hotel owner. I mean it does indeed sound complex, lots of time and >money. Which is what my boss want to charge, but i

Re: Portable datatypes, revisited

2004-05-21 Thread Rick Root
Alexander Sherwood wrote: > > You mean the serialization of the return data types by a foreign (i.e. > VB) application fails? I don't really know what that means. > Are you calling the CFC via a SOAP request? Yes. VB does not understand the "Map" or "QueryBean" datatypes, so I can't return t

Re: How to validate email address before sending mail

2004-05-21 Thread Bryan F. Hogan
Good luck. Issac Rosa wrote: > Thanks, I already do this prior to saving the email in the db.  I want > to test the mailbox to make sure I get a valid response to avoid bounced > messages prior to sending the actual email. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

RE: How to validate email address before sending mail

2004-05-21 Thread Issac Rosa
Thanks, I already do this prior to saving the email in the db.  I want to test the mailbox to make sure I get a valid response to avoid bounced messages prior to sending the actual email. -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: Friday, May 21, 2004 2:31 PM

Re: Portable datatypes, revisited

2004-05-21 Thread Dick Applebaum
Rick It was I who mentioned thinArrays.  I just checked the link at:     http://www.rohanclan.com/products/neuromancer/ It works, but it is awfully slow.  (Rob host  has been reconfiguring/moving the site). If you are unsuccessful, email me off-list and I will send you the thinArray CFC which

Re: How to validate email address before sending mail

2004-05-21 Thread techmike
Do you want to validate just to make sure it fits the proper format for email, or to test if the domain and box exist? I know of no way to do the later, but you could use regular expressions to validate the format of the email. Do a google for email validation regex -mike -Original Messag

RE: How to validate email address before sending mail

2004-05-21 Thread Hassan Arteaga Rodriguez
Try this form.email_Field)> Regards __ M.Sc. Hassan Arteaga Rodríguez Microsoft Certified System Engineer DIGI-Grupo de Desarrollo COPEXTEL, S.A.   _   From: Issac Rosa [mailto:[EMAIL PROTECTED] Sent: Friday, May 21, 2004 1:26 PM To: CF-Talk Subject: How to validate email address b

Re: hotel reservation systems

2004-05-21 Thread Bryan Stevenson
I think the big question will be whether or not the well established proprietary systems will be for sale.  Why would they sell if they have a big advantage over other systems. That said, yes I'd say that buying a system that does what you need for a lower price than develop;ing your own is probab

Re: How to validate email address before sending mail

2004-05-21 Thread Scott Weikert
At 12:26 PM 5/21/2004, you wrote: >Does anyone know a good way to validate an email address prior to >sending out the email?  The scenario is that I have a database of >customers and want to send an email, but want to capture the email >addresses that will bounce prior to sending the email. I use

RE: retreive the FORM name?

2004-05-21 Thread Alexander Sherwood
At 02:32 PM 5/21/2004, you wrote: >> Sure, but a template can contain several forms which >> all call the same template, even if only one is submitted. >> My question is then to detect the one that fired the >> template. > >You will then need to send additional information within the form itself.

Re: How to validate email address before sending mail

2004-05-21 Thread Bryan F. Hogan
Yes use the following
function checkForm(theForm) {
var emailRegex=/^\w+([\.-]?\w+)[EMAIL PROTECTED]([\.-]?\w+)*(\.\w{2,})+$/;
if(document.forms[theForm.name].contactEmail.value.length==0||emailRegex.test(document.forms[theForm.name].contactEmail.value)==false)
{
alert('Pleas

RE: hotel reservation systems

2004-05-21 Thread Jeremy
Does that work with their internal desktop system, real time so there are not over books and such Jeremy -Original Message- From: Ketan Patel [mailto:[EMAIL PROTECTED] Sent: Friday, May 21, 2004 2:22 PM To: CF-Talk Subject: RE: hotel reservation systems Hi Jeremy, I had built a online

Re: Portable datatypes, revisited

2004-05-21 Thread Alexander Sherwood
At 02:23 PM 5/21/2004, you wrote: >I've given up on the idea of returning an array of complex datatypes.. >it doesn't work... if anyone can prove me wrong, please do. > >I have a CFC that needs to return query results to a Visual Basic >application. > >But if the query fails, I need to return an

Re: Extracting an email address out of a text file

2004-05-21 Thread Claude Schneegans
>>According to the REWizard my regular _expression_ works You mean RE1 works? Now what's about RE2? >> Is there any way to not use the RE2 option? No, because without RE2, the tag does not know where the zone it has to extract stops. You have to make sure that you have both RE1 and RE2 that recog

RE: hotel reservation systems

2004-05-21 Thread Jeremy
Well my boss wants me to so we can sell it to one of his buddies that owns a hotel. But I was thinking that would not be very efficient for the hotel owner. I mean it does indeed sound complex, lots of time and money. Which is what my boss want to charge, but it seems like bad business to put 150,0

How to validate email address before sending mail

2004-05-21 Thread Issac Rosa
Does anyone know a good way to validate an email address prior to sending out the email?  The scenario is that I have a database of customers and want to send an email, but want to capture the email addresses that will bounce prior to sending the email. TIA, Issac [Todays Threads] [This Mess

RE: retreive the FORM name?

2004-05-21 Thread Dave Watts
> Sure, but a template can contain several forms which > all call the same template, even if only one is submitted. > My question is then to detect the one that fired the > template. You will then need to send additional information within the form itself. Alternatively, you could simply build a

Portable datatypes, revisited

2004-05-21 Thread Rick Root
I've given up on the idea of returning an array of complex datatypes.. it doesn't work... if anyone can prove me wrong, please do. I have a CFC that needs to return query results to a Visual Basic application. But if the query fails, I need to return an error code and an error message. I've be

RE: hotel reservation systems

2004-05-21 Thread Ketan Patel
Hi Jeremy, I had built a online hotel reservation system long time back for this site please check it at http://www.bestinnhotel.com    this one has it sown admin to block the dates and room type and all that fun stuff and the other one is http://www.lodgingdepot.com which is also a hotel site bu

Re: hotel reservation systems

2004-05-21 Thread Alexander Sherwood
At 02:04 PM 5/21/2004, you wrote: >Anyone have an apps out there for making hotel reservations? I need >something that does it all pretty much. So people can see what rooms are >open, bed types, times, all that. A comany I am looking at wants to >totally upgrade there reservation system, and whatev

RE: Javacript Onclick Question - Getting Closer

2004-05-21 Thread Barney Boisvert
This code will do it for you.  You can obviously change the function definition to whatever you need.   for(i=0;i     if (document.links[i].href.indexOf("fuseaction=LogOff") >= 0) {   document.links[i]. {    return confirm("are you sure you want to log off?");   }     }   } Cheers, ba

RE: hotel reservation systems

2004-05-21 Thread Kristopher Pilles
Assuming you dont find anything, take a look at how http://www.ihotelier.com does it.  They have some really good 1 screen stuff -Original Message- From: Jeremy [mailto:[EMAIL PROTECTED] Sent: Friday, May 21, 2004 2:04 PM To: CF-Talk Subject: hotel reservation systems Anyone ha

Re: hotel reservation systems

2004-05-21 Thread Bryan Stevenson
Can't be anything better than the Broadmoor Flash-based hotel reg system that was the poster child for RIAs.  Just search for "Broadmoor Reservation System" and I'm sure you'll find it. Of course it's not freebut it's GREAT! Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Developm

hotel reservation systems

2004-05-21 Thread Jeremy
Anyone have an apps out there for making hotel reservations? I need something that does it all pretty much. So people can see what rooms are open, bed types, times, all that. A comany I am looking at wants to totally upgrade there reservation system, and whatever it is needs a web side for web rese

RE: Extracting an email address out of a text file

2004-05-21 Thread Ben Densmore
Thanks Claude. According to the REWizard my regular _expression_ works but in the REExtract tag it doesn't. Is there any way to not use the RE2 option? Thanks, Ben -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Friday, May 21, 2004 12:36 PM To: CF-Talk Subjec

Webservices Multidimensional Arrays

2004-05-21 Thread Greg Cerveny
Can cfmx webservices return multidimensional arrays? This livedoc leads me to believe that it can, but they need to be inside structures.   http://livedocs.macromedia.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/webservices6.htm Any ideas? Thanks, Greg Cerveny, Applications

RE: Javacript Onclick Question - Getting Closer

2004-05-21 Thread Casey C Cook
I found some code that identifies the links in my document. function describeLinks(){ outputWindow.document.write("Links") outputWindow.document.write("This document contains "+document.links.length+" links:") for(i=0;i   outputWindow.document.write(document.links[i].href+"") Using this code

RE: Attn: Dave Watts - cross browser testing tool

2004-05-21 Thread Jim Davis
>I use VMware Workstation 4 (http://www.vmware.com/); Microsoft bought >Virtual PC from Connectix, and will soon release several products based on >that (server and workstation). >The Virtual PC Workstation product has been released. Installing and setting up virtual machines is quite a bit slower

RE: problem inserting an array into a structure

2004-05-21 Thread Philip Arnold
> From: Michael Hodgdon > > Okay, so I ran into an issue today in my CFC design.  The > code is noted below.  Basically, I init a customer object and > set some values in a website user structure.  Later, I load > customer data into this info container into a customer > structure.  After that,

Re: problem inserting an array into a structure

2004-05-21 Thread Bryan F. Hogan
Hi Michael, I made your code into a CFC and did not get any errors. Here is what I used. output="false"> [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Passing a webservice a file

2004-05-21 Thread Joe Tseng
I would imagine the encoded string would have to be inside CDATA tags. >You could base64 encoded and send as string... [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

problem inserting an array into a structure

2004-05-21 Thread Michael Hodgdon
Okay, so I ran into an issue today in my CFC design.  The code is noted below.  Basically, I init a customer object and set some values in a website user structure.  Later, I load customer data into this info container into a customer structure.  After that, I try to load an array of addresses into

Re: Don't mean to be picky

2004-05-21 Thread Don
Yes.  Share your sentiment completely, you and I wouldn't do this to others without provocation (don't take me wrong on my naughtiness with fusebox.org), however, I just "noticed" to my great dismay the world has more than 2 :( > It's actually kind of scary how many sites break when you play with

Re: Attn: Dave Watts - cross browser testing tool

2004-05-21 Thread Kay Smoljak
>I use VMware Workstation 4 (http://www.vmware.com/); Microsoft bought >Virtual PC from Connectix, and will soon release several products based on >that (server and workstation). The Virtual PC Workstation product has been released. Installing and setting up virtual machines is quite a bit slower,

RE: Passing a webservice a file

2004-05-21 Thread Stacy Young
You could base64 encoded and send as string... -Stace   _   From: David Adams [mailto:[EMAIL PROTECTED] Sent: Friday, May 21, 2004 10:33 AM To: CF-Talk Subject: Passing a webservice a file My understanding of webservices are weak but is it possible to pass a webservice a file (as opposed t

Re: Don't mean to be picky

2004-05-21 Thread Raymond Camden
It's actually kind of scary how many sites break when you play with their query parameters. Scary - and sad. -Raymond Camden Chunshen (Don) Li wrote: > In the quest for the separation of business logic layer and presentation layer, went to fusebox.org site, interesting stuff, just for the heck

RE: retreive the FORM name?

2004-05-21 Thread Dave Watts
> Any one knows if it is possible to retreive the form name > from the template fired by a form? No, that isn't passed to the server when the form is submitted. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 [Todays Threads] [This Message] [

Re: Don't mean to be picky

2004-05-21 Thread Don
To be able to repeat "great typo" consistently would be very desirable :) >> A widely adapted methodology. > >"adapted" = great typo/pun! > >Chris [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: 'Select' statement question!

2004-05-21 Thread Jochem van Dieten
cf coder wrote: > Thanks Jochem, but your sql returns duplicate callNo's. I tried both your queries. Then please elaborate on your problem and the schema of your database. What I have so far is: - you have a fragment of a bar-code - that fragment identifies assets - ??? - employee records Obvio

Re: Don't mean to be picky

2004-05-21 Thread Don
Has anyone looked into the deficiency of CSS for presentation (with a twist if necessary) without Fusebox (not implying that Fusebox excludes CSS for presentation)? >Yeah, IMHO FB 4/MVC is the ultimate in business logic/presentation later >separation. I just finished my first FB4/MVC project, and

RE: Selecting by row or CurrentRow

2004-05-21 Thread Pascal Peters
qProduct.field[theRowIWant] > -Original Message- > From: Nando [mailto:[EMAIL PROTECTED] > Sent: vrijdag 21 mei 2004 13:11 > To: CF-Talk > Subject: Selecting by row or CurrentRow > > Could someone remind me of the syntax to select by row? I > don't remember where to find that. Thanx >

RE: Javacript Onclick Question

2004-05-21 Thread Barney Boisvert
You'll need to get a reference to the link object, and then you can add a custom onClick handler to the object.  If the A tag has an id attribute, then it's simple, just use document.getElementById(id_of_anchor) to get the object.  If it doesn't, then you'll have to us document.links (I don't know

Re: retreive the FORM name?

2004-05-21 Thread GFSCold
What if you give the submit buttons unique names.  That way you can check which form you are processing by the name of the submit button that was pressed. Jim Audette Website Administrator Garrison Forest School 300 Garrison Forest Road Owings Mills, MD 21117 [EMAIL PROTECTED] 410-559-3128 [Today

Re: Extracting an email address out of a text file

2004-05-21 Thread Claude Schneegans
>> I bought the tag Congratulations: you're on the right track ! ;-) >>if someone can help me with a reg ex. Just playing around with the tag I was trying: Sure, try the REWizard, same author, same address, and this one is on line and free. Make sure you work with the CF syntax, not the _javascr

SOT: Javacript Onclick Question

2004-05-21 Thread Casey C Cook
I would like to know if this is possible, I know very little about _javascript_, but if if someone could point me in the right direction I can do the research. Heres what Im trying to do. I have my main display page which calls a custom header. This custom header has an link that logs the user

Re: retreive the FORM name?

2004-05-21 Thread Claude Schneegans
>>Try this, just a thought. Ok, but it is precisely what I'm looking a simpler solution for. -- ___ See some cool custom tags here: http://www.contentbox.com/claude/customtags/tagstore.cfm Please send any spam to this address: [EMAIL PROTECTED] Thanks. [Todays

Re: 'Select' statement question!

2004-05-21 Thread cf coder
Thanks Jochem, but your sql returns duplicate callNo's. I tried both your queries. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Problem with CFC web service & Flash

2004-05-21 Thread Rick Root
More info... this definately has something to do with my CFC datatypes.. Here's the code where I'm invoking the CFC datatypes: [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: retreive the FORM name?

2004-05-21 Thread Claude Schneegans
>>Since only one form can post per request it is presumed that you will know because of the form's Sure, but a template can contain several forms which all call the same template, even if only one is submitted. My question is then to detect the one that fired the template. --

Re: Problem with CFC web service & Flash

2004-05-21 Thread Rick Root
Here is my WSDL: https://www.ads.duke.edu/components/authorization/authorize.cfc?WSDL and a sample HTTP invocation... https://www.ads.duke.edu/components/authorization/authorize.cfc?method=authByUsername&UNAME=foo&PWORD=foo&SPECIFICLOGINS=&SPECIFICGROUPS=&APPNAME=ENTITY_LOOKUP But it will NOT i

RE: Extracting an email address out of a text file

2004-05-21 Thread Ben Densmore
Thanks Claude, I bought the tag and it seems to work ok. I'm wondering if someone can help me with a reg ex. Just playing around with the tag I was trying: INPUTMODE="File" INPUT="c:\cfusionmx\wwwroot\email_blast\#name#" OUTPUTMODE="output" RE1=

RE: retreive the FORM name?

2004-05-21 Thread Guy Rish
Claude, Since only one form can post per request it is presumed that you will know because of the form's linkage to the ACTION.   If you are using one uber ACTION handler then create a hidden INPUT that contains the name of the form.  This can lead to problems though and it not the better choice. 

Re: Extracting an email address out of a text file

2004-05-21 Thread Scott Weikert
There's also a tag on the DevEx, "StripEmail" - you pass it a string and it'll pull out email addresses and return them as a list. Works great for me. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: retreive the FORM name?

2004-05-21 Thread Bryan F. Hogan
Try this, just a thought.
function checkForm(theForm) {
document.forms[theForm.name].theFormsName.value=theForm.name;
return true;
}
checkForm(this)"> Claude Schneegans wrote: > Any one knows if it is possible to retreive the form name from the > template fired by

RE: Comma in price

2004-05-21 Thread Robert Orlini
Thanks Rick and Claude. It worked. RO -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Friday, May 21, 2004 11:44 AM To: CF-Talk Subject: Re: Comma in price Just remove any comma from the string first: -- ___ See some cool

Re: retreive the FORM name?

2004-05-21 Thread Charlie Griefer
not via CF.  you'd need to put it in a hidden form field. just out of curiousity...why would you need the form name? - Original Message - From: "Claude Schneegans" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, May 21, 2004 8:56 AM Subject: retreive the FORM name? >

Re: 'Select' statement question!

2004-05-21 Thread Jochem van Dieten
cf coder wrote: > The following code is in a stored procedure. Can > somebody please just confirm if this is a valid SQL > Statement. I appreciate this is not a SQL Forum. I'm a > ColdFusion developer and am trying to query the db. > > SET @SQLStatement = @SQLStatement + 'SELECT * From > Employee

  1   2   >