Re: global variables in Reports 6i
From: philippe AZAN <set-satelia_at_cg13.fr>
Date: Mon, 10 Jun 2002 16:27:03 +0200
Message-ID: <3D04B737.CEC0E88_at_cg13.fr>
Date: Mon, 10 Jun 2002 16:27:03 +0200
Message-ID: <3D04B737.CEC0E88_at_cg13.fr>
Hi,
you can declare in you program unit section, a package specification in wich you declare your global.variable.
For example:
in a specif package pack_global you declare : my_global varchar2(10) := 'my_value';
in your report you can reference this variable using :
pack_global.my_global
Regards.
Philippe AZAN
Av a écrit :
> I will like to dynamically number sections in my report. Some of the
> sections are just text on the report, and are between repeating
> frames. Is there a way for me to dynamically number the sections by
> updating and using some sort of global variable?
>
> Your help would be very much appreciated.
>
> Thanks
> Av
Received on Mon Jun 10 2002 - 16:27:03 CEST
