EBSILON®Professional Online Documentation
Data Transfer and Results Display / ATL - Interface / Jump Function
In This Topic
    Jump Function
    In This Topic

    Implement Jump Function


    The jump function, which is called after the call from the EbsScript, is present in the header file with the name defined in the ATL-Object Wizard. It is called:

     STDMETHOD(Run)

    The following must be done in this function:

    AFX_MANAGE_STATE( ::AfxGetStaticModuleState() );
    
     
    

     

    Now, the Callback-Function must also be implemented.