A few days ago I mentioned a problem I was having setting the focus when I
returned to a form.  I believe I have identified the problem in the Palm OS,
specifically in the FrmSetActiveForm function in Form.c.

If you look at the source, it expects the form you are returning to to have
have had the focus previously on a table object or on a field object. In my
case, a table object did have the focus previously, but the table consists
only of custom item cells.  Custom items do not have a field structure or
fldEnterEvent associated with them so the code doesn't know where to put the
focus when it makes the form the active form.

Did I find a bug?

Reply via email to