mbentley
Registered User.
- Local time
- Today, 01:21
- Joined
- Feb 1, 2002
- Messages
- 138
My users have requested that I provide a popup textbox that gives them more room to enter text than can be provided in the smaller parent field in my form. I made a simple popup form that has one unbound field that allows text entry. When the user double clicks in the parent text field, the popup opens populated with the contents of the parent field. Once they close the popup, it overwrites the parent field with the entry in the unbound textbox. It all works fine, except for one thing. If the user enters some text and then double clicks the field, it populates the popup with the old value, not the new value. If I enter some text, click out of the field, and then double click it (without saving the record), it then populates the popup with the dirty data. Wierd. It's as thought the change to the field is not registered until you leave it. If I add a line of code that sets the focus to the active field (which seems redundant), the problem is solved, but this is a hackneyed workaround, and I'm curious to know the underlying cause. Any thoughts?
Last edited: