Re: Displaying a long form
From: fredg (fgutkind_at_example.invalid)
Date: 04/14/04
- Next message: Chris: "Variable/Field value not being held"
- Previous message: Allen Browne: "Re: Select More Than One Item from a List Box"
- In reply to: stan: "Displaying a long form"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 14 Apr 2004 01:35:13 GMT
On Tue, 13 Apr 2004 16:21:07 -0700, stan wrote:
> I have a form that is larger than what can display on the screen. When it is initially dsiplayed the form is scrolled to the bottom of the form. How can I ensure that the form is initially displayed with the top of the form displayed?
Place code in the form's Load event:
[ControlName].SetFocus
[ControlName] should be the first control on the form.
-- Fred Please only reply to this newsgroup. I do not reply to personal email.
- Next message: Chris: "Variable/Field value not being held"
- Previous message: Allen Browne: "Re: Select More Than One Item from a List Box"
- In reply to: stan: "Displaying a long form"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|