Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Enabling Fields on a Form
Message
De
21/07/2005 06:11:58
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01034569
Message ID:
01034592
Vues:
15
>I have done this a million times before but I just cannot understand why this isnt working!!!
>
>I have a button on a form which enables some controls. When I click on the button I want to enable a textbox on page2 on my pageframe. Therefore in the click event of the button:
>
>
>thisform.pageframe1.page2.date.Enabled=.t.
>
>
>Nothing happens!!! Im pulling my hair out here.

Are you sure it still disabled ?
thisform.pageframe1.page2.date.Enabled=.t.
* put
messagebox(thisform.pageframe1.page2.date.Enabled)
messagebox(thisform.pageframe1.page2.date.Readonly)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform