logo

New Response

« Return to the main article

You are replying to:

    • avatar
    • Philippe Desrochers
    • Posted on Fri 12 Jul 2002

    Hi, if you want to use with an agent made in lotus script you should do this :

    1) copy your field from the agent to the form. ex: Call docTemp.CopyAllItems(docStat) docStat.Form = "fHistogramme" Call workspace.EditDocument(False, docStat, True)

    2) add the applet on the form (create menu) Note : the applet must have to get the parameters values in the init methot. Ex: public void init() { ... String str_temp; str_temp = getParameter("text"); ....

    3) Add the parameters and the values (fields) in lotus at the applet's parameter values. Note : the name of the parameter must be the same in the applet. (here, the parameter's name in lotus is "text")

    Philippe Desrochers

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: