galwacco
galwacco
About
- Username
- galwacco
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
That example is good for the TfrxCrossView, however I'm trying to do this eith the TfrxDBCrossView and I need to set the Cells, Columns and Rows from a DataSet. How Am I supposed to do in such way?
-
I got that but I still cannot manage to use the Append() method, it keeps telling me that it's undeclared. That's pretty weird because I can access that method without any problems from delphi, but from Fast-Reports it says that. Also I couldn't …
-
Den, It was a problem in the way I was building another thing that was returning that exception, because there is no debuger in fast-reports I got kind of messed up with this thing and didn't quite know wether it was a mistake at the addValue Met…
-
Thanks Den!! That worked pretty well!!! But my boss is really nitty-greedy and wanted me to find out a way of doing this with that very component (TfrxListBoxControl). So I found out a way after hours of research: On the .Create of the dat…
-
Den Thanks for the example, but the problem is that I'm using the TfrxListBoxControl instead of TListBox Class because I'm working inside of the TfrxReport component and I cannot see a way of using that TListBox Class inside that component. I…
-
Hi Den I need to get the SELECTED (chosen) field to put into another listbox. In delphi it would be the SELECTED property for the TListBox Class, but that does not seem to work here with fast reports. Thanks