Custom Print view for table

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
YasirKazi
User
Posts: 6

Custom Print view for table

Post by YasirKazi »

Hi,
I am trying to create an application that will allow users to print a predefined official letter. This letter has some predefined text and includes 4 fields that will change for each request.
I have a SQL table that has 4 fields that constitute the variable information in the letter.
Is there a way I can define a custom view where I can create the predefined text and also insert the 4 fields ?

Thanks


motfs
User
Posts: 258

Post by motfs »

Try Custom Template, see "Custom Template" in the help file. If the page works as you expected, save the page as another name for export. Then add an export option for this custom page. Read Server Event and Client Scripts -> Page_Load (Example 2) in help file for more details.


Post Reply