Subform Scrolling

  • Thread starter Thread starter BRC
  • Start date Start date
B

BRC

Hello All,
I have a subform within my main form.
I have tried to make the subform appear to be part of the
main form
( I hid the edges and made the colors the same).
I have turned off the record selectors and the navigation
buttons.
I don't want my users to scroll to the next blank record
with their wheel mouse or tab to the next blank record.
Any suggestions to prevent this?
Thanks in advance.

Brian Clark
 
BRC said:
Hello All,
I have a subform within my main form.
I have tried to make the subform appear to be part of the
main form
( I hid the edges and made the colors the same).
I have turned off the record selectors and the navigation
buttons.
I don't want my users to scroll to the next blank record
with their wheel mouse or tab to the next blank record.
Any suggestions to prevent this?
Thanks in advance.
Brian Clark

On Stephen Lebans web site you find a dll wich do it and work
fine also on SubForm.
Many Sample you can find on the web don't work with SubForm.

www.lebans.com

Bye.
@Alex.
 
BRC said:
Hello All,
I have a subform within my main form.
I have tried to make the subform appear to be part of the
main form
( I hid the edges and made the colors the same).
I have turned off the record selectors and the navigation
buttons.
I don't want my users to scroll to the next blank record
with their wheel mouse or tab to the next blank record.
Any suggestions to prevent this?
Thanks in advance.

Brian Clark

If the user's aren't supposed to be able to go to the new record at all,
then just set the AllowAdditions property of the subform (the form being
displayed in the subform control's "window") to No. No additions
allowed = no blank record.
 
Back
Top