-
Topic
-
Hi advansys team,
Here is a piece of my code
‘Library is one of my Library, not just Account.DefaultDocumentLibrary
for i = 1 to Library.FieldDefinitions.count
set champs = Library.FieldDefinitions.item(i)
msgbox champs.fieldID
if (champs.name = “Classement”) then
ClassFieldNum = i
end if
nextI found two problems with it
First is on ‘msgbox champs.fieldID’
Formativ return an error “Not implemented yet” (translate from French)
Any other properties exept ‘name’ return the same errorSecond is that
‘champs.name’ return ‘ghost’ value.
Sometime, it’s another library.FieldDefinitions.name, sometime it’s an older one (even deleted throught C1)Help needed
L.P. Irovetz
Arcane GroupWare
- You must be logged in to reply to this topic.