|
|
|
|
|
TableSupprimeTout (Fonction) En anglais : TableDeleteAll Supprime toutes les lignes dans : - un champ Table par programmation,
- un champ Table hiérarchique par programmation,
- une table affichée dans un champ Combo.
// Suppression de toutes les lignes dans le champ "TABLE_Produit" TableSupprimeTout(TABLE_Produit)
Syntaxe
TableSupprimeTout(<Champ Table>)
<Champ Table> : Nom de champ Nom du champ à manipuler. Ce champ peut correspondre à : - un champ Table.
- un champ Table hiérarchique.
- un champ Combo avec table.
Si ce paramètre correspond à une chaîne vide (""), le champ Table manipulé sera celui auquel appartient l'événement en cours. Remarques Conditions d'utilisation La fonction TableSupprimeTout peut être utilisée indifféremment sur : - un champ Table ou Table hiérarchique fichier.
- un champ Table ou Table hiérarchique par programmation.
- un champ monosélection ou multisélection.
Rappel : La multisélection n'est pas disponible sur les champs Table en mode "Serveur".
Composante : wd300obj.dll
Documentation également disponible pour…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|