Form Set focus problems

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ramdil
    New Member
    • Dec 2007
    • 46

    Form Set focus problems

    Hi All

    I have a form with section and multiple pages(tab sections) in the section.Now i have added a button in the form which when clicked will open a form.Now my problem is that when i click the button the new form is getting opened but the control is still in the first form only.i have added control.setfocu s in the form activate and form open method of second form but also control is not getting transfered to second form if i click through mouse also i am not able to get focus.why is it so,Can any one give me idea how to over come this

    Thanks in advance
  • MikeTheBike
    Recognized Expert Contributor
    • Jun 2007
    • 640

    #2
    Originally posted by ramdil
    Hi All

    I have a form with section and multiple pages(tab sections) in the section.Now i have added a button in the form which when clicked will open a form.Now my problem is that when i click the button the new form is getting opened but the control is still in the first form only.i have added control.setfocu s in the form activate and form open method of second form but also control is not getting transfered to second form if i click through mouse also i am not able to get focus.why is it so,Can any one give me idea how to over come this

    Thanks in advance
    Hi

    The only think I know that can produce this behavour is when the launching for has its 'Pop Up' set to Yes.

    This can be found on the form's 'Properties' dialoge 'Other' tab.

    There could be other reason ??


    HTH


    MTB

    Comment

    • ramdil
      New Member
      • Dec 2007
      • 46

      #3
      Hi

      Thanks for the reply.Yes it has sorted out my problem.

      Comment

      Working...