Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Page activate firing unexpectidly
Message
From
05/01/2000 14:15:00
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Page activate firing unexpectidly
Miscellaneous
Thread ID:
00313394
Message ID:
00313394
Views:
71
Hi All,
I have two grids on a page and a button that toggles between them. The button click makes one visible and the other not. The grids are setup so that dblclick() will fire the button click to do the same toggle action.
Behaviour is as expected when the button is clicked, but when double-clicking on grid1, page.active is firing. It only fires when going from grid1 to grid2.

Page.activate has this code:
grid1.visible=.t.
grid2.visible=.f.

I dbl click on Grid1, Grid2 displays briefly, then page.activate fires, and grid1 displays again.
Should activate fire when clicking on a control? Help sez yes, but I don't see it fire (with wait wind nowait) when clicking on grid2.
If it should, then where do I put code to run only once when activating that page? Click doesn't seem right, 'cause user could fire the click at will.
What am I missing here?
Next
Reply
Map
View

Click here to load this message in the networking platform