I have checked this manually.
- Code: Select all Expand view
- IF VALTYPE(oSelf)="O"
IF VALTYPE(oSelf:oParent)="O"
IF VALTYPE(oSelf:oParent:oCargo)="O"
IF VALTYPE(oSelf:oParent:oCargo:oMHY_Kod)="O"
oSelf:oParent:oCargo:oMHY_Kod:SetItems(.....)
ENDIF
ENDIF
ENDIF
ENDIF
Is there any function/method to check it another way?
Thanks,