> I have a text file that I have to read in and populate drop downs with.
It
> is essentially an invoice, so each time a line is added I have to read
> through the file again and fill in drop downs, match data from the file to
> that entered etc.
>
> It is in a format like:
>
> id, info, name, company
> id, info, name, company
> id, info, name, company
> id, info, name, company
>
Have you tried the CFHTTP tag with the "query" parameter?
With a little work (you may need to format your data a little) you should be
able to grab that data as a query which is much easier to work with :)
http://cfhub.com/advanced/cfhttp/query.cfm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists