How to add Data from a record in a form to HTML view
I want to add data of a record in my forum to a HTML view. I am using following scripts
htmlpage HTML_Test1(Ref_No)
displayname = "HTML Test"
content
<%{
rc = Shipment_Details [Ref_No == input.Ref_No];
}%>
when I test this script in the preview it works fine. But when I access this view I don't get any result. Can anyone help me with adding data of a record in a forum to HTML view.
Ashish