RE: How to do this with CF and JS?

2011-06-08 Thread Rick Faircloth
Ooohhh... I'll have to check that out! Haven't used those tags before! Thanks for the tip, Carl! Rick -Original Message- From: Carl Von Stetten [mailto:vonner.li...@vonner.net] Sent: Wednesday, June 08, 2011 5:00 PM To: cf-talk Subject: Re: How to do this with CF and JS?

Re: How to do this with CF and JS?

2011-06-08 Thread Carl Von Stetten
ly involves server-side variables and > client-side variables, it seems I'll have to turn back to a CFC method > to generate (at least the jQuery play.sound command line) > outside the DOM, then reinsert it. > > Make sense? > > > > -Original Message- > From

RE: How to do this with CF and JS?

2011-06-08 Thread Rick Faircloth
t-side variables, it seems I'll have to turn back to a CFC method to generate (at least the jQuery play.sound command line) outside the DOM, then reinsert it. Make sense? -Original Message- From: Carl Von Stetten [mailto:vonner.li...@vonner.net] Sent: Wednesday, June 08, 2011 2:4

RE: How to do this with CF and JS?

2011-06-08 Thread Rick Faircloth
Thanks for that, Dan... one step closer... -Original Message- From: Dan Blickensderfer [mailto:d...@blickensderfer.com] Sent: Wednesday, June 08, 2011 2:28 PM To: cf-talk Subject: Re: How to do this with CF and JS? Rick, Is this how you want to source code to look on the page

Re: How to do this with CF and JS?

2011-06-08 Thread Carl Von Stetten
ent: Wednesday, June 08, 2011 1:17 PM > To: cf-talk > Subject: Re: How to do this with CF and JS? > > > this doesn't work? > >> >> >> >> >> >> >> >> >> >> <cfoutput> >>

Re: How to do this with CF and JS?

2011-06-08 Thread Dan Blickensderfer
02.mp3'); $.sound.play('soundTrack03.mp3'); Here is the code that I used to render it. <cfloop list="#myList#" index="listElement"> <cfoutput> $.sound.play('#listElement#'); </cfoutput> <cfset listPosition = listPos

RE: How to do this with CF and JS?

2011-06-08 Thread Rick Faircloth
stPosition]#'); 21 : 22 : -Original Message- From: Drew Nathanson [mailto:d...@technicalsynergy.com] Sent: Wednesday, June 08, 2011 1:45 PM To: cf-talk Subject: Re: How to do this with CF and JS? Rick, Try this: <cfloop list="myL

Re: How to do this with CF and JS?

2011-06-08 Thread Drew Nathanson
Rick, Try this: $.sound.play('#myList.name[listPosition]#'); I believe your creating more than 1 script file maybe causing you issues. This is my humble opinion. Drew

RE: How to do this with CF and JS?

2011-06-08 Thread Rick Faircloth
e JS to be re-initialized with each loop. -Original Message- From: Scott Stewart [mailto:webmas...@sstwebworks.com] Sent: Wednesday, June 08, 2011 1:17 PM To: cf-talk Subject: Re: How to do this with CF and JS? this doesn't work? > > > > > >

RE: How to do this with CF and JS?

2011-06-08 Thread Rick Faircloth
JS back into the DOM with each loop. That works with other types of JS "re-initialization". I was hoping for something simpler. Any other ideas? Rick -Original Message- From: Scott Stewart [mailto:webmas...@sstwebworks.com] Sent: Wednesday, June 08, 2011 1:17 PM To: cf-talk Su

Re: How to do this with CF and JS?

2011-06-08 Thread Scott Stewart
this doesn't work? > > > > > > > > >       > >       $.sound.play('#myList.name[listPosition]#'); >       > >   > >   > > > On Wed, Jun 8, 2011 at 1:08 PM, Rick Faircloth wrote: > > Ok... since this won't work... > > > > > > > >   >

Re: How to do this conditional statement.

2007-08-20 Thread TechInfo
Will Tomlinson wrote: > Easy question here... just wanna make sure I don't screw this up cause it's > kinda important. :) > > Here's my current statement. > > getWebEnhancedAddonQuestions.recordcount> > Show questions blah blah... > > > What I need it to say is, if the delivery method is

