InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 51. |
What Is The Purpose Of Using The Super Keyword? |
|
Answer» It is used to refer to an object’s immediate ancestor. Take for example Super:: wf_myfunc (myarg1, myarg2). This example calls the ancestor function wf_myfunc (presumably the descendant ALSO has a function CALLED wf_myfunc). This example must be part of a SCRIPT or function in the descendent window, not one of the window's controls. It is used to refer to an object’s immediate ancestor. Take for example Super:: wf_myfunc (myarg1, myarg2). This example calls the ancestor function wf_myfunc (presumably the descendant also has a function called wf_myfunc). This example must be part of a script or function in the descendent window, not one of the window's controls. |
|
| 52. |
What Are The Different Statuses A Row Can Have In A Dw And What Function Do You Call To Find The Status? |
|
Answer» The 4 DW Statuses:
All are APPLICABLE to rows but only 1 & 2 are applicable to columns. The 4 DW Statuses: All are applicable to rows but only 1 & 2 are applicable to columns. |
|
| 53. |
How Do You Pass Parameters When Opening A Window? |
|
Answer» Use OpenWithParm method () and accessing the three system MESSAGE OBJECT properties:
The parameters are STORED in the Message object. Use OpenWithParm method () and accessing the three system message object properties: The parameters are stored in the Message object. |
|
| 54. |
What Are The Processes Of Material Module? |
|
Answer» DEFINE All PROCESS of material Generate INDENT to issue PRODUCT. Define All process of material Generate indent to issue product. |
|