This isn't really a Codebook issue, but perhaps one of you can point me in the right direction. The item description uses a memo field for space and flexibility. When entering data from the keyboard one tabs from field to field within the grid. Since I could find no way to expand the edit box control that I used in place of the default text box in the column, I first define a window in the proper location for the form in question and then issue an "edit memo" with the window option. This code is placed in the gotfocus() event of the edit box. Now I'm looking for some way to trap the keyboard input to the memo edit window so that when the user hits the tab key the window will close. The default behavior is for the user to hit the escape key. Anybody got any ideas? Thanks. ©2001 Virgil Bevans |