-
Topic
-
Can’t figure out how to use GroupWise.SendOptions call. I’m using Formativ Creator 2.0
Tried different notation, the call fails.
GroupWise.SendOptions 2, 0, 276, 0, 0, 0, 0, 0, 0, 0, 0
GroupWise.SendOptions 2, False, 276, 0, 0, 0, 0, 0, 0, 0, False
GroupWise.SendOptions priHigh, False, rovMail, rovNone, rovNone, 0, 0, 0, 0, 0, False
” is not a valid integer value at line 665
By the way using Tokens directly works as a charm:
ParamStr = “SendOptions(2;0;276)”
Cmd.Execute(ParamStr, strResult)
Related question, can I mix GW Token API calls with Formativ applet solutions engine? (In case I can’t get the code above to work).
I would put Token API calls in the separate DLL.
Thanks,
Michael
- You must be logged in to reply to this topic.