Kbase P84931: Is it possible to reset the handle of an object without recreating it, if previously , a null value
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  02/09/2004 |
|
Status: Unverified
GOAL:
Is it possible to reset the handle of an object without recreating it, if previously , a null value was manually assigned to the handle of the object?
FIX:
No. A handle is a memory pointer to an object, if you manipulate it or assign a null value to it you lost the pointer.