|
|
|
|
Ressource (Propriété) En anglais : Resource
La propriété Ressource permet de : - connaître les ressources visibles dans un champ Planning.
- connaître la ressource du champ Planning correspondant à l'indice spécifié.
PlanningAjouteRessource(PLN_Planning1, "Flo" + gValeurMémorisée("FP")) PlanningAjouteRessource(PLN_Planning1, "Manu" + gValeurMémorisée("EB")) Trace(PLN_Planning1.Ressource[1].Titre) // Renvoie "Flo"
PlanningAjouteRessource(PLN_Planning1, "Salle verte") PlanningAjouteRessource(PLN_Planning1, "Salle rouge") PlanningAjouteRessource(PLN_Planning1, "Salle bleue") POUR TOUT NomSalle DE PLN_Planning1.Ressource Trace("Nom : " + NomSalle.Titre) FIN
Syntaxe
Connaître la Nième ressource d'un champ Planning Masquer les détails
<Résultat> = <Champ Planning>[<Indice>].Ressource
<Résultat> : Nom de la ressource recherchée. <Champ Planning> : Nom de champ Nom du champ Planning manipulé. <Indice> : Entier Indice de la ressource recherchée.
Connaître les ressources visibles d'un champ Planning Masquer les détails
<Résultat> = <Champ Planning>.Ressource
<Résultat> : Tableau Nom du tableau contenant les ressources visibles du champ Planning. La seule propriété utilisable sur un élément de ce tableau est la propriété Titre. <Champ Planning> : Nom de champ Nom du champ Planning manipulé.
Documentation également disponible pour…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|