/ Forums / Advansys Formativ / Creating Solutions with Formativ / Post task / Reply To: Post task
January 28, 2004 at 3:55 am
#6882
I’m using this code as a workaround:
Set Msg = GroupWise.ComposingItem
if (Msg.ClassName = “GW.MESSAGE.TASK”) then
if (Msg.BoxType = 3) then
‘ msgbox (“posted task”)
exit sub
end if
end if