Stephen Lebans and Sandra Daigle PLS Read

  • Thread starter Thread starter Patrick Graham
  • Start date Start date
P

Patrick Graham

I think I figured out what is going on. (I've stated this
in my other thread too)

The dll is working as shown in the sample access file
provided in the zip.

I have a splash screen, witha button that calls the no
wheel function and then loads a form with a subform.

This is the problem I think Im having:
On my sub form I have a button, many check boxes and few
text boxs. If the focus is on either one of these control
types I am able to scroll to a new record.

However when on a combo box, date field, auto number
field, (maybe some other types) the scroll feature has
been disabled as it should be.

So is this to be expected? Is there a fix?

Thanks for you help.
 
Hi Patrick,

No need to start a new thread - I'm still following the other one (I'm sure
Stephen is too). Keeping all the dialog in one thread helps everyone follow
the problem from start to finish.

Have you checked the ScrollBar property of the textbox controls? I've found
that they must be set to none in order for the scroll feature to be toggled
properly.
 
Ok ill go back to the other thread
:)
-----Original Message-----
Hi Patrick,

No need to start a new thread - I'm still following the other one (I'm sure
Stephen is too). Keeping all the dialog in one thread helps everyone follow
the problem from start to finish.

Have you checked the ScrollBar property of the textbox controls? I've found
that they must be set to none in order for the scroll feature to be toggled
properly.

--
Sandra Daigle
[Microsoft Access MVP]
For the benefit of others please post all replies to this newsgroup.


Patrick said:
I think I figured out what is going on. (I've stated this
in my other thread too)

The dll is working as shown in the sample access file
provided in the zip.

I have a splash screen, witha button that calls the no
wheel function and then loads a form with a subform.

This is the problem I think Im having:
On my sub form I have a button, many check boxes and few
text boxs. If the focus is on either one of these control
types I am able to scroll to a new record.

However when on a combo box, date field, auto number
field, (maybe some other types) the scroll feature has
been disabled as it should be.

So is this to be expected? Is there a fix?

Thanks for you help.

.
 
Back
Top