Ok. "Stupid new guy question!"
I am brand new to CE programing (as well as ASP) and I am trying to increase the functionality of our report viewing. We have one ASP page that determines the desired output of the report (currently only three export formats) and I added an option for the DHTML viewer. The ASP page uses RAS to change the DB location and set the logon info. I wrote a function that calls the DHTML viewer (in RAS, not ePortfolio) and displays the report (Yipeeeeee!)
Now when I try to page through the report it seems to repost back to the calling page with a request for the 2nd page (I assume this is page caching at work). I am trying to figure out how to handle that request to get the reprot object to send back page two. I can't find any sample code to cover this. I have been searching through the RAS Help file and found PageRequestContextObject which has a PageNumber Property....Am I on the right track? Can someone give me a place to look???
Thanks. Chris
DFW Crystal User Group
I am brand new to CE programing (as well as ASP) and I am trying to increase the functionality of our report viewing. We have one ASP page that determines the desired output of the report (currently only three export formats) and I added an option for the DHTML viewer. The ASP page uses RAS to change the DB location and set the logon info. I wrote a function that calls the DHTML viewer (in RAS, not ePortfolio) and displays the report (Yipeeeeee!)
Now when I try to page through the report it seems to repost back to the calling page with a request for the 2nd page (I assume this is page caching at work). I am trying to figure out how to handle that request to get the reprot object to send back page two. I can't find any sample code to cover this. I have been searching through the RAS Help file and found PageRequestContextObject which has a PageNumber Property....Am I on the right track? Can someone give me a place to look???
Thanks. Chris
DFW Crystal User Group