Re: How to do this conditional statement.

2007-08-17 Thread Will Tomlinson
Thanks much guys! :) Will ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/CF-

Re: How to do this conditional statement.

2007-08-17 Thread Wesley Middendorff
Yes you need the parens, and yes that second statement is correct. On 8/17/07, Will Tomlinson <[EMAIL PROTECTED]> wrote: > > Easy question here... just wanna make sure I don't screw this up cause > it's kinda important. :) > > Here's my current statement. > > getWebEnhancedAddonQuestions.recordc

Re: How to do this conditional statement.

2007-08-17 Thread Dominic Watson
I believe the brackets are absolutely neccessary due to the AND operator having precedence over the OR operator. http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&file=0930.htm To simplify: > if (x eq 1 OR x eq 2 AND y eq

Re: How to do this conditional statement.

2007-08-17 Thread Tom Chiverton
On Friday 17 Aug 2007, [EMAIL PROTECTED] wrote: > Would you just stick it in there? Or use parenthesis around those two > items? If parenthesis make it clearer what is going on (nearly always) add them in. -- Tom Chiverton Helping to globally implement internet e-markets on: http://thefalken.liv

Re: how to do a cfldap query

2006-06-26 Thread Brian Dumbledore
Mike, That is correct. I am using it as unique identifier for synchronization purposes. I want to use this because this is gauranteed to be unique always globally. And am unable to get it out legibly. Thanks for your time. ~| M

RE: how to do a cfldap query

2006-06-26 Thread Dawson, Michael
experience with that. May I ask why you need that attribute? Are you wanting to use that as a unique identifier for something else? M!ke -Original Message- From: Brian Dumbledore [mailto:[EMAIL PROTECTED] Sent: Monday, June 26, 2006 11:38 AM To: CF-Talk Subject: Re: how to do a cfldap

Re: how to do a cfldap query

2006-06-26 Thread Brian Dumbledore
Mike, I found your thread about coldfusion not fixing the objectguid bug in cfldap. what is the workaround? How can I retrieve the objectguid and use it in a legible form? Thanks ~| Message: http://www.houseoffusion.com/lists.

RE: how to do a cfldap query

2006-06-21 Thread Dawson, Michael
examples are in that zip file. Neither are better/worse than the other. M!ke -Original Message- From: Srinivasa Teja Palla [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 2:42 PM To: CF-Talk Subject: Re: how to do a cfldap query Mike, what are the other methods to change

Re: how to do a cfldap query

2006-06-21 Thread Srinivasa Teja Palla
Mike, what are the other methods to change passwords? Can you please throw some light on it? ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244471 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subsc

RE: how to do a cfldap query

2006-06-21 Thread Dawson, Michael
- From: Srinivasa Teja Palla [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 10:19 AM To: CF-Talk Subject: Re: how to do a cfldap query Thanks everyone for your helpful replies. I finally got the ldap administrator working. Once I can connect to the directory ldap administrator helps a lot

Re: how to do a cfldap query

2006-06-21 Thread Srinivasa Teja Palla
Thanks everyone for your helpful replies. I finally got the ldap administrator working. Once I can connect to the directory ldap administrator helps a lot, but I found that connecting to it is the tricky part in its own right. I had the ip, username, password, but the base dn also was ok since i

RE: how to do a cfldap query

2006-06-20 Thread Dawson, Michael
pages. Let me know if you have any questions. M!ke -Original Message- From: Srinivasa Teja Palla [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 20, 2006 5:01 PM To: CF-Talk Subject: Re: how to do a cfldap query Mike, That was helpful.. I am trying to read all the user info from the

RE: how to do a cfldap query

2006-06-20 Thread Dawson, Michael
ROTECTED] Sent: Tuesday, June 20, 2006 5:11 PM To: CF-Talk Subject: Re: how to do a cfldap query This is what I tried to use, and I get a invalid authentication message. What else do I have to do to read the users list? ~~

RE: how to do a cfldap query

2006-06-20 Thread Dave Watts
> This is what I tried to use, and I get a invalid > authentication message. What else do I have to do to read the > users list? Have you tried using a standalone LDAP client, like the Softerra LDAP Browser? Does your LDAP server require SSL? Dave Watts, CTO, Fig Leaf Software http://www.figlea

RE: how to do a cfldap query

2006-06-20 Thread Ian Skinner
Here is my LDAP code I use to read users from our active directory. As you can see, you just put your username in that parameter not the fully qualified distinguished name, at least that is all I do. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA ---

Re: how to do a cfldap query

2006-06-20 Thread Srinivasa Teja Palla
This is what I tried to use, and I get a invalid authentication message. What else do I have to do to read the users list? ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244318 Archives: http://www.houseoffusion.co

Re: how to do a cfldap query

2006-06-20 Thread Srinivasa Teja Palla
Mike, That was helpful.. I am trying to read all the user info from the directory to start with. Later on I will have to modify the user information etc, but seems like I am stuck on the first step. Can you throw some light on using username and password attributes? If I have an account "ldap

RE: how to do a cfldap query

2006-06-20 Thread Nathan C. Smith
There is a neat little program called softerra LDAP browser that is handy for figuring out LDAP schemas. -Nate > -Original Message- > From: Srinivasa Teja Palla [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 20, 2006 4:07 PM > To: CF-Talk > Subject: how to do a cfldap query > > > Hi,

Re: how to do a cfldap query

2006-06-20 Thread Srinivasa Teja Palla
Thanks for your prompt help. I am downloading the ldapadministrator, meanwhile, if my username is ldaptest and password is password.1 how should my username and password values look like? I couldn't get it to work from what you wrote.(got an error invalid authentication). Also what do those mult

RE: how to do a cfldap query

2006-06-20 Thread Dawson, Michael
Usually the start will be your DNS domain name, but broken up a bit. For example, if your DNS domain name is "palla.com", then your start would be "dc=palla,dc=com". >From there, make use of CFDUMP in all of your LDAP queries. If you specify a wildcard for the attributes (attributes="*") you wil

RE: how to do a cfldap query

2006-06-20 Thread Brian Polackoff
This should get you going.. also go to http://www.ldapadministrator.com and download their ldap browser. It will give you all the information you need in order to get you going // root = "dc=ADOBE,dc=COM"; servername = "YO

RE: How to do this join? (MySQL 4.0 can't do subqueries...)

2004-07-01 Thread I-Lin Kuo
--- Rick Faircloth <[EMAIL PROTECTED]> wrote: > Your query below worked...I tried almost the exact > same version, but I don't > think I tried the WHERE clause that you used...and > it's the last line that > gives trouble logically... > > "WHERE newsletter_subscriptions.Subscriber_ID IS > NULL" T

RE: How to do this join? (MySQL 4.0 can't do subqueries...)

2004-07-01 Thread Rick Faircloth
this list that I couldn't solve. Imagine...if everyone did that, Mike could make a lot more...  :o) Rick   -Original Message-   From: Ryan Duckworth [mailto:[EMAIL PROTECTED]   Sent: Thursday, July 01, 2004 10:56 AM   To: CF-Talk   Subject: RE: How to do this join? (MySQL 4.0 can't

RE: How to do this join? (MySQL 4.0 can't do subqueries...)

2004-07-01 Thread Rick Faircloth
-Original Message-   From: I-Lin Kuo [mailto:[EMAIL PROTECTED]   Sent: Thursday, July 01, 2004 9:20 AM   To: CF-Talk   Subject: Re: How to do this join? (MySQL 4.0 can't do subqueries...)   MySql now supports subqueries:   http://dev.mysql.com/doc/mysql/en/Subqueries.html   To s

RE: How to do this join? (MySQL 4.0 can't do subqueries...)

2004-07-01 Thread Rick Faircloth
ED]   Sent: Thursday, July 01, 2004 6:21 AM   To: CF-Talk   Subject: Re: How to do this join? (MySQL 4.0 can't do subqueries...)   > Hi, all.   >   > I've tried for hours to figure this out, but can't get it...   >   > 3 tables...   >   > Newsletter_Series, N

RE: How to do this join? (MySQL 4.0 can't do subqueries...)

2004-07-01 Thread Ryan Duckworth
Newsletter_Series which don't have Subscriptions for a particular Subscriber... SELECT  newsletter_series.Series_ID, newsletter_series.Series_Title FROM    newsletter_series WHERE newsletter_subscriptions.Subscriber_ID = '#CurrentSubscriber.Subscriber_ID#' AND    newsletter_subscription

Re: How to do this join? (MySQL 4.0 can't do subqueries...)

2004-07-01 Thread I-Lin Kuo
MySql now supports subqueries: http://dev.mysql.com/doc/mysql/en/Subqueries.html To see how to rewrite some subquery SQL as joins, go to http://dev.mysql.com/doc/mysql/en/Rewriting_subqueries.html SELECT newsletter_series.Series_ID, newsletter_series.Series_Title FROM newsletter_series LEFT JOIN

Re: How to do this join? (MySQL 4.0 can't do subqueries...)

2004-07-01 Thread Neculai Macarie
> Hi, all. > > I've tried for hours to figure this out, but can't get it... > > 3 tables... > > Newsletter_Series, Newsletter_Subscribers, Newsletter_Subscriptions > > I need to run a query to get all Newsletter_Series > which don't have Subscriptions for a particular Subscriber... > > Primary Key

RE: How to do that?

2004-01-26 Thread Andrew Scott
no real indication that the article is even stored in a DB, only the reference might be stored there.   _   From: Taco Fleur [mailto:[EMAIL PROTECTED] Sent: Tuesday, 27 January 2004 7:11 AM To: CF-Talk Subject: RE: How to do that? It could be that they are using what I am using to split

RE: How to do that?

2004-01-26 Thread Taco Fleur
and I will remember Teach me and I will learn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, 27 January 2004 6:28 AM To: CF-Talk Subject: RE: How to do that? I suspect they are not doing this.  If so then you are guaranteed to muck up your content

RE: How to do that?

2004-01-26 Thread Douglas.Knudsen
url vars fooling us all!   Doug -Original Message- From: Taco Fleur [mailto:[EMAIL PROTECTED] Sent: Monday, January 26, 2004 3:11 PM To: CF-Talk Subject: RE: How to do that? It could be that they are using what I am using to split up my content, i.e. database functionality DATALENGTH

RE: How to do that?

2004-01-26 Thread Taco Fleur
It could be that they are using what I am using to split up my content, i.e. database functionality DATALENGTH() or READTEXT which allows you to read in only certain X bytes. In my database I have like 20 content entries, but I only want to show 25K per page, so I use the above to split them up eve

Re: How to do that?

2004-01-26 Thread Clint Tredway
Or, the tool that they built for the articles allows them to enter page by page. Spectrum WebDesign wrote: > Thanx Dave > > maybe regex? Like inserting a, hmmm, statement and before > inserting in DB regex find that statement and break it? Looks for the > next statement and save. Looks for...

RE: How to do that?

2004-01-26 Thread Philip Arnold
> please see this link > > http://www.kodefusion.com/category/index.cfm?CategoryID=5 > > KodeFusion break articles with several pages inside a great > recordset... How to do that? How to "trim" a big article in > several small pages, included in DB? > > Thanx in advance I would think they bre

RE: How to do that?

2004-01-26 Thread Spectrum WebDesign
TECTED]> Date: Mon, 26 Jan 2004 14:17:24 -0500 To: CF-Talk <[EMAIL PROTECTED]> Subject: RE: How to do that? One would think they have multiple entries in the database, with 2 primary keys, article id, and page id. Dave -Original Message- From: Spectrum WebDesign [mailto:[E

RE: How to do that?

2004-01-26 Thread Dave Sueltenfuss
One would think they have multiple entries in the database, with 2 primary keys, article id, and page id. Dave -Original Message- From: Spectrum WebDesign [mailto:[EMAIL PROTECTED] Sent: Monday, January 26, 2004 2:10 PM To: CF-Talk Subject: How to do that? Hi please see th

RE: How to do this without the subselect?

2002-12-24 Thread Ian Skinner
hould read as . A "." before clientID not a ",". ILS BloodSource Sacramento, CA -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 9:00 AM To: CF-Talk Subject: RE: How to do this without the subselect? Still don

RE: How to do this without the subselect?

2002-12-19 Thread Rick Faircloth
I got one part right! There's hope for me, yet! :o) Rick -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 4:03 PM To: CF-Talk Subject: Re: How to do this without the subselect? Rick Faircloth wrote: > > Notes: > >

RE: How to do this without the subselect?

2002-12-19 Thread Ryan Kime
>(though I still can't pronounce it) Pronounce the first section as it looks then add Q-L on the end. Postgres-Q-L -Original Message- From: Rob Rohan [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 2:32 PM To: CF-Talk Subject: RE: How to do this without the subsel

Re: How to do this without the subselect?

2002-12-19 Thread Jochem van Dieten
Rick Faircloth wrote: > > Notes: > > This query works to select UtilityWaivers that were issued within a given > month and which were issued without an accompanying RentalWaiver. > > The part of the query before the "where" clause selects all UtilityWaivers > which were issued within the specifi

RE: How to do this without the subselect?

2002-12-19 Thread Rob Rohan
Sent: Thursday, December 19, 2002 12:22 PM To: CF-Talk Subject: Re: How to do this without the subselect? Rick Faircloth wrote: > > You may be right...perhaps I should got back to Access... > at least it was *advanced* enough to handle sub-selects... :o) There are other very nice free databas

Re: How to do this without the subselect?

2002-12-19 Thread Jochem van Dieten
Rick Faircloth wrote: > > I've just always found the joins, especially left, outer, inner, etc., to be > unintuitive when looking at the code. I guess I just haven't worked with > them enough. > I've always worked around them with subselects, which mySQL won't do. (Until > 4.2) Some first form o

Re: How to do this without the subselect?

2002-12-19 Thread Jochem van Dieten
Rick Faircloth wrote: > > You may be right...perhaps I should got back to Access... > at least it was *advanced* enough to handle sub-selects... :o) There are other very nice free databases that have a HISTORY that reads like MySQL's TODO :-) Jochem ~~~

RE: How to do this without the subselect?

2002-12-19 Thread Rick Faircloth
D IS NULL Thanks, Rick -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 10:21 AM To: CF-Talk Subject: RE: How to do this without the subselect? Quoting Rick Faircloth <[EMAIL PROTECTED]>: > > Now, that's a good questio

RE: How to do this without the subselect?

2002-12-19 Thread Rick Faircloth
From: Stephen Moretti [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 12:06 PM To: CF-Talk Subject: Re: How to do this without the subselect? > These two didn't work out, Stephen. > Never mind > Looks like Jochem's solution did it. > My first one should have b

Re: How to do this without the subselect?

2002-12-19 Thread Stephen Moretti
> These two didn't work out, Stephen. > Never mind > Looks like Jochem's solution did it. > My first one should have been the same as Jochem's just wasn't paying attention and stuck the RW date checks in the wrong place... :o/ > I think the two solutions you suggested didn't work > because th

RE: How to do this without the subselect?

2002-12-19 Thread Rick Faircloth
TED]] Sent: Thursday, December 19, 2002 11:54 AM To: CF-Talk Subject: RE: How to do this without the subselect? These two didn't work out, Stephen. Looks like Jochem's solution did it. I think the two solutions you suggested didn't work because they both required that the RentalWaive

RE: How to do this without the subselect?

2002-12-19 Thread Rick Faircloth
k! Rick -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 10:21 AM To: CF-Talk Subject: RE: How to do this without the subselect? Quoting Rick Faircloth <[EMAIL PROTECTED]>: > > Now, that's a good question. I've

RE: How to do this without the subselect?

2002-12-19 Thread Rick Faircloth
t worked with them enough. I've always worked around them with subselects, which mySQL won't do. (Until 4.2) Or perhaps I'm too dense! :o) Thanks for your help. Rick -Original Message- From: Stephen Moretti [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 200

Re: How to do this without the subselect?

2002-12-19 Thread Stephen Moretti
> Quoting Rick Faircloth <[EMAIL PROTECTED]>: > > > > Since the where statement is taken by the "#MultipleWaivers..." line, > > it doesn't leave room for another where statement such as > > where UW.ClientID is NULL... > > Shouldn't it be RW.ClientID IS NULL. > You're probably right Two possib

RE: How to do this without the subselect?

2002-12-19 Thread Jochem van Dieten
Quoting Rick Faircloth <[EMAIL PROTECTED]>: > > Now, that's a good question. I've always used subselects to get > around having to spend time with those unfriendly (at least to me!) > joins. Then maybe MySQL isn't the database for you :) > Select UW.UtilityWaiverID > from utilit

RE: How to do this without the subselect?

2002-12-19 Thread Rick Faircloth
ochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 9:29 AM To: CF-Talk Subject: RE: How to do this without the subselect? Quoting Rick Faircloth <[EMAIL PROTECTED]>: > > Since the where statement is taken by the "#MultipleWaivers..." line, >

RE: How to do this without the subselect?

2002-12-19 Thread Jochem van Dieten
Quoting Rick Faircloth <[EMAIL PROTECTED]>: > > Since the where statement is taken by the "#MultipleWaivers..." line, > it doesn't leave room for another where statement such as > where UW.ClientID is NULL... Shouldn't it be RW.ClientID IS NULL. Jochem ~~~

RE: How to do this without the subselect?

2002-12-19 Thread Rick Faircloth
orm.Year#) -Original Message- From: Zac Spitzer [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 4:46 AM To: CF-Talk Subject: Re: How to do this without the subselect? Rick Faircloth wrote: > Hi, all. > > How can I get the same results as this query with us

Re: How to do this without the subselect?

2002-12-19 Thread Zac Spitzer
Rick Faircloth wrote: > Hi, all. > > How can I get the same results as this query with using the subselect? > > > > Select UW.UtilityWaiverID > from utilitywaivers UW > where Month(UW.IssueDate) = #Form.Month# > and Year(UW.IssueDate) = #Form.Year# > and UW.

RE: How to do this without the subselect?

2002-12-19 Thread stas
Break it into 2 queries. Select RW.ClientID from RentalWaivers RW where Month(RW.RentalWaiverDate) = #Form.Month# and Year(RW.RentalWaiverDate) = #Form.Year#) Select UW.UtilityWaiverID from utilitywaivers UW where Month(UW.IssueDate) = #Form.Month# and Year(UW.IssueDate) = #Form.Yea

Re: how to do Google-like search??

2002-01-29 Thread Tony Schreiber
// Assemble Search Queryif (NOT LEN(Keyword)) { Keyword = 'none'; } else { Keyword= Replace(Keyword,"'","","ALL"); } Delimiters = ' ,;:'; SearchName = ''; SearchDesc = ''; L = ListLen(Keyword, Delimiters); for(k=1 ; k LTE L; k=k+1) { SearchName = SearchName & "LOWER(p.description) LIKE '%

RE: how to do Google-like search??

2002-01-29 Thread Brendan Avery
aymes" and "Jon Trovolda". brendan avery 2.0 - [EMAIL PROTECTED] 310.779.2211 - santa monica, california > -Original Message- > From: Joseph DeVore [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 29, 2002 02:14 > To: CF-Talk > Subject: RE: how to do Google

RE: how to do Google-like search??

2002-01-29 Thread Joseph DeVore
Han, I would suggest taking a look at SQL server's Full Text Searching and the Verity engine built into CFAS. HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: han peng [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 2:01 AM To: CF-Talk Subject: how to do

Re: how to do a loop? ...or something.

2001-06-22 Thread kraybill
Aimee You're right. Actually, now that I think of it, the way I've handled this situation is to append the ID number to the name of the field, e.g.: and do the same for the address, then just loop through all the fieldnames that start with "Name_", use the Eval function to get the name val

Re: how to do a loop? ...or something.

2001-06-21 Thread Aimee Abbott
Gene, Thanks! Unfortunately not that simple. It doesn't pass a null value. If I have three of them and only two addresses I get a list with only two elements in it, not two and a null. My *current* idea is to put the default Aimee, > >Here's one possible way: > >The form fields for the addre

Re: how to do a loop? ...or something.

2001-06-21 Thread kraybill
Aimee, Here's one possible way: The form fields for the addresses, all named "address", will produce a comma-delimited list with as many elements as people. That is, even if some of the address fields are blank, the form will still pass those to the action template. I assume you're also usin

RE: How to do this?

2001-02-23 Thread Steve Bernard
Your best options, IMO, are either Java, DHTML/CSS, or Flash. Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, February 23, 2001 11:21 AM To: CF-Talk Subject: How to do this? Here's something that would be nice to do. I'm pretty sure this is an

RE: How to do multiple updates in one submit click

2000-06-26 Thread Steve Bernard
ot;complex object" back to the server. Steve -Original Message- From: Bill Killillay [mailto:[EMAIL PROTECTED]] Sent: Monday, June 26, 2000 10:27 AM To: [EMAIL PROTECTED] Subject: RE: How to do multiple updates in one submit click Is WDDX going to be faster then one of the methods al

RE: How to do multiple updates in one submit click

2000-06-26 Thread Bill Killillay
t: Monday, June 26, 2000 10:02 AM > To: [EMAIL PROTECTED] > Subject: RE: How to do multiple updates in one submit click > > > You should look into using WDDX. > > Steve > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf

RE: How to do multiple updates in one submit click

2000-06-26 Thread Steve Bernard
You should look into using WDDX. Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael Kear Sent: Sunday, June 25, 2000 11:10 PM To: [EMAIL PROTECTED] Subject: How to do multiple updates in one submit click I'm building an application

Re: How to do multiple updates in one submit click

2000-06-25 Thread Seth Petry-Johnson
This is a multi-part message in MIME format. --=_NextPart_000_0125_01BFDF10.CC8062E0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit > What 'd like to be able to do is have them go down the page, entering > quantities against the items they want, and

RE: How to do multiple updates in one submit click

2000-06-25 Thread Andy Edmonds
You'll want to loop over form.fieldnames using the LIST mode of cfloop. Something like: cfloop list=form.fieldnames index=afield if left(afield,8) eq "quantity" if evaluate("form."&afield) neq 0 set itemno = mid(afield, 5, 1)

Re: How to do you pull information from the PC?

2000-05-10 Thread WHubbard
Thanks for your responses. I am sorry I did not do a very good job of explaining my question. I saved this code(see below) from a few months back because I knew I would need to do something like this but I could not get it to work. I am sure it is something simple but I can not figure it ou

Re: How to do you pull information from the PC?

2000-05-10 Thread Kym Kovan
Hi anon, >I need to fill in a field with the last user logged in. This is an >intranet site and I need to keep track of who modifies the record. How do >you pull this kind of information from the machine? I am not quite sure what you are asking but there is an excellent custom tagset at: http

Re: How to do you pull information from the PC?

2000-05-10 Thread Todd Ashworth
I usually build this functionality into the database .. inserting dates and times and other info into certain fields as a user does something. I don't know if there is a 'built in' way to do this, though. .Todd - Original Message - From: "WHubbard" <[EMAIL PROTECTED]> To: <[EMAIL PROTEC

RE: How to do

2000-04-11 Thread Jeff Shepler
Ok, let's assume that your radio button field is named FOO and your text box is named BAR. Instead of doing a , you will have to do this one "by hand": INSERT INTO someTable (Answer) VALUES ('#iif(FORM.FOO EQ "Other", DE("#FORM.BAR#"), DE("#FORM.FOO#"))#') It might be DE(FORM.FOO) and

RE: How to do

2000-04-11 Thread Miriam Hirschman
I did this with java script: function chkData() { if((document.frmname.radiobuttonname.checked)&&(document.frmName.RadioButtonName.value.length <= 0)) { alert("If you checked 'Other' for question 8, please describe."); return false; }