Stored Procedure Reporting
Hi,
I have just Googled an error I am receiving about compnonet FBottomList
already existing.
I found a useful article which says to use the code:
uses
daMetaDataManager;
begin
gmetaDataManager.Clear;
end;
I am trying to put this into the Calc tab of my report to overcome the error
but get a compile error regarding 'uses'
Any help much appreciated
Thanks
I have just Googled an error I am receiving about compnonet FBottomList
already existing.
I found a useful article which says to use the code:
uses
daMetaDataManager;
begin
gmetaDataManager.Clear;
end;
I am trying to put this into the Calc tab of my report to overcome the error
but get a compile error regarding 'uses'
Any help much appreciated
Thanks
This discussion has been closed.
Comments
There is never a need to add units to the "uses" clause in RAP. The
gMetaDataManager however is not available in RAP and would either need to be
accessed from an event in Delphi or called through a RAP passthru function.
For examples of RAP passthru functions see the main RAP demo located in the
\RBuilder\Demos\0. RAP\... directory.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com