Bonjour,
J’ai créer une fonction de calcul pour importer les acomptes en masse mais j’ai toujours un message d’erreur.
voici la fonction:
begin
if parametrage = true then
par.nblignestitre = 0
par.sepdec = ","
par.sepchamp = ";"
else
Matricule = valeurstring(1)
if StrLen(Matricule) > 0 then
if IdentifieSalarieEmploi(Matricule) = true then
if BulletinExiste() = false then
//Acompte
call GenereAcompte(valeurdouble(2))
else
print "Salarié <" + valeurstring(1) + ">, bulletin existant."
endif
else
print "Salarié et/ou emploi pour le matricule <"+Matricule+"> non identifié."
endif
endif
endif
end
et ci-joint le tableau que j’ai utilisé.
Pouvez-vous m’aider svp ?
Merci d’avance