Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Edit Box BleedThrough
Message
 
To
22/07/2011 03:29:06
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01518806
Message ID:
01519050
Views:
40
>>>>>Make EditBox invisble in page.Deactivate and visible in Page.Activate to avoid such effects.
>>>>
>>>>I tried that, but got the same results.
>>>
>>>Are you sure? You can also add making it invisible in the other pages activate method.
>>
>>Tried that to.
>>
>>Here is sample code from the EditBox Page....
>>
>>Activate Event
>>This.edtCommunicationsLog.Visible = .T.
>>This.edtCommunicationsLog.Enabled = .T.
>>
>>
>>Deactivate Event
>>This.edtCommunicationsLog.Visible = .F.
>>This.edtCommunicationsLog.Enabled = .F.
>>
>>included is a screenshot of the bleedthrough of the EditBox
>
>this is a focus issue.
>try
>
>This.edtCommunicationsLog.Visible = .F.
>This.edtCommunicationsLog.Enabled = .F.
>thisform.Draw
>
Thank you!
Tommy Tillman A+ NetWork+ MCP
Previous
Reply
Map
View

Click here to load this message in the networking platform