BrowseDialog Search freezing issue


Author
Message
Ross L. Rooker, Sr.
Ross L. Rooker, Sr.
StrataFrame User (195 reputation)StrataFrame User (195 reputation)StrataFrame User (195 reputation)StrataFrame User (195 reputation)StrataFrame User (195 reputation)StrataFrame User (195 reputation)StrataFrame User (195 reputation)StrataFrame User (195 reputation)StrataFrame User (195 reputation)
Group: Forum Members
Posts: 153, Visits: 462
I added a custom browse dialog frmCustomersMaintenanceBrowseDialog and it works perfectly if I have the CustomerMaintenance form appear first, then have the user click on the BROWSE button on the Maintenance Toolbar. BUt I want the Browse Dialog to appear first so I added the following to the frmCustomersMaintenance_Load event:

private void frmCustomersMaintenance_Load(object sender, EventArgs e)

{

this.frmCustomersMaintenanceBrowseDialog.ShowDialog();

}

This does bring up the Browse Dialog first, but when the user clicks SEARCH, the screen freezes. I am not doing any out of the ordinary with the BO.

Is there something else I need to do. What might be helpful is if you code tell me how I could bring up a messagebox showing me the SELECT statement just before it is executed? Or the Connection Striing? I already read the other parts of the forum on screen freeze but they do not seem to help with the issue.

Thanks.


GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...





Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search