E
Erwin Roos
Hello
I made a form where make use of the 'key-down' form function.
This because scrolling through the records by default within continuous
forms is from left to right and top to bottom pressing the 'down-arrow' key.
On 'key-down' I examine the key-code of the key pressed and I take actions
to position the record/field pointer.
This all works fine in the form. Pressing:
Up-arrow = previous record
Down-arrow = next record
Left-arrow = next field
Left-arrow = previous field
As soon as I create an form and paste the above described form as subform
the record/field scroll functions do not work anymore.
The keys just function as they where by default.
Thanx in advance,
Erwin
I made a form where make use of the 'key-down' form function.
This because scrolling through the records by default within continuous
forms is from left to right and top to bottom pressing the 'down-arrow' key.
On 'key-down' I examine the key-code of the key pressed and I take actions
to position the record/field pointer.
This all works fine in the form. Pressing:
Up-arrow = previous record
Down-arrow = next record
Left-arrow = next field
Left-arrow = previous field
As soon as I create an form and paste the above described form as subform
the record/field scroll functions do not work anymore.
The keys just function as they where by default.
Thanx in advance,
Erwin