M
Mato
found problem. I create labels according to language. I created item with
the different language with the routine Configuration. When I won't delete
this item, it's problem with function Beforedelete. When i create Item
without routine Configuration, I haven't problem with function BeforeDelete.
When disable rows: strankaDochazka.Name = listDochazka and
strankaPrehled.Name = listNahled function BeforeDelete running. Where is
problem?
listDochazka="XXX1"
listNahled="XXX2"
set insp=Item.GetInspector
set strankaDochazka=insp.ModifiedPages("P.2")
set strankaPrehled=insp.ModifiedPages("P.3")
strankaDochazka.Name = listDochazka
strankaPrehled.Name = listNahled
the different language with the routine Configuration. When I won't delete
this item, it's problem with function Beforedelete. When i create Item
without routine Configuration, I haven't problem with function BeforeDelete.
When disable rows: strankaDochazka.Name = listDochazka and
strankaPrehled.Name = listNahled function BeforeDelete running. Where is
problem?
listDochazka="XXX1"
listNahled="XXX2"
set insp=Item.GetInspector
set strankaDochazka=insp.ModifiedPages("P.2")
set strankaPrehled=insp.ModifiedPages("P.3")
strankaDochazka.Name = listDochazka
strankaPrehled.Name = listNahled