Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2695

Re: Update logon information in recurring schedules in CRS 2008

$
0
0

I hope you managed to find a solution, in case anyone else is struggling with this issue I found copying SI_LOGON_INFO from the parent Crystal report of the recurring schedule seems to work, something like this:

 

IProperties parentLogonInfo = parentInfoObject.getProcessingInfo().properties().getProperties("SI_LOGON_INFO").copyAll();

infoObject.getProcessingInfo().properties().remove("SI_LOGON_INFO");

infoObject.getProcessingInfo().properties().setProperty("SI_LOGON_INFO", parentLogonInfo);

 

Obviously you need to have retrieved the recurring schedule into infoObject and the parent report into parentInfoObject, I'm sure you can figure those bits out

 

Steve


Viewing all articles
Browse latest Browse all 2695

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>