[FX.php List] Function listing fields on layout?
Troy Meyers
tcmeyers at troymeyers.com
Mon Jan 22 16:24:44 MST 2007
Jonathan,
I'm not sure about FX, but the FileMaker API has a class called FileMaker_Layout and a method in the class called getFields, which (quoting the docs):
Returns an associative array with the names of all fields as keys, and the array values will be the associated FileMaker_Field objects.
array &getFields ()
Maybe there's something similar in FX?
-Troy
> Hi Folks,
>
> Is there an fx.php function that can list the fields on a given layout?
>
> TIA,
>
> Jonathan
More information about the FX.php_List
mailing list