View Full Version : scroll up or page up code


karatelung
04-25-2001, 11:22 AM
Is there a way to make a form scroll up or down on open? I couldn't find a command for it.

Or is there code to emulate keystrokes like "page up"?

I know there was a post similar (not exactly the same) to this one a little while ago, but I'm hoping there's more information so that I don't have to make it a priority to redesign the layout of a tabbed form.

Any help is appreciated.

Richie

ElsVanMiert
04-29-2001, 11:49 PM
There are multiple ways to solve this problem depending on your application.

The easiest way is to use the SENDKEYS command (with a error trapping procedure to avoid headache).