Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by frask

  1. frask

    SUM VARIABLES WIDTH DECIMALS

    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);
  2. frask

    SUM VARIABLES WIDTH DECIMALS

    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
  3. frask

    spaces between column in pdf

    I have tried, it reduces the whidth of the column but keeps the spaces between columns.
  4. frask

    spaces between column in pdf

    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...

Part and Inventory Search

Back
Top