Variable object Problem,
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
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
This discussion has been closed.
Comments
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
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com