Function
Creates a new invalid-component Array containing the information stored in an invalid-component handle, and stores it in a given field.
Syntax
#include <dx/dx.h>
Error DXSaveInvalidComponent(Field field, InvalidComponentHandle handle)
Functional Details
The new Array is stored in field under the component name given when handle was created. The invalid data may be referential or dependent, and the invalid-data component will receive an appropriate "dep" or "ref" attribute.
This routine deletes existing invalid components.
Return Value
Returns OK or returns ERROR and sets an error code.
See Also
DXCreateInvalidComponentHandle, DXFreeInvalidComponentHandle