Sage SalesLogix
  • Contact Us
  • Sage North America
800-643-6400
Welcome Twitter Facebook LinkedIn
Community Home Blogs Share Ideas Search Request Access Resources
Reply
Copper Super Contributor
steve_robertson
Posts: 55
Registered: 03-31-2009

Crystal Reports error: Object Required 'mConditionBuilderController'

SalesLogix 7.5 Service Pack 1 with Hot Fix 8 bundle applied (Appears in Hot Fix 17).

 

Running the "Curent Activities - Sample" report when you click the Generate Report button get the following error:

 

Script Error

An error occurred executing global script (System:Global Reports)

Error in include script (SYSTEM:smileyfrustrated:LX REPORT CONDITIONS): Object required: 'mConditionBuilderController'

 

Followed by:

Error

Error calling method cmdGenerateClick

Error in IDispatch.Invoke(): 0x80020101

 

This is out of the box SalesLogix code - is there a fix for this?

 

Cheers,

Steve
Please use plain text.
Moderator
tmontgomery
Posts: 214
Registered: 07-07-2008

Re: Crystal Reports error: Object Required 'mConditionBuilderController'

Defect 1-67942 - fixed in 7.5 SP2

 

Workaround: add mstr before the Table on the offending linePublic Property Get Table()             mstrTable = mConditionBuilderController.GetDisplayNameForTable(mstrTable)

 

Tim Montgomery

Product Portal


Please use plain text.
Copper Super Contributor
steve_robertson
Posts: 55
Registered: 03-31-2009

Re: Crystal Reports error: Object Required 'mConditionBuilderController'

Hi Tim,

 

Thanks for the suggestion unfortunately your proposed solution did not fix it.

 

Seems to be a problem where the mConditionBuilderController is created and passed into the other forms/scripts. mConditionBuilderController is an object when you click the cmdGenerate but by the time it is in SLX Report Conditions mConditionBuilderController is no longer an object.

 

 

 

Cheers,

Steve
Please use plain text.