Bonjour,
Je doit importer un fichier CVS issu d’un logiciel de temps pour alimenter l’activité journalière dans Silaé.
J’ai créé la fonction calcul suivante, mais j’ai un message d’erreur Ligne programme 12 : ECHEC_APPELFUNCTIONINCORRECT et je n’arrive pas à trouver le blocage :
begin
if parametrage = true then
par.nblignestitre = 1
par.sepdec = ","
par.sepchamp = ";"
else
Matricule = valeurstring(1)
if StrLen(Matricule) > 0 then
if IdentifieSalarieEmploi(Matricule) = true then
if BulletinExiste() = false then
//Activité journalière
Call GenereActiviteJournaliere(jour,dureeh,hdebut,hfin)
else
print "Salarié <" + valeurstring(1) + ">, bulletin existant."
endif
else
print "Salarié et/ou emploi pour le matricule <"+Matricule+"> non identifié."
endif
endif
endif
end
Le fichier CVS correspond à ce qui est attendu dans l’aide en ligne :
Merci pour votre aide