InterviewSolution
| 1. |
What Events Do You Know For The Application Object? |
|
Answer» OPEN: the user starts application. IDLE: No mouse or keyboard activity happens in a specified number of seconds SystemError - A serious error occurred during execution. CLOSE: The user closes the application ConnectionBegin: In a distributed COMPUTING ENVIRONMENT, occurs on the server when a client establishes a CONNECTION to the server by calling the ConnectToServer function. ConnectionEnd: In a distributed computing environment, occurs on the server when a client DISCONNECTS from the server by calling the DisconnectServer function. OPEN: the user starts application. IDLE: No mouse or keyboard activity happens in a specified number of seconds SystemError - A serious error occurred during execution. CLOSE: The user closes the application ConnectionBegin: In a distributed computing environment, occurs on the server when a client establishes a connection to the server by calling the ConnectToServer function. ConnectionEnd: In a distributed computing environment, occurs on the server when a client disconnects from the server by calling the DisconnectServer function. |
|