/ Forums / Advansys Formativ / Creating Solutions with Formativ / Controlling fields in ItemSaveMessageDlg() / Reply To: Controlling fields in ItemSaveMessageDlg()

#7973
Support 3
Participant

    Its a native GroupWise Token, you can see a full list at: http://developer.novell.com/documentation/gwtoken/index.html?gwtokens/data/hj8ej8g5.html

    To make easier for the developer, Formativ wrap most of the token. For example, you can call
    GroupWise.ItemSaveMessage()

    Formativ also provide option to call directly the token using the ThrowToken() method.

     
    msgbox groupwise.throwtoken("ItemSaveMessage(""" & iMessageID  & """;""c:temptest.eml"";900)", iRetunVal)   
    

    Hope this helps.

    Regards,
    Advansys Support