Forms and attachments

  • Thread starter Vladimir Chtchetkine
  • Start date
V

Vladimir Chtchetkine

I have developed a custom form to view/edit a PostItem. I want to be able to
vew/add attachments while I'm in this form but I have no idea how can I do
that if I don't want to use standard "Message" control on my form. I mean
Message control is the only place that I found (so far) that shows
attachments and enables "Inser -> File" operation in toolbar/menubar. Is
there any other way to show attachments on the custom form?



TIA,



Vladimir
 
H

Helmut Obertanner

Maybe a Solution:

You can use a ListView Control and populate it when you open your form or
add an attachement to your Item.

Regards, Helmut Obertanner
 
Top