Note.ItemProperties

  • Thread starter Thread starter Phi
  • Start date Start date
P

Phi

Hello everyone,
I have a stuck with Note.ItemProperties.
I want to store special fields to Note.ItemProperties.
I wrote the code like this:

Note.ItemProperties.Add Name:="Field1", Type:=olText
Note.ItemProperties.Item(0).Value="ABC"

Note.ItemProperties.Add Name:="Field2", Type:=olText
Note.ItemProperties.Item(1).Value="DEF"

It has a bug "Method 'Value' of the ItemProperty Failed".

Please help me fix it.
Thanks,

Phi.
 
Back
Top