Below is a list of files which is generated from a database by selecting in 
input box from my index.cfm.

<input type="Checkbox" name="select" value="[#GetFontFamily.ID#] 
#LCase(ListGetAt(GetFontFamily.sti,1,'.'))#" checked="Yes" required="Yes" 
onclick="this.checked=true;"><font 
color="red">&nbsp;#LCase(ListGetAt(GetFontFamily.sti,1,'.'))#</font><br>
<input type="hidden" name="ID" value="#GetFontFamily.ID#">

  The results are then passed to another template with the below code:

         <cfoutput>
                 #REReplace(FORM.select,",","<br>","ALL")#
         </cfoutput>

Below are the results. My question is how can I use this listing to grab 
fields from my database that has the corresponding .pfb files
and display them based on matching the font name (Ex. "century"). I'm not 
sure how to go about this. Do I have to loop through the list?

[19] borderpi-15159
[22] bundesbahn-pi
[25] carta
[30] century
[197] custom
[196] euro
[58] european-pi
[69] garamond
[82] helvetica
[106] linotype-decoration-pi
[109] lucida-math-extension
[114] mathematical-pi
[127] old-style-seven
[178] symbol
[180] times
[181] times-serials
[192] wood-ornaments
[194] zapf-chancery-dingbats

______________________________________________________________________
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to