Recent content by clo

  1. C

    Open Paint when clicking on bound object frame?

    I have struggled with this for hours. I finally post looking for help, and I get it to work (of course). Here is the code I put in my object's On Double Click event, FYI: Private Sub OLEBound250_DblClick(Cancel As Integer) Me.OLEBound250 = Null Me.OLEBound250 = DFirst("[bmp image]"...
  2. C

    Open Paint when clicking on bound object frame?

    I am trying to do the same thing as Richard. Would like to have user click OLEBound frame and Paint open automatically so that user can make a drawing (bmp). I am trying to use the work around, but cannot get it to work. I keep getting error that OLEBound is Null---maybe a problem with my...
Back
Top Bottom