At 09:07 PM 3/12/2005, John Doherty wrote:

... I use DBCalc where possible however I do some additional
calculations in the report footer, hence I have to use 'sum of'.
I have sent my database to RBTI so hopefully they will be able
to tell me if I am doing something wrong.

John,

Time permitting and the priority of your submitted request and
the status, R:Dream Team will be happy to take a look at your
sample. (Priorities are given to Authorized R:BASE Developers
and Corporate Customers with VIP Support Plan).

If reliably replicated, consider it fixed before the official
release of Update 80, to be announced in Mid-April, 2005.

The up-to-date and pre-release versions are currently being
tested by Authorized R:BASE Developers, Corporate Customers
with VIP Support Plan and RBTI Helping Hands.

Meanwhile, use the following technique to View the Report on
Screen as well as PRINT, if you wish.

Here's how:

01. Create a command file with the following options:

    -- Start

    CLEAR VAR vSubTotaVar1,vSubTotaVar2,vSubTotaVar3, +
    vTotaVar1,vTotaVar2,vTotaVar3

    SET VAR vSubTotaVar1 CURRENCY = 0
    SET VAR vSubTotaVar2 CURRENCY = 0
    SET VAR vSubTotaVar3 CURRENCY = 0
    SET VAR vTotaVar1 CURRENCY = 0
    SET VAR vTotaVar2 CURRENCY = 0
    SET VAR vTotaVar3 CURRENCY = 0

    PRINT reportname  +
    OPTION PDF +
    |SHOW_CANCEL_DIALOG OFF +
    |FILENAME reportname.PDF +
    |TITLE My Variable Report +
    |SUBJECT Totals and Sub-Totals +
    |AUTHOR John Docherty +
    |KEYWORDS Totals and Sub-Totals +
    |OPEN ON
    RETURN

    -- End

This technique will allow you to print the desired report
as PDF with the option to display on SCREEN. Once reviewed
on screen you have the option to PRINT, if you wish.

Very Best R:egards,

Razzak.



Reply via email to