Continous forms behavour

  • Thread starter Thread starter Lasse T
  • Start date Start date
L

Lasse T

Hi again!!

I dont like the behaviour of my continous form when adding data.
I have two ways of adding data to the form. First a combo box where i type
and search. Second a search form that opens when I doubleclick on the combo
box. In the search form I can "pick" a value that automaticly fills one post
in the continous form. I have finally got everything right with the focus
and refreshing of the form. But... The form scrolls up after picking the
value so I have to hit the scrollbar before can se all the rows in the
continous form.
I want the form to be filled without scrolling up. The problem exisits only
when i pick the value from the search form. Not when i fill the form using
the combo box.
Any ideas?

Lasse T
-------------
 
Even tho I don't really understand what it is you're
trying to do, I hope this helps.

When I want to move a form in an unorthodox manner, I
often navigate or move to another control which SIMULATES
what I want to do using the AfterUpdate or OnExit
properties of a control. Redescribe in different words
what you're trying to do.
 
Back
Top