Kalyan,
Thanks for the quick reply. I'm befuddled myself.
I'm cutting and pasting images from a Word document into a rich text control
in an InfoPath form. The images appear in the rich text control. I then
save the form, close InfoPath, then reopen the form. The images at that
point are gone, their absence indicated by placeholders (the little white box
with a red x and the area which would contain the image circumscribed by a
border).
If I open the saved form in a text editor, the xml contains html in the
element for the rich text control. The image is represented as follows:
<img style="WIDTH: 528px; HEIGHT: 361px" tabIndex="-1" height="361"
src="file://C:\Users\mhnort\AppData\Local\Temp\msohtmlclip1\02\clip_image002.jpg" width="528" v:shapes="_x0000_i1025"/>
When I open the folder C:\Users\mhnort\AppData\Local\Temp\msohtmlclip1\02,
however, there is no clip_image002.jpg file.
I'm pretty sure at one point in the form's development process that files
like the one indicated did show up. I haven't the slightest clue why they
aren't now.