Databound Combobox on TabControl hangs application

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi All

I have a databound ComboBox control which is put into the second page
of a tab control. When the form loads up, I databind the combo control
and populate the control.

When I go to change the tab page to the second page, the application
hangs...becoming completely non-responsive.

If I populate the combo control with no databinding, I can change to
the tab control without a problem.

If anyone has any ideas or comments, any help would be always
appreciated.

Thanks
Prem

.



Relevant Pages

  • Re: Query too large
    ... but to NOT fill the source object of the sub-form control. ... through the onChange event of the tab control, and the actual active page is ... subform (see the Form property RecordSource, in design mode of the said ...
    (microsoft.public.access.queries)
  • Re: Access 2003 - Tab control moving around on form
    ... except for that form to a new empty database. ... > I have a tab control placed on a form. ... > the tab control in design mode. ...
    (microsoft.public.access.forms)
  • Re: SDI/CFormView/TabCtrl resize problem.
    ... // Get the Tab Control and resize it accordingly. ... Only thing I don't like is that I'm resizing both the TabCtrl and the pages ...
    (microsoft.public.vc.mfc)
  • Re: 1 Main for 2 Subforms
    ... The way I usually prefer is to set the value of the tab control to the page index of the page I want to change to -- the first page has index 0, the second has index 1, and so on. ... In this case, since you particularly want to activate the detail subform, I suggest you set the focus to it. ... To simplify this, we'll create a helper function in the subform's module, and call that function from the DblClick event of various form elements. ...
    (microsoft.public.access.formscoding)
  • Re: Delegate / Multi-User Control Question
    ... Ok, ran into a problem w/ my approach, the issue is that the tab control is ... defined as non-static and I'm referencing it w/i a static method - which ... UserControl2 then populates the data from the db into itself (it's ...
    (microsoft.public.dotnet.languages.csharp)