Question

  Asked: Jul 22 2008   6:22 AM GMT
  Asked by: Mlw


How do I receive java-agent-backend-data in UI


Web services, Agents, Data analysis, UI, Java

I need help!

a doc is open in UI. After pressing a button, the doc ist opened in a dialogbox for extra input.

dlg_res = workspace.DialogBox( "DMS_Indizierung", True, True, False , False , True, False, _
"In eAK überleiten ...", ,True, False, True )

In Queryclose there are more checks and an agent is started. This agent gets data from a web-service.

URL url = new URL(urlString);
HttpURLConnection conn = (HttpURLConnection) url.openConnection();
...
doc.replaceItemValue("F_Ladezeit", dt.getLocalTime());
doc.save();

After running the agent the UI- Doc is reloaded.
Delete doc2
Set doc2 = db.GetDocumentByID(paramid) ' retrieve the back-end document
If doc2.getitemvalue("F_VGID")(0) <> "" Then
'Msgbox "2. Ergebnis: " + parsehtml(doc, "<result>", "</result>", 0, 0)
ergebnis = parsehtml(doc2, "<result>", "</result>", 0, 0)
Print ergebnis

But where are the results of the agent?

My question: Whereare the results and how can I see them?

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


Start this Answer and Earn your Knowledge Points!

By clicking "Create Answer", you can write the answer to this question that can be improved upon by your peers using the Answer Wiki.

Browse more Questions and Answers on Development and DataManagement.

Looking for relevant Development Whitepapers? Visit the SearchWinDevelopment.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register