LOL...I'd written out ValueList() by the time I caught on ;-)

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

---------------------------------------------------------
Macromedia Associate Partner
www.macromedia.com
---------------------------------------------------------
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com
  ----- Original Message -----
  From: Tony Weeg
  To: CF-Talk
  Sent: Thursday, April 15, 2004 1:37 PM
  Subject: RE: Inserting query inside comma lists

  yeah, I think I was under a diff. impression by his mesesage, kind of
  conflicting with his subject line.

  so I took that stab.

  heh..must be the sun, first time ive seen it in 7 days  :)  good day!

  ....tony

  Tony Weeg
  sr. web applications architect
  navtrak, inc.
  [EMAIL PROTECTED]
  410.548.2337
  www.navtrak.net

  -----Original Message-----
  From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
  Sent: Thursday, April 15, 2004 4:35 PM
  To: CF-Talk
  Subject: Re: Inserting query inside comma lists

  Tony that doesn't add the path info he was after...just FYI ;-)

  Bryan Stevenson B.Comm.
  VP & Director of E-Commerce Development
  Electric Edge Systems Group Inc.
  t. 250.920.8830
  e. [EMAIL PROTECTED]

  ---------------------------------------------------------
  Macromedia Associate Partner
  www.macromedia.com
  ---------------------------------------------------------
  Vancouver Island ColdFusion Users Group
  Founder & Director
  www.cfug-vancouverisland.com
    ----- Original Message -----
    From: Tony Weeg
    To: CF-Talk
    Sent: Thursday, April 15, 2004 1:30 PM
    Subject: RE: Inserting query inside comma lists

    simply use the valueList() function provided by cf

    <cfset myList = valueList(queryName.columnName)>

    hth

    ....tony

    Tony Weeg
    sr. web applications architect
    navtrak, inc.
    [EMAIL PROTECTED]
    410.548.2337
    www.navtrak.net

    -----Original Message-----
    From: Spectrum WebDesign [mailto:[EMAIL PROTECTED]
    Sent: Thursday, April 15, 2004 4:25 PM
    To: CF-Talk
    Subject: Inserting query inside comma lists

    Hi all

    how to insert all image name from a query to a comma separeted list?

    This is my query field: thumbfile

    This is my variable: ListImages...

    This code show only 1 image:

    <CFSET ListImages=''>
    <cfloop query="GetImages">
    <CFSET ListImages="../thumbs/#DocFileThumbs# & ','">
    </cfloop>
    <cfoutput>
    #ListImages#
    </cfoutput>

    Thanx for your time....

    --
    ___________________________________________________________
    Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to