No worries, John!

Every member of R:Dream Team takes pride of their work.

Very Best R:egards,

Razzak.

At 10:55 PM 3/12/2005, John Docherty wrote:

Thank you Razzak - I hope that my 'problem' is not wasting
the time of the good people at RBTI and that I haven't made
some fundamental error.




-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of A. Razzak
Memon
Sent: Sunday, March 13, 2005 4:22 PM
To: RBG7-L Mailing List
Subject: [RBG7-L] - RE: Resetting of variables in reports afterpreview

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.

--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.7.2 - Release Date: 11/03/2005


-- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.7.2 - Release Date: 11/03/2005




Reply via email to