Subject Refreshing parameterised IB_Query when params change
Author Marco Menardi <mmenaz@lycosmail.com>
Reading this list I've learned that a convenient place where put
parameter assignment of a IB_Query is in the BeforeOpen event.
The problem is that when the param values have to be changed, a
refresh (or RefreshAll) does not fire the BeforeOpen, so I have to
close/open the query (2 lines of code... too many, I'm lazy).
Is there another method (a sort of "very refresh") or a better event
(BeforeRefresh?) where centralize parameter assignment?
Thanks a lot
Marco Menardi