Page 1 of 1

Custom Print view for table

Posted: Thu Feb 02, 2017 6:30 pm
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


Re: Custom Print view for table

Posted: Fri Feb 03, 2017 10:57 am
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.