View On Web

Hi All,

I want to display the view in formatted way on to the web. I have a view with four column and i would like to display it with customize way. As you follow below link you will understand what i want.

http://recruiter.monsterindia.com/ecom/searchresult.html

I have also create a form with the name $$ViewTemplate for viewName and crated a field $$ViewBody. But not able to display in formatted way…

Please help . It is an urgent for me…

With Regards,

vikas K Sinha

Subject: View On Web

Properties in View (advanced) Tick Treat Contents as HTMLYou’ll then have to use html code for your column headers and column values

example a column value to display a url could be

url:=“<a href="0/” + @Text(@DocumentUniqueID) + “">”;

“<td Class="tbldat">”+ URL + “Click Here To Open Document
Click Above link to Open Documnt”

you’ll have to use in the first column and in the last column.

Once you have mastered it, you can put anything in a view

Good luck