Re: OCCURENCE D'UNE TABLE APRES EFFACEMENT

Posté par JeromeR le 24/11/2005 14:42:30
Essaye en remplacent ca :

POUR i = 1 A TableOccurrence(Table,toTotal)
 SI FIN_FORMATION[i] < DateDuJour() ALORS
 Table[i]..CouleurFond = iRougeClair
FIN


PAR

POUR i = 1 A TableOccurrence(Table,toAffichée)
 SI FIN_FORMATION[i] < DateDuJour() ALORS
 Table[i]..CouleurFond = iRougeClair
FIN

Cette contribution était de : http://old.wdforge.org/newbb/viewtopic.php?forum=14&topic_id=3086&post_id=13006