Field_OnChange Event doesn't trigger when changing value in 'OnLoad' event

In a simple form i need to trigger the onchange event on a field.
This works perfectly when i change the field value manually but if i set the field value in the ‘OnLoad’ the ‘OnChange’ event doesn’t trigger.
Is there a way to do this without reply the code of the OnChange event in the On Load event?