This may be one of those “it never should have worked in the first place” deals, but here goes.
A database I did not develop, but it was developed under R5. The form includes a couple of rich text fields. Clever little idea: one of the two rich text fields has a hotspot around it. When a document is created, the field with the hotspot usually has an attachment attached into it. Then when the end user reads the document, and clicks on the attachment, the hotspot code fires.
This works under R5. However, using the R6 client, the document creator is unable to attach any files into the rich text field that has the hotspot around it. One of those #0C:03 messages pops up (consistently). Attaching into the other rich text field (the one without the hotspot) works fine.
Is this something that never should have worked, or did R6 break something?
Incidentally, I have recreated this in a simple form. It appears to me that the focus is somehow getting moved out of the rich text field before the attach happens. After clicking through the 0C:03 message, the cursor is blinking just ahead of the field (where the hotspot starts). So it may think that I am trying to attach into something other than the field. But I cannot get the cursor to stay put.