2 forms and LoaderLock error ?

  • Thread starter Thread starter Ron
  • Start date Start date
R

Ron

I have two forms.

When I click on new entry I hide current form and show form2

as soon as I click on a textbox in form2 I get a loaderlock error.
What is this? How can I get rid of this?
 
I have two forms.

When I click on new entry I hide current form and show form2

as soon as I click on a textbox in form2 I get a loaderlock error.
What is this? How can I get rid of this?

Ron,

Can you post a small bit of code that demonstrates the issue - I can't
recall ever seeing that particular problem.
 
I have two forms.

When I click on new entry I hide current form and show form2

as soon as I click on a textbox in form2 I get a loaderlock error.
What is this? How can I get rid of this?

Are you using any 3rd party products in your code? I don't recognize
loaderlock as a typical error.

Thanks,

Seth Rowe
 
What is the data source behind your forms? Is it business objects or
datasets or what?

Robin S.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Question on MDIchild forms 6
LoaderLock error 4
How to use data on two forms 5
LoaderLocker 2
Opening and Closing Forms 4
Closing a form from another form 2
VB2005: get value from other form 3
Shared Sub Main 10

Back
Top