/* Function Name: PrintSetValuesError
* Description: Allow the SetValues error to be printed.
* Arguments: event - the set values call that caused this event.
* Returns: str - a string contining the errors.
*/
/* Function Name: GetResourceValueForSetValues(node);
* Description: Returns the value that should be sent to SetValues.
* Arguments: node - the node which contains the resource box.
* Returns: value - allocated value.
*/
/*
* This makes sure that exactly the same thing happens during a set
* values, that would happend of we were to insert this value into
* the resource database.
*/