DDE_LAST_ERROR |
DEVELOPER |
Trail: PROIV Documentation > Developer > PROIV Developer > Developing Functions > Events and Logic > DDE_LAST_ERROR
|
|
Purpose |
DDE_LAST_ERROR returns the last DDE error code. |
Syntax |
#status = DDE_LAST_ERROR($error_number, $error_text) |
Operation |
#status contains the return status. Always set to 0, due to the asynchronous nature of DDE. |
Remarks |
The errors are indicative of a problem with the application using DDE running on the PROIV Client PC, or with the system environment on the PC. The PROIV Client merely retrieves the standard Windows DDE error returned by the DDE application. It does not generate any of these errors internally. |
Example |
#STATUS=DDE_LAST_ERROR($NUM,$TEXT) |
Topic ID: 520042