programmatic setting of an ole object field

  • Thread starter Thread starter Guest
  • Start date Start date
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=......
 
Back
Top