J'ai un champ saisie où j'ai mis un code dans la section "Initialisation".
Ce champ je le duplique en un nombre assez conséquent (100 exemplaire).
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14 PADH est un entier HLit(Variables_tirage,5) PADH= Variables_tirage.val_var SELON PADH CAS 3 SAI_PouleA_DH_SAI1..Etat=Inactif CAS 4 SAI_PouleA_DH_SAI1..Etat=Inactif CAS 5 SAI_PouleA_DH_SAI1..Etat=Inactif AUTRES CAS SAI_PouleA_DH_SAI1..Etat=Invisible FIN
Dans le nouveau champ, le code sera bien copié mais le nom du champ restera celui du champ copié. je devrai pour chaque champ, modifier ce nom.
Existe t-il un moyen plus rapide pour ce genre d'opération ?
Partager