Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I disable fields on a Pageframe
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00663496
Message ID:
00664154
Views:
34
Here is an example of ONE way to do it:

CASE 'Main Form'$ThisForm.Caption
WITH ThisForm.pgfbase1
.page1.SetAll('ReadOnly',.T.,"Txtbase")
.page1.SetAll('Enabled',.F.,"Chkbase")
.page1.SetAll('ReadOnly',.T.,"Cbobase")
.page1.SetAll('Enabled',.F.,"Cbobase")
.page1.SetAll('ReadOnly',.T.,"Edtbase")
.page1.cmdEdit.Caption="View Req Items"
.page2.SetAll('ReadOnly',.T.,"Grdbase")
.page2.Caption=" List (Read Only) "

ENDWITH

Bill Cordray
Previous
Reply
Map
View

Click here to load this message in the networking platform