InterviewSolution
Saved Bookmarks
| 1. |
What Are The Two Structures Every Application Has? |
|
Answer» EVERY PowerBuilder application has the MessageObject and the ErrorObject. ErrorObject is used to report ERRORS during execution. MessageObject to PROCESS messages that are not PowerBuilder-defined EVENTS, and PASS parameters between windows. Every PowerBuilder application has the MessageObject and the ErrorObject. ErrorObject is used to report errors during execution. MessageObject to process messages that are not PowerBuilder-defined events, and pass parameters between windows. |
|