Events for the page navigatore button
Hello everybody..
I am actually working on translating the Crystal Report viewer's staus bar wher the "Current Page No " , "Total No Page" and the "Zoom factor" are shown . i.e, when the language in my app changes to German or anything, the Current PageNo..and etc strings should get localized.I didnt get control over the stausbar panels...hence set the visible property of the statusbar to false and added a statusbar of my own where i can show the panels as it is..
The reprtdoc's FormatEngine has got the GetLastPageNumber property which helps me in assiginng the total page count to the panel text of te Total Page No..
There is a "GetCurrentPageNumber" property of the Crystal Report viewer even. and i am assigning the value to the panel text for the Current Page No in the navigate event of the Crystal report viewer. But what i have noticed is that the get current page number doesnt work properly..
Can any one help me in the identification of the event that is fired from the viewer where the pagenavigatore buttons are clicked..i.e, the event fired when the "Go to next page" and "Go to Previous page" buttons on the viewer clicked( Idont want to do it in the navigate event) I want the individual events fired when the right and left buttons are clicked on the navigatore control
Please help me as soon as possible..
Thanks in advance
Surekha
|