Open / Close Query on a Band Event ?
Hy,
I want to know, if it possible on a band event (Before Print) to :
Close an Internal Query
Modify a Parameter
Open the Query
thank.
I want to know, if it possible on a band event (Before Print) to :
Close an Internal Query
Modify a Parameter
Open the Query
thank.
Comments
Anyone has an exemple of this ode, i didn't find it on my help file .
thank
sample query
select * from customer
where custno = :p1
in the params editor set the params datatype and point its value to a variable.
in code
close query
set the variables value
open query.
see sample report in main demo under internal datasets it points the param to the editbox.
What are you trying to acheive?