FieldAndContentList ( TypeField ; AddFieldList ; Contain ; NotContain ; TagField ; TagValue ; EmptyValue )
returns field names and contents of all the field are on a layout (repeatingField and related records included)
Average rating: 4.4 (31 votes) Log in to vote
Agnes Barouh - Show more from this author
Tic Tac http://www.tictac.fr/CoinFileMaker/Page.html |
--------
FieldAndContentList ( "" ; "" ; "" ; "" ; "Field" ; "Value" ; 0 )
-------
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
** Do not use on a layout with a lot of related records.
FieldAndContentList ( TypeField ; AddFieldList ; Contain ; NotContain ; TagField ; TagValue ; EmptyValue ) V_1.0
FieldAndContentList () requires CustomList ( Start ; End ; Function )
----------------------------------
retourne les noms de rubrique et le contenu de l'ensemble des rubriques posées sur un modèle ( multivaluées et tables liées incluses )
à ne pas mettre dans une rubrique calcul, utilisation par script conseillée !
returns field names and contents of all the field are on a layout (repeatingField and related records included)
not to put in a section calculation, use script recommended!
FieldAndContentList ( "" ; "" ; "" ; "::" ; "Field" ; "Value" ; 0 ) pour uniquement les rubriques de la table source
FieldAndContentList ( "" ; "" ; "::" ; "" ; "Field" ; "Value" ; 1 ) pour uniquement les rubriques liées à la table source
FieldAndContentList ( "" ; "" ; "" ; "glo_¶z" ; "Field" ; "Value" ; 0 ) ne prends pas en compte la table ou les rubrique avec Glo_ et z_
FieldAndContentList ( "Standard" ; "" ; "" ; "" ; "Field" ; "Value" ; 0 ) uniquement les rubriques "Standard"
TypeField : "Standard¶StoredCalc¶Summary¶UnstoredCalc¶Global" - keep type - Default are "Standard¶Global"
AddFieldList : permet d'ajouter des rubriques qui ne sont pas sur le modèle / Add field are not on the layout
Contain ; NotContain : keep or exclude field or table name
TagField ; TagValue : xml result
EmptyValue : 1 - keep or 0 - exclude empty value
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.