Recent content by JulieC

  1. J

    Decimal formatting

    I want ???? to alert the user to an incorrect number. Notice the strange format of 4123,234.99 There should be another "," if the number was going to display correctly. I am in discussion with Progress to determine the issue.
  2. J

    Char 9.1C - Browser showing misaligned decimal in Accounting format

    Using a format of "(zzz,zz9.99)" will get you closer to aligning the decimals, it looks like it still doesn't align ones that are negative. Hope that helps some.
  3. J

    Streamed header's

    Your frame should be definied as page-top and your "OUTPUT TO" statement needs to have the "PAGED" option. That should do it.
  4. J

    Decimal formatting

    I am getting strange results from a the following piece of code: def var t-dec as decimal format "->>>,>>9.99" no-undo. assign t-dec = 4123234.99. display t-dec. It displays...
Back
Top