Recent content by vovidiu

  1. V

    How I can read a parameter with specified format

    Hello, How I can read a parameter date or number with specified format DD.MM.YYYY or 999g999g999g999d99. Thnks, Ovidiu
  2. V

    How I use second time a parameter

    Thank you, I waiting next patch. Ovidiu
  3. V

    How format a column in report

    Hello, Where is Format property for the corresponding field on the Layout tab page. I didn't see it. Ovidiu
  4. V

    How I use second time a parameter

    Hello, How I can use a parameter for the second time. For example: select d.name, e.name, e.sal from dept d, emp e where d.deptid = e.deptid and e.sal between & and ??Sal_Min?? + 1000 Parameter Sal_Min must be used second time. Thanks, Ovidiu
  5. V

    How format a column in report

    Hello, How I can format a column. - type date will display DD.MM.YYYY - type number will display 999g999g999g999g999d99. Ovidiu
  6. V

    How make sum on groups of the report

    Thanks. It works. Ovidiu
  7. V

    How make sum on groups of the report

    Hello, How I can make sum (totals) on the all groups of the report. Thanks, Ovidiu
Back
Top