PDA

View Full Version : AMS 6 quick tip of the day!


Intrigued
09-28-2006, 10:16 PM
Have you wanted to have a Paragraph have focus so your applications can scroll-wheel up and down the data in this object? But, by default the Page.SetFocus() does not officially include the Paragraph object.

The easy workaround:

Just add the following code in the On Enter event area of that object:

Page.SetFocus(this)