View Full Version : OLEboundobject won't appear on form...


Mitch_____W
04-30-2002, 06:38 AM
I have a OLE field in a table which is used for bitmaps (Specifically scanned signatures). On the signature form, I have a bound OLE frame. I set the RecordSource property of the form to a query which gets the signature of the current employee's record. I set the controlSource property of the BoundOLE frame to the signature field of the query. For some reason the bitmap image will not display on the form and when I double click the frame, a message box appears telling me that the object frame is empty and I cannot activate it....

I am stumped.....

Any suggestions?

Thanks in advance!!

Mitch

mrenshaw
05-06-2002, 11:14 AM
Mitch, have you tried running a form wiz based on the query just to check out the settings? I tried duplicating what you described and it worked OK but not sure how complex you query is.