Popup Form not visible (1 Viewer)

shafara7

Registered User.
Local time
Today, 09:07
Joined
May 8, 2017
Messages
118
I have a button on a form that should open a opup form when clicked.
But the popup form is not visible. I can see something flicked on the screen when I clicked the button but the form is just not showing up.
When I turn off the popup properties of that form, it works fine.

This popup form carries a split(OpenArgs) funtion. Does this has something to do with it?
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 15:07
Joined
May 7, 2009
Messages
19,245
Make the form modal.
Inspect the code behind the pop up form, something is cancelling it.
Inspext the code of the button, are ther other codes affter openning the pop up.
 

shafara7

Registered User.
Local time
Today, 09:07
Joined
May 8, 2017
Messages
118
Thank you!
 

shafara7

Registered User.
Local time
Today, 09:07
Joined
May 8, 2017
Messages
118
What do you mean Split Form?
The one that I said on post #1 is split(OpenArgs) which is a command code to copy records from one form to another.
If you mean Split Database, it means that you split your database into two - for private and for public.
 

Users who are viewing this thread

Top Bottom