To anyone who can be interested:
You can avoid lossing decimals by converting the results to alphanumeric with the function FTOA:
-SET &OP = 15.25 - 7.39 ;
-SET &RE = FTOA(&OP.EVAL, '(D15.2)', A15);
Hellow.
I try to sum some numeric variables which can have decimals or not. The problem is that webfocus doesn´ t sum the decimal part. Example;
-SET &A = 8000;
-SET &B = 1.1;
-SET &C= &A + &B;
An the results are:
&C = 8001; instead of 8001.1
Can someone help me?
Thanks
Hello.
I try to get a format pdf report, but the columns have some space between them and some columns are displyed in a second page.
How can I reduce the width of the columns in order they match in only one page?
I have tried the wrap attribute, but it reduces the size of the data...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.