Hello
I have a problem using flexcel grids vertical (up/down) scroll bar when I enable a vcl style.
If I leave it with default windows style it works fine but when I change
it to styled it wont move up or down by clicking or dragging, but the
mouse wheel still works.
Flexcel version 3.5
Delphi XE2 with update 2
Any thoughts?
Thanks
Hi,
HI Adrian
Once again thanks for your quick response, as usual the error was in my code, something to do with the wrong control tab, I am really sorry for wasting your time :(
With regards to no flexcel grid in fire monkey...
I guess I will have to use a string grid, in which case how do I manage multiple sheets?
- eg with flexcel grid I simply use the control tabs change event to switch sheets...
Data.ApplySheet;
FlexCelImport.ActiveSheet:= TabControl.TabIndex+1;
Data.LoadSheet;
So how can I use the control tab to switch string grid data?
I have not looked into this at all yet, so may be you could kindly advise on how to use a multi-sheet XLS inside a string grid instead of a flexcel grid?
Thanks
Well, the main issue here is that FlexCel 3 doesn't support firemonkey, not only the grid, but also FlexCelImport/report, so sadly until we finally release FlexCel 5 which does have FM support.