Note.ItemProperties

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top