Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form Wizard
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00168956
Message ID:
00168961
Vues:
22
You are correct, the answer you are looking for should be found within the WizStyle.VCX class library. Then go to the TxtBtns class. There should be a method "SetAllProp".

In here it cycles through all objects as you anticipated and didn't account for EditBox. look for the CASE ATC( ......, "EditBox" ) # 0. Under it the first line sets the property for Read-Only. You should also set it for Enabled as well.



>I have a form I created in VFP 6.0. I used the form wizard which put on its own text buttons. I then modified the form and added a 4 page pageframe. On the 2nd page I placed an edit box. My problem is that I can't access the edit box (enable it) unless I have already clicked the "Edit" box in the buttonset on page 1. I created my own command button to activate the edit box but it won't work. I think the form wizard does something to set the enabled property to .f. on all pages.
>
>Any ideas.
>
>Thanks in advance.
>
>Scott
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform