That's the cat's pajamas. Works great!
Thanks!

> If you want to map one name to another this is a nice way of doing it:
> 
> <cfset labels = StructNew()>
> <cfset labels["IA_sysname"] = "1. Logical System Name">
> <cfset labels["IB_funct_area"] = "2. System Functional Area">
> 
> Then to output the label for the given field name:
> 
> [WHATEVER LOOPING YOU DO]
>       Changed field: #labels[getAUDIT.FieldName]#
> [/WHATEVER LOOPING YOU DO]
> 
> Not knowing your DB sturture, this might not be the best answer. I have a
> feeling I'm missing something, are the square brackets([]) in the field
> names? If so, add them in the key of the labels structure:
> 
> labels["[IA_sysname]"]
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:282958
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to