I have just come across some strange behaviour with a D4
application.
The application is deployed on several hundred machines
throughout the country, it runs fine on all except 5 or 6 where it exhibits odd
behaviour.
We have traced this odd behaviour on machines running large
fonts under Windows95 only - what happens is that as part of the form create
logic actually executes the code associated with the OnEnter of the first Edit
control in the tab order on the form even though that form is not the ActiveForm
- this does not happen on machines running small fonts. The simple answer
was to ask those users to change to small fonts - problem solved, or so we
thought.
However not quite that easy - we now find that if the
application is run on a machine with a screen resolution of 640x480 under
Windows95 or Windows98 (not sure about NT), then the application displays the
same behaviour patterns as it did on machines running large fonts under
Windows95.
Does anyone have any ideas.
Thanks in advance
Steve Galyer