Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Shutting off pageframe tabs
Message
From
23/09/1999 17:15:25
 
 
To
23/09/1999 17:06:35
Peter Brama
West Pointe Enterprises
Detroit, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00268255
Message ID:
00268261
Views:
23
Hi Peter,

>The record they are CURRENTLY adding shows on the list and they panic thinking they are adding a duplicate. My intention is to not allow them to go to the list when editing/adding records - just in browse mode.

You could do something like:
this.parent.parent.setall('Enabled', .f., 'page')
this.parent.enabled = .t.
You could also set the tabs property to .f. and then reset it.
Previous
Reply
Map
View

Click here to load this message in the networking platform