Click here to Skip to main content
15,896,269 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:

I have a crystal report viewer in my application. While hitting a link button report viewer opens as a popup. When it opens I need to set focus in first button in report viewer(popup). Also I need to set tab order in it. Now while pressing tab button focus is going to back screen. Please help me to solve this.
Posted
Comments
CSR89 30-Apr-13 2:04am    
Anybody please help me to solve this

1 solution

I'm not sure it'll work but alternatively you could customize the crystal report viewer toolbar or you could bring the crystal report viewer functionalities in your page/form, in this way you could achieve focus & tabindex, etc.,. Check these
Crystal Reports helper class[^]
Invoke a custom method when Crystal Report Viewers’ print button is clicked / Add custom button to Crystal Report Viewer Toolbar[^]
How to add Custom Printing options to ASP.NET Crystal Reports Viewer toolbar[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900