Answers

Question and Answer:

  Home  Database Administrator (DBA)

⟩ What is difference between open_form and call_form?

When one form invokes another form by executing open_form the first form remains displayed, and operators can navigate between the forms as desired. when one form invokes another form by executing call_form, the called form is modal with respect to the calling form. That is, any windows that belong to the calling form are disabled, and operators cannot navigate to them until they first exit the called form.

 133 views

More Questions for you: