Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I disable fields on a Pageframe
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00663496
Message ID:
00664154
Vues:
32
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform