creating a pass-through function
Hi,
I think I have successfully created a couple of pass-through functions.
After installing the package the
functions appear in the CodeTool Box Language area of the ReportBuilder.
However, any function that I
drag and drop over to the event processing area says that the function is
undefined. This also includes functions
by ReportBuilder that are already defined. Is there something I'm not doing
with the uses clause?
Randy
I think I have successfully created a couple of pass-through functions.
After installing the package the
functions appear in the CodeTool Box Language area of the ReportBuilder.
However, any function that I
drag and drop over to the event processing area says that the function is
undefined. This also includes functions
by ReportBuilder that are already defined. Is there something I'm not doing
with the uses clause?
Randy
This discussion has been closed.
Comments
my guess is that your library settings are broken. Your design time package is
included. But delphi doesnt find the dcu files. Try resetting the path. Or deem
your complete installation broken. Remove RB. Search for all references to RB.
Delete them too. Install RB. Test if the RB pass through function are
available. If so install your package. Test again.
enjoy,
Ron.