programmatic setting of an ole object field

G

Guest

I'd like to know if it's possible programmatically to set
ole content in an ole-object type field, i.e.
....
myTable.addNew
myTable.OleObjectFieldName=......

(where the dots could mean a file name, the content of the
clipboard, ....)

I've the same problem from a form: having a
BoundObjectFrame control, how could I insert via code
something? i.e.
....
me.BoundObjectFrameName=......
 

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