Hi All,

I have a very straighforward form with a number of text and other
fields on it, which are bound to fields in a data source. All the
fields get populated properly from the database, but there is a strange
problem with mouse usage. If I click anywhere in a text field, the
flashing cursor will only appear at the beginning of the field -
regardless of where I click. I can't highlight any text in a field by
dragging with the mouse. I can get a word in the field to highlight by
double-clicking on it, and I can move the cursor around with the
keyboard.

Any clues? I've never seen this before, and it doesn't happen on any
other of my forms, as far as I know. About the only thing unusual is
that it is an MDI child window - it is invoked from a "sibling" MDI
child window like this:

Dim f as New frmShowOne
f.MdiParent = Me.MdiParent
f.Show()