The getField function will get me field information on a _single_ field. 
But what if I want to get field information on _all_ the fields in a 
form at once.

I could, of course, call getField multiple times, but that seems very 
inefficient.

What I need is an ARSPerl version of ARGetMultipleFields. Does such an 
ARSPerl function exist?



jeff murphy wrote:
> On Dec 1, 2008, at 12:45 PM, Franklin Lee wrote:
> 
>> I can, by querying against the field table, get field information such
>> as fOption and default value for all the fields in a given form. To do
>> this, I need the schema id.
>>
>> Is there any other way to get this information without knowing the
>> schema id?
>>
> 
> 
> 
> For default value, etc, I think getField() should return that  
> information. You don't need the schema ID to use getField()
> 
> 
> http://www.arsperl.org/manual/ds_field_hash.html
> 
> 
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> 
> 
> --
> Arsperl-users mailing list
> Arsperl-users@arsperl.org
> https://lists.sourceforge.net/lists/listinfo/arsperl-users

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/


--
Arsperl-users mailing list
Arsperl-users@arsperl.org
https://lists.sourceforge.net/lists/listinfo/arsperl-users

Reply via email to