Hi everyone,
I am trying to run this code on AppServer:
MESSAGE System.math:acos((-23.49979 * System.math:pi / 180.0)) VIEW-AS ALERT-BOX.
On the log server I see the following:
[14/11/12@10:28:48.050-0200] P-007752 T-010180 1 AS -- ** Unknown table name System. (200)
[14/11/12@10:28:48.051-0200] P-007752 T-010180 1 AS -- ** f:\Programas\datasul\webservice\unimeds\core\planos\distancia.p Nao entendi a linha 2. (196)
I can run and compile the same code, on the same computer, without problem. But the AppServer don't recognise the "System.math".
Thanks for any help.
Other option is to go through DLL interface:
Windows example: knowledgebase.progress.com/.../18120
And for Unix: knowledgebase.progress.com/.../20076
Hi everyone,
I am trying to run this code on AppServer:
MESSAGE
System.math:acos((-23.49979 * System.math:pi / 180.0))
VIEW-AS ALERT-BOX.
On the log server I see the following:
[14/11/12@10:28:48.050-0200] P-007752 T-010180 1 AS -- ** Unknown table name System. (200)
[14/11/12@10:28:48.051-0200] P-007752 T-010180 1 AS -- ** f:\Programas\datasul\webservice\unimeds\core\planos\distancia.p Nao entendi a linha 2. (196)
I can run and compile the same code, on the same computer, without problem. But the AppServer don't recognise the "System.math".
Thanks for any help.
Flag this post as spam/abuse.
It's 10.2B.
We have another way to use the sine and cosine functions?
The Java have this assembly "C:\Program Files (x86)\Java\jre7\lib\rt.jar", where have the "java.lang.Math.sin()" and "java.lang.Math.cos()", but I don't now how to make a code to use this assembly and this method in Progress.
Other option is to go through DLL interface:
Windows example: knowledgebase.progress.com/.../18120
And for Unix: knowledgebase.progress.com/.../20076
Thank you so much for your help!
It works perfectly.