I have a problem trying to display rich text documents. I've set up a window with a RTE control and have several command buttons for the user to select what document they wish to see. Everything works fine except...
If document A1 is selected and the user scrolls down, even one line, and then document A2 is clicked it will automatically scroll to the bottom of the A2 doc. I've tried all methods of rte_1.Scroll(), rte_1.scrollpriorpage(), rte_1.scrollpriorrow()to move the display to the top of the document, but have been unsuccessful.
I'm at a loss as what to try next. Any help would be appreciated.
If document A1 is selected and the user scrolls down, even one line, and then document A2 is clicked it will automatically scroll to the bottom of the A2 doc. I've tried all methods of rte_1.Scroll(), rte_1.scrollpriorpage(), rte_1.scrollpriorrow()to move the display to the top of the document, but have been unsuccessful.
I'm at a loss as what to try next. Any help would be appreciated.