Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange memo editing behaviour
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00125100
Message ID:
00125447
Views:
31
>>Rex,
>>
>>Try changing the code to this;
>>
>>
>>THISFORM.pbPrint.Enabled = NOT EMPTY(THIS.Value)
>>THISFORM.pbExport.Enabled = NOT EMPTY(THIS.Value)
>>
>

Rex,

The Keypress is too early, it fires before the control gets the keystroke. PUt it in the InteractiveChange event, it fires after the control gets the keystroke.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform