D
Demuxer
my question is, when im inputing values on the 4th subform(aprox. after the
15th line of the subform after the focus) i cant see the controls (textboxes
and checkboxes) below until i use the mouse and move the vertical scrollbar
down. its like when you are reading in word and move with your [down arrow]
and you know that your cursor is paging down but YOU ARE NOT VIEWING that
phrases, i dont know if there is a property for the mainform or the subform
but .SETFocus on my commands doesnt works.
Also, when im exiting from a subform i put:
Private Sub placa_lostfocus()
Miembro.SetFocus
End Sub
where placa is a text_field and miembro a subform, i dont know if this is
correct but works, cause my MainForm window doesnt 'autoscroll' when my
cursor is navigating with [Arrows] or [TABS] across all the subforms.
Please correct me for this
15th line of the subform after the focus) i cant see the controls (textboxes
and checkboxes) below until i use the mouse and move the vertical scrollbar
down. its like when you are reading in word and move with your [down arrow]
and you know that your cursor is paging down but YOU ARE NOT VIEWING that
phrases, i dont know if there is a property for the mainform or the subform
but .SETFocus on my commands doesnt works.
Also, when im exiting from a subform i put:
Private Sub placa_lostfocus()
Miembro.SetFocus
End Sub
where placa is a text_field and miembro a subform, i dont know if this is
correct but works, cause my MainForm window doesnt 'autoscroll' when my
cursor is navigating with [Arrows] or [TABS] across all the subforms.
Please correct me for this