Need help in diplaying data in web

Hi,

I am trying to display data from Note Client in a web page

I am calling agent in webquery open to transfer all field values…All field values are populating.But issue is with a field

call DocHist.Data is not showing in correct format.DocHist is Text field with allow multiple values.Web form also that corresponding field is having same properties and multivalue option.

Suppose in note DocHist is having value

“08-03-07 18:06: Merrin Mathew created this document.”

"08-03-07 233:09:Some bla bla "

in web it is coming like 08-03-07 18:06: Merrin Mathew created this document.08-03-07 233:09:Some bla bla "

Newline character is not coming in web…

I am passing data from notes to web using following code.

webdoc.DocHist = Document.DocHist

Can any one help to make it in correct format?

Cheers

Merrin

Subject: Need help in diplaying data in web

There are probably better ways but you could hide the field on the web and have a computed for display field that only shows on the web with the formula

OriginalField+“

Assuming the OriginalField is a multiple value which you seem to indicate it is.

Subject: RE: Need help in diplaying data in web

Hi,Adding
worked.Now everything is coming in correct format.

Thank you Guys

Subject: Need help in diplaying data in web

Why do you pass all fields around in a wqo agent at all, in the first place?

Taken that apart, your question is hard to answer without knowing anything about how your web page is created from the webdoc.