Examples with "Le ListForm" and their translation in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Le ListForm attend une valeur de clef-primaire référencée par l'une des clefs-étrangères de ses tables.
listForm wait for a primary key value that is referenced by one of the foreign keys of its tables.
Andere resultaten
Le contenu de la listForm et les choix du fkField seront toujours similaires.
The listForm content and the available fkField choices are always similar.
Par exemple si la listForm affiche le contenu d'une table ne contenant que deux clefs étrangères : il est inutile de proposer la modification de son contenu.
For example when the listForm display the content of a SQL table, that contains only two foreign keys: modifying the content of a row is not usefull.
Un ListForm pour afficher la liste des adresses de ce contact.
On utilise pour ceci la fonctionnalité décrite dans la HOWTO sur les listForms.
This behaviour is described in the HOWTO on listForms.
Vous avez trop de champs dans votre fiche, ou trop de listForm.
A card screen has too many fields, or too many listForms.
Mais nous nous contenterons pour cet exemple, de définir une simple listForm que l'on placera dans un screen quelconque.
But for this example we just declare a listForm that will be placed in some screen.
Cette listForm est dans l'écran de la fiche de "Groupe", elle affiche les individus inscrits au groupe.
This listForm is in the card of "Group". It displays individuals that are registered in the group.
Vous avez un listForm et vous souhaitez modifier son comportement, ajouter une colonne d'une table liée, afficher un agrégat...
You have a listForm and you wish to modify its behaviour, or to add a column of a linked table, or to display a computed aggregate column...
Lorsque le printerDataSource contient une selectQuery, on peut décider soit de remplacer complètement (mode='replace') la requête du listForm (la requête du listForm est alors ignorée).
When a printerDataSource contains a selectQuery, the query can completely replace (mode='replace') the listForm query (so the listForm query will be ignored).