> > Hello Everybody,
> > I declared a Public variable named A2 in the Initi event of a Report. The initial value is 0. I have created 2 Groups in the Report. I want to change the value of A2 to 1 when I leave the 1st Group or on entry to the 2nd Group. Is this possible? Please help.
> > With Regards,
> > Biju Thomas
>
>
> Double click on Group1 footer band, then in ON EXIT put:
>
> a2 = 1
>
> -----------------
> Borislav Borissov
>
>
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller>
The only thing normal about database guys is their tables.You have to have a call to a UDF in any OnExit and OnEntry band. Executing something like A2 = 1 won't work.
-BP
www.peisch.com