How can you call a form on a form

Showing Answers 1 - 7 of 7 Answers

Sri

  • Mar 18th, 2006
 

Hi,

We can call a form in 3 different ways :

1.Call Form

2.New Form

3.Open Form

  Was this answer useful?  Yes

muniyuga

  • Oct 24th, 2009
 

The communication between forms can be done in the following 3 ways
let say Form A calls FormB

1.Using New_Form: this Terminates Form A and activates Form B

The NewForm will terminates your current active Form A and releases the memory which is used by Form A and Then activates the called Form B.

2.Using Call_Form:
This suspends the Form A and activates Form B.When you close Form B then Form A will active again.
User cant able to navigate between Forms A and B.

3.Using Open Form:
It opens the indicated form B.
User can be able to navigate between forms A and B.
This is used in multi form applications.

The above is just brief on "Functionality".You have to research more when you are implementing.

Regards,
Yugundhar K

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions