I have a large form that uses setviewport() to move between upper and lower views. Textboxes in the upper view work fine. Textboxes in the lower view don't echo the text that is typed in them. The text will appear once the control loses focus, but the user can't see it as they're typing. The cursor moves, but no text appears until they press ENTER or TAB.
There are textboxes in the middle of the form that show up in both views. These textboxes work correctly in the upper view, but the same textboxes have the 'non-echo' behavior when in the bottom view. Something is happening when setviewport() changes to the bottom view that alters the textbox entry behavior. It also occurs if the mouse is used on the slider bar to go to the lower view.
I've spent three days trying to figure this out.
Any suggestions?
There are textboxes in the middle of the form that show up in both views. These textboxes work correctly in the upper view, but the same textboxes have the 'non-echo' behavior when in the bottom view. Something is happening when setviewport() changes to the bottom view that alters the textbox entry behavior. It also occurs if the mouse is used on the slider bar to go to the lower view.
I've spent three days trying to figure this out.
Any suggestions?