Can someone tell me if it is possible to call a function from Crystal and then use that returned value in your report.
The function I want to call is created in PROBE which gets compiled into C++ code. ie. dbdate() would return the database date and bene_type(cust.benefit) would return the benefit category of a customer.
Any leads is appreciated.
The function I want to call is created in PROBE which gets compiled into C++ code. ie. dbdate() would return the database date and bene_type(cust.benefit) would return the benefit category of a customer.
Any leads is appreciated.