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