Like to set current control always on top of the form

softpro

Registered User.
Local time
Today, 08:35
Joined
Oct 23, 2001
Messages
23
I want to make my form in such a way that always the current working control should stay on top of the form.

Can the form scroll in round. so current control can stay in the top
(even if its the last control in the form).

Can this be done.

Please throw any information that you have related to this.

Thanks a lot.
 
Are you talking about a custom command button, combo box, etc.?

If so, just put those in the forms "header" and they will always stay at the top of the form even when scrolling down.

From the design view of the form, click the menu bar option... View \ Form Header/Footer

HTH
 
Thanks Ghudson,

I want all the controls to work in round scroll, the user never have to scroll all the way down to see the current control.
Atleast I want the control to be in the viewable area of the screen.

I tried GotoControl but it does not work..

Thanks
 

Users who are viewing this thread

Back
Top Bottom