Home Subreports
New Blog Posts: Merging Reports - Part 1 and Part 2

Variable object Problem,

edited May 2005 in Subreports
Hi,

I have a Variable object on my report and I write this simple code (at the
bottom) on calc events. The Variable object value is show at preview screen
but when I try to print this report, value is not print on the paper. I can
only see the value at preview screen . (this error appears some computers,
not all ) I have Rb9.02 and last patches.

--------------------------------

Procedure variable1oncalc(var Value :Variant)

begin

Value := skn_yuk['gonderici_adres1']+' '+skn_yuk['gonderici_adres2']

end;



Kemal ?oruhlu

Comments

  • edited May 2005
    Hi Kemal,

    This is not a known issue. Usually when the output on screen does not match
    the output on paper, there is some event code somewhere that is causing this
    behavior. Be sure you have access to your dataset both when you preview and
    print. Try commenting out all your event code and see if the variable will
    show up. If so, periodically begin adding the code back to isolate the
    problem.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.