Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Enabling Fields on a Form
Message
From
21/07/2005 06:11:58
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01034569
Message ID:
01034592
Views:
16
>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)
Previous
Reply
Map
View

Click here to load this message in the networking platform