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

Can't get Variable Value in afterGroupInit()


2005 IR Help

Recommended Posts

By: symkobe - symkobe

Can't get Variable Value in afterGroupInit()

2004-06-15 09:24

no XML variable passing issue:

 

I have a variable which defined in another class.

In scriptlet class, I can use the getVariableValue () method to get that variable in afterDetailEval(), but not in afterGroupInit().

 

Does anybody have some idea about what kind of things I have to take a look?

 

Thank a lot.

 

 

 

 

 

 

By: Mykel Alvis - evilarchitect

RE: Can't get Variable Value in afterGroupInit()

2004-07-20 13:02

In afterGroupInit, the variable is (probably) already initialized, hence the name of the function.

 

Look for it in beforeGroupInit, where it will be a real value except for the first time and also for the last group.

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...