Cross1 Events tab problem?
I have a TfrxCrossView object in my report, called Cross1.
I'm trying to set some of the parameters for highlighting for example, and one of the examples posted elsewhere here uses
procedure Cross1OnPrintRowHeader
to set parameters, but I am at a loss as to where to access this event. Do I do it in Delphi, or within FR4? I have read through the documentation and I am just not seeing it. I am using it to print a stringgrid, and have done the examples, but they are so barebones (no formatting, highlighting, etc) that they are not that helpful. I did manage to populate the CrossView object with the stringgrid, but now I would like to format it to look better on the page, but since it is all done at run time, I need to do the formatting with code rather than WYSIWYG.
Normally in Delphi I can click on the event in the Object Inspector and the code is automatically inserted, but I can't see how to accomplish it.
When I select the Cross1 object, the Events tab cannot be activated in the Object Inspector. The events tab doesn't seem to be active for anything at all. Is my FR installation having a problem, or am I missing something?
I'm trying to set some of the parameters for highlighting for example, and one of the examples posted elsewhere here uses
procedure Cross1OnPrintRowHeader
to set parameters, but I am at a loss as to where to access this event. Do I do it in Delphi, or within FR4? I have read through the documentation and I am just not seeing it. I am using it to print a stringgrid, and have done the examples, but they are so barebones (no formatting, highlighting, etc) that they are not that helpful. I did manage to populate the CrossView object with the stringgrid, but now I would like to format it to look better on the page, but since it is all done at run time, I need to do the formatting with code rather than WYSIWYG.
Normally in Delphi I can click on the event in the Object Inspector and the code is automatically inserted, but I can't see how to accomplish it.
When I select the Cross1 object, the Events tab cannot be activated in the Object Inspector. The events tab doesn't seem to be active for anything at all. Is my FR installation having a problem, or am I missing something?
Comments
FR Embarcadero Edition and FR Basic edition doesn't support script
Thanks for the response.
Yes you are right my version does not support it. I plan on upgrading soon. It would be good to mention that in the manual as I was reading the manual that came with my version, and it doesn't specifically point out which features and examples are not applicable to my version.
I have exactly the same problem as Jimbar99. I purcahsed the basic-version because I needed the Cross-tab facility to pront out arrays, stringgrids etc in a tabular way. Like Jimbar99 I am trying to fine adjust my table i the report by using the OnPrintCell Eventhandler. But it does not seem to function! If it's not a facility in the Cross-tab purchased throug the basic version, I am surprised and offended. One can not sell a compinent without an eventhandler!
BR
Lars
NB: OK, I now see in the compare-table that the basic edition has no eventhandlers. Now I have to find out how to update to the standard-edition