Oracle Forms Calculator
Oracle Forms Calculator is a Forms Builder version 6.0.8.8.0 FMB file that serves as a
mathematical calculator.
It offers the following capabilities:
- Standard mathematical functions: addition, subtraction, multiplication, division ie. + - * /
- Grouping of mathematical expressions using parenthesis ie. (2+4)
- Keyboard or use of mouse to enter mathematic expressions
- Trigonomic functions SIN(x), COS(x), TAN(x), LOG(x), LN(x)
- Additional functions POWER(x,n), MOD(x,y), ROUND(x[,n])
- Any numeric PL/SQL function is available for entry via keyboard
- History of results
Here is the FMB file for you to download.
System Requirements
- Oracle Forms Builder Version same or higher than version for file(see above).
- User running form needs execute privileges on dbms_sql package