Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Default command button
Message
From
07/01/2000 11:53:15
 
 
To
07/01/2000 11:46:55
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00314543
Message ID:
00314547
Views:
33
Hi Jerry,

>Should that happen? I would like nothing to happen when Enter is pressed on page1. I would think that pressing Enter would only call page2 command button when I am on page2.

In the click event of the Default button try:
if this.parent.parent.activepage = 2 &&We're on Page2
     &&Do normal sutff
endif
Thisform.refresh()
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform