[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
Re: [ic] using catalog.cfg to change data output
Ed LaFrance wrote:
>
> At 10:50 AM 1/26/01 -0800, you wrote:
>
> >For instance:
> >
> >our user database has creditcard information of:
> >
> >7 = american express
> >5 = visa
> >3 = mastercard
> >
> >and so forth.
> >
> >Is what i want to have displayed is
> >
> >american express
> >visa
> >or
> >masterccard
> >
> >in the html output.
>
> To do something like this, I would set up a cc database:
>
> file cc.txt
>
> code type
> 7 american express
> 5 visa
> 3 mastercard
>
> ...and don't forget to configure the db in catalog.cfg. Then to display
> the name for the code, you can just do this (assuming the code is stored in
> a field called cc_type in userdb)
>
> [loop arg="[value cc_type]"][loop-data cc type][/loop]
>
> -- or --
>
> [data base=cc field=type key="[value cc_type]"]
>
> - Ed L.
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> New Media E.M.S. Software Solutions for Business
> 463 Main St., Suite D edl@newmediaems.com
> Placerville, CA 95667 http://www.newmediaems.com
> (530) 622-9421 (530) 622-9426 Fax
> (866) 519-4680 Toll-Free
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users
I'm going to give it a try...but by the looks of it this might work
I'll let you know.
Thanks
--
J. Scott Andreas :)
Programmer/Webintegrator
e-mail: scotta@homer.learnserv.com
phone: 1-800-877-9378 ext. 146
fax: (541) 744-2056
--- __o
--- _-\<,_
--- (_)/ (_)
_______________________________________________
Interchange-users mailing list
Interchange-users@lists.akopia.com
http://lists.akopia.com/mailman/listinfo/interchange-users