This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: How can I print info from an agent to a view? ~Patti Opfoolitader 22.Dec.03 03:19 PM a Web browser General All ReleasesAll Platforms
Hi,
If I've understood your question correctly you have a document that triggers a webquerysave agent that carries out your sql query and gets a set of documents that you the want to display back to the browser. If your form does not have a $$Return field then any print statements that you have within your agent will output to the browser, displaying a new page for you. So, you should change your line
'Print "[/" & db.ReplicaID & "/0/" & doc.UniversalID & "]"
You should replace the "some descriptive text" with a value from each document such as a subject or title field. This will then display your page with all.your htmltable commands plus a list of url links to each document you retrieved in your query. Hope that helps