Database Administrator (DBA) Question:
Download Questions PDF

What is difference between open_form and call_form?

Answer:

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.

Download Database Administrator (DBA) Interview Questions And Answers PDF

Previous QuestionNext Question
When do you use data parameter type?How would you change all occurrences of a value using VI?