03-06-2012 09:32 AM
What values are returned, or how can I detect when a promptpopup is exited instead of entering information?
Thanks!
Solved! Go to Solution.
03-06-2012 10:22 AM
You receive the return value VAL_USER_CANCEL if the operation has been canceled, i.e. closed the popup with the red X instead of the OK button.
You can check the string length of the response buffer to see if the user did enter anything.
03-06-2012 10:27 AM
Thanks!