Jump to content

Recommended Posts

Good Day
 

I want to find out the Form Name 1 level behind of Active Form

 

In Form1 -  Form2.Show;

In Form2 -  Form3.ShowModal;

In Form3 I need the name of 1 level behind Form3, ( which is Form2 ) 

 

Thank You

Share this post


Link to post

There are different approaches:

  • Everytime a form takes focus it inserts itself at the top of Screen.CustomForms
  • ShowModal inserts the previously focused form at the top of Screen.SaveFocusedList

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×