Salut
j'ai la signature de la méthode suivante


Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
 
 
Public Function VerifierActionSuivant(ByVal sTypeDemande As String, 
 ByVal sNatureTypeDemande As String, ByVal sTraitementAVerifier As String,
ByVal sStatutDemande As String, ByVal sTraitementSuivant As String,
ByVal sCodeActionSuivante As String, ByVal sCodeServiceSuivant As String, ByRef LBMsg As String, ByVal sCodeCentre As String, ByVal sCodeClient As String, ByVal sOrdre As String, ByVal sLibelleCentre As String, ByVal sNomEtPrenomClient As String, ByVal sNumeroDemande As String, ByVal sLibTypDem As String, ByVal sLibService As String, ByVal sLibAction As String, ByVal sTypeClient As String, ByVal sTelephone As String, ByRef sEcranAffiche As String) As Boolean
et voici l'appel

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5

If FctGles.VerifierActionSuivant(_CodeTypDem, _NatDem, "", stDem.STATUT, sTS, sCAS, sCSS, LBMsgCloture.Text, TBCodeCentre.Text, TBCodeClient.Text, TBOrdre.Text, TBLibelleCentre.Text, TBNomEtPrenomClient.Text, TBNumeroDemande.Text, _LibTypDem, TBServiceSuivant.Text, TBActionSuivante.Text, TBTypeClient.Text, TBTelephone.Text, sEcranAffiche) = True Then

end if
à l'appel le message {Échec de l'évaluation de la propriété.} s'affiche.
le message apparait au niveau du paramètre en rouge.

je ne sais pas quoi faire pour résoudre le problème. Merci pour votre aide.