Unset option mdgoResizeOnChange in fcGrid before adding fields in Y axis.
Oleg.
tnx
Now it works, but I have another problem
How can I set that we fill the opening as many columns as can fit. Currently we display only the first column, while others can not see until they spread
How can I set that we fill the opening as many columns as can fit. Currently we display only the first column, while others can not see until they spread
Sorry, I tried to understand what is the problem but seems I can't. Can you explain better what do you need.
How can I set that we fill the opening as many columns as can fit. Currently we display only the first column, while others can not see until they spread
Sorry, I tried to understand what is the problem but seems I can't. Can you explain better what do you need.
The problem is the following
When you open the Cube I see only one field, while other fields are hidden.
If you turn it ResizeOnChange We are reluctant scrollbar, which I have already mentioned as a problem. Is it possible to see as many fields as will fit on the screen as in Figure 2
Hi. I see. To fix the problem you can apply the folling patch:
Index: olap/Source/fcGrid.pas
===================================================================
--- olap/Source/fcGrid.pas    (revision 1082)
+++ olap/Source/fcGrid.pas    (revision 1083)
@@ -2075,6 +2075,7 @@
    maxRight := ARectOfReg.Right - Ord(NeedScroll) * ScrollWidth;
    if (ATypeDrRegion = dr_CapYAx) and (mdgoYAxisScroller in Options) then
    begin
+Â Â Â Â Â Â k := ScrollInfo[dr_YScroller].Position;
      for i := Max(0, Slice.YAxisFieldIndex[ScrollInfo[dr_YScroller].Position]) to ItemCountDrRegion[ATypeDrRegion] - 1 do
      begin
        if the_left >= maxRight then
Hi. I see. To fix the problem you can apply the folling patch:
Index: olap/Source/fcGrid.pas
===================================================================
--- olap/Source/fcGrid.pas    (revision 1082)
+++ olap/Source/fcGrid.pas    (revision 1083)
@@ -2075,6 +2075,7 @@
    maxRight := ARectOfReg.Right - Ord(NeedScroll) * ScrollWidth;
    if (ATypeDrRegion = dr_CapYAx) and (mdgoYAxisScroller in Options) then
    begin
+Â Â Â Â Â Â k := ScrollInfo[dr_YScroller].Position;
      for i := Max(0, Slice.YAxisFieldIndex[ScrollInfo[dr_YScroller].Position]) to ItemCountDrRegion[ATypeDrRegion] - 1 do
      begin
        if the_left >= maxRight then
I still have a problem with FastCube, scrollbar does not work properly. I tested this part of what you fix and still have a problem. Enclosed sent three pictures. On the first picture is how we print, on the other figure that should be, and the third picture is showing how it looks after you fix the problem. The problem is that the nevidi last row Measure. Can you make to see Measure, and to see the field list
I still have a problem with FastCube, scrollbar does not work properly. I tested this part of what you fix and still have a problem. Enclosed sent three pictures. On the first picture is how we print, on the other figure that should be, and the third picture is showing how it looks after you fix the problem. The problem is that the nevidi last row Measure. Can you make to see Measure, and to see the field list
Can you create a ticket? Maybe you somehow applied the changes wrong or so? We will send you the changed unit then.
Comments
Unset option mdgoResizeOnChange in fcGrid before adding fields in Y axis.
Oleg.
tnx
Now it works, but I have another problem
How can I set that we fill the opening as many columns as can fit. Currently we display only the first column, while others can not see until they spread
I will test and fix it.
Oleg.
Sorry, I tried to understand what is the problem but seems I can't. Can you explain better what do you need.
The problem is the following
When you open the Cube I see only one field, while other fields are hidden.
If you turn it ResizeOnChange We are reluctant scrollbar, which I have already mentioned as a problem. Is it possible to see as many fields as will fit on the screen as in Figure 2
It will be included of course in the next update.
tnx
Can you create a ticket? Maybe you somehow applied the changes wrong or so? We will send you the changed unit then.