Using javascript in Crystal Reports formula editor
How can I go about using java-script in Crystal Reports formula editor ? I wish to write a function that will use Google Translation API to modify 开发者_StackOverflow社区the report's data.
Thanks
You won't be able to use JavaScript in the formula editor. You will need to write a UFL to do the communication with Google. The function would probably require three arguments: text to be translated, from language, to language. The function would return the translated text.
精彩评论