Re: [Arsperl-users] Displaying label value in reports
Brought to you by:
jeffmurphy
|
From: Misi M. <mi...@rr...> - 2005-07-07 07:49:20
|
Gary,
You should be able to find the information by performing a ars_GetField()
for each field you want. The information would be found somewhere in the
display properties of the returned Field Properties Structure.
Unfortunately the C-API-function GetMultipleFields() does not seem to be
implemented in ARSPerl...
Best Regards - Misi, RRR AB, http://www.rrr.se
> One way would be having a hash with database name as keys and label name
> as
> values. You can read this hash from config file.
> Stan Cholodnjak
> ----- Original Message -----
> From: Gary Shoemaker <ars...@ar...>
> At: 7/ 6 12:58
>
>> I have a report that uses 'ars_GetFieldTable' to get a hash of keys
>> and values. I print them out in the report. The issue is that some
>> of the labels are not name the same as the database name. How can I
>> get the display label value instead of the database name?
>>
>> Gary Shoemaker
>> Sandia National Laboratories
>> (505) 284-1481
>> gs...@sa...
>>
>
>
>
|