Form Does not Appear

aziz rasul

Active member
Local time
Today, 11:00
Joined
Jun 26, 2000
Messages
1,935
When I double click a form, it doesn't appear. Under the Windows menu, there is no reference to it. A second form in the db works OK.

I have tried importing the objects into a new db, but no luck. Also tried compact & repair, again no luck.

Any ideas anyone?
 
Hi,

Is there a code behind any of the form's events (as in Open, Load, Current, etc.)?
 
Yes, but that code was there before when the form opened correctly.

The code that is there simply makes a text box invisible.
 
Can you post the code behind the forum so we can take a look?

You can do this by opening another form's code in the editor and double clicking the forms name in the list on the left-side.

If it's possible to post the entire database, that would be easier for us.

Greetz,

Seth
 
Is the form's Visible property set to False?
Is it set to False via Code in one of the events?
Is there a code that cancels the opening of the form if a condition is met (or not met)?
Can you open the form in design mode?
 

Users who are viewing this thread

Back
Top Bottom