Re: [Arsperl-users] Get schema id from form name without arschema
Brought to you by:
jeffmurphy
|
From: jeff m. <jcm...@je...> - 2008-12-01 17:54:53
|
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 |