1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
| Case "EL"
Dim mycurrentprocat As New Notices
mycurrentprocat = LgNotices.Item(lgTes)
If Not LgNotices2.ContainsKey(lgTes) Then
mycurrentprocat = New Notices
tomeTes = iter.Current.SelectSingleNode("ED_SPEC_CH").Value
mycurrentprocat.tomeTes = tomeTes
LgNotices2.Add(lgTes, mycurrentprocat)
End If
If Not LgNotices2.ContainsKey(lgTes) Then
mycurrentprocat = New Notices
volumeTes = iter.Current.SelectSingleNode("ED_SPEC_V").Value
mycurrentprocat.volumeTes = volumeTes
LgNotices2.Add(lgTes, mycurrentprocat)
End If
If Not LgNotices2.ContainsKey(lgTes) Then
mycurrentprocat = New Notices
pageDebTes = iter.Current.SelectSingleNode("ED_SPEC_P").Value
mycurrentprocat.pageDebTes = pageDebTes
LgNotices2.Add(lgTes, mycurrentprocat)
End If
idJotTes = getJoIdTes(tomeTes, volumeTes, anneeJot)
mycurrentprocat.idJotTes = idJotTes
insertTitreEdSpec( _
nomficNoticeTes, _
lgTes, _
mycurrentprocat.idJoTes, _
mycurrentprocat.idCelexTes, _
mycurrentprocat.tomeTes, _
mycurrentprocat.volumeTes, _
mycurrentprocat.pageDebTes, _
mycurrentprocat.titreTitTes, _
mycurrentprocat.idJotTes) |
Partager