D
doyle60
I want to requery all the items on a tab page when that tab page is
clicked. There is a Page Event called "On Click," but it doesn't
actually do anything when I put a requery in it.
I put something like this in it:
FreeByGroupsub3.Requery
And nothing happens. Yes, it has the [Event Procedure] showing on the
properties form.
I requery things night and day. Since this isn't working, I have to
put command boxes down to requery items. It would be nicer without
these.
The only other options on the tab page events are:
On Dbl Click
On Mouse Down
On Mouse Up
On Mouse Move
What to do?
Why doesn't the On Click do anything here?
Thanks,
Matt
clicked. There is a Page Event called "On Click," but it doesn't
actually do anything when I put a requery in it.
I put something like this in it:
FreeByGroupsub3.Requery
And nothing happens. Yes, it has the [Event Procedure] showing on the
properties form.
I requery things night and day. Since this isn't working, I have to
put command boxes down to requery items. It would be nicer without
these.
The only other options on the tab page events are:
On Dbl Click
On Mouse Down
On Mouse Up
On Mouse Move
What to do?
Why doesn't the On Click do anything here?
Thanks,
Matt