Expand Itens in cube!

Discussion forum for PivotCubeX component. Common usage questions. Bug and problem reports

Moderator: Alex Zencovich

Expand Itens in cube!

Postby Thiago Francisco » Tue Jun 23, 2009 2:05 pm

I need expand the list itens in cube,I'm having use the function GridFullExpand, but nothing happens.
axPivotCubeX1.GridFullExpand(true, true, true);

the columns and lines does not expand when call this function
what am I doing wrong?
Thiago Francisco
Guest
 
Posts: 3
Joined: Tue Jun 23, 2009 1:53 pm

Re: Expand Itens in cube!

Postby AlexZencovich » Tue Jun 23, 2009 3:41 pm

try to call PivotCubeX.MapRebuild after all. Some methods may be called in batch mode so automatic rebuild will force flickering and take a lot of time
Best regards,

Alex Zencovich
-------------------------------------------------------------------------------------------------------------------------------------------
www.pivotcube.com - OLAP solution for Delphi, C++ Builder and ActiveX environment
AlexZencovich
Site Admin
 
Posts: 580
Joined: Sun Jun 18, 2006 10:09 am

Re: Expand Itens in cube!

Postby Thiago Francisco » Tue Jun 23, 2009 6:50 pm

I tried this method " axPivotCubeX1.MapRebuild();" after all, but nothing happened. :shock:
Thiago Francisco
Guest
 
Posts: 3
Joined: Tue Jun 23, 2009 1:53 pm

Re: Expand Itens in cube!

Postby AlexZencovich » Tue Jun 23, 2009 8:44 pm

Sorry, that was my mistake - do not correct your code.

You have to call it like

axPivotCubeX1.GridFullExpand(False, true, true);
axPivotCubeX1.MapRebuild();

It have to work :)
Best regards,

Alex Zencovich
-------------------------------------------------------------------------------------------------------------------------------------------
www.pivotcube.com - OLAP solution for Delphi, C++ Builder and ActiveX environment
AlexZencovich
Site Admin
 
Posts: 580
Joined: Sun Jun 18, 2006 10:09 am

Re: Expand Itens in cube!

Postby Thiago Francisco » Tue Jun 23, 2009 8:59 pm

OK!
Thanks, worked perfectly! :D
Thiago Francisco
Guest
 
Posts: 3
Joined: Tue Jun 23, 2009 1:53 pm


Return to PivotCube ActiveX

Who is online

Users browsing this forum: No registered users and 0 guests

cron