Jump to content
We've recently updated our Privacy Statement, available here ×

Scriptlet Methods Not Expected 'Firing' Order


rw-network

Recommended Posts

 I created a Scriptlet using the code from the sample stuff.  The methods do not fire in the order I would expect them to. The Group ones all happen in the beginning. The afterReportInit fires in the beginning too.

Is what I am seeing the way it is suppose to be?

My issue is that around Page 5 the Group Footers are coming out. I was hoping to set a variable with the name of the group to be used in an expression, but this is a no go.

 

Code:
call beforeReportInit  call   beforePageInit : PAGE_NUMBER = null  call     beforeColumnInit  call     beforeGroupInit - Grp_Acct  call     beforeGroupInit - Market 3  call     beforeGroupInit - Market 2  call     beforeGroupInit - Market 1  call     afterGroupInit - Market 1  call     afterGroupInit - Market 2  call     afterGroupInit - Market 3  call     afterGroupInit - Grp_Acct  call     afterColumnInit  call   afterPageInit  : PAGE_NUMBER = 1  call afterReportInit          beforeDetailEval          afterDetailEval          beforeDetailEval          afterDetailEval          beforeDetailEval          afterDetailEval  call   beforePageInit : PAGE_NUMBER = 1  call     beforeColumnInit  call     afterColumnInit  call   afterPageInit  : PAGE_NUMBER = 1           beforeDetailEval           afterDetailEval          beforeDetailEval          afterDetailEval  call   beforePageInit : PAGE_NUMBER = 2  call     beforeColumnInit  call     afterColumnInit  call   afterPageInit  : PAGE_NUMBER = 2  call   beforePageInit : PAGE_NUMBER = 3  call     beforeColumnInit  call     afterColumnInit  call   afterPageInit  : PAGE_NUMBER = 3  call   beforePageInit : PAGE_NUMBER = 4  call     beforeColumnInit  call     afterColumnInit  call   afterPageInit  : PAGE_NUMBER = 4  call   beforePageInit : PAGE_NUMBER = 5  call     beforeColumnInit  call     afterColumnInit  call   afterPageInit  : PAGE_NUMBER = 5  call   beforePageInit : PAGE_NUMBER = 6  call     beforeColumnInit  call     afterColumnInit  call   afterPageInit  : PAGE_NUMBER = 6  call   beforePageInit : PAGE_NUMBER = 7  call     beforeColumnInit  call     afterColumnInit  call   afterPageInit  : PAGE_NUMBER = 7   
Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...