ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 242526272820242025
// Affiche les caractéristiques d'un fichier dans la trace ListeFichier is string ListeFichier = HListFile(hLstDetail) // Récupère le premier fichier ListeFichier = ExtractString(ListeFichier, 1, CR) // Affiche le nom logique du fichier Trace("Nom logique : " + ExtractString(ListeFichier, 1)) // Affiche l'abréviation du fichier Trace("Abréviation : " + ExtractString(ListeFichier, 2)) // Affiche le libellé du fichier Trace("Libellé : " + ExtractString(ListeFichier, 3)) // Affiche le nom physique du fichier Trace("Nom physique : " + ExtractString(ListeFichier, 4))
Last update: 03/28/2025
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: