Where can I get the list of all legacy crystal functions like 'storestringvar' etc..?
I am facing issues with old version of Crystal Reports in XI R3 environment. Old reports are using legacy Crystal functions that are no longer supported by Business Objects.
We have to copy the dll file to make those reports work. They are working fine after copying the dll file to appropriate folder. But I donu2019t want to use the deprecated syntax. I want to rewrite all the legacy formulae instead.
I scanned all the reports formulae using a third party tool. Now I have the list of all the formulae used in all the reports. I want to search for the legacy crystal functions and replace them with new syntax.
We have around 1000 Crystall reports that are developed using old Crystal tool. We don't know what legacy functions are beeing used in the reports. For now I found only only one legacy formula syntax with 'storestringvar'. If I have the list of legacy functions, I can search for those particular text in all the reports formulae.
Can somebody give me the list of Crystal Functions and their new syntax?
Thanks!