Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refreshing form makes it blurry
Message
 
 
To
18/04/2000 12:36:32
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00357672
Message ID:
00360970
Views:
11
>>When I just cancel the search form the slected button get replicated. All it contains is the thisform.release command. I even tried closing and reopening the form with out any luck.

I'm afraid I am having trouble understanding what you are referring to. What do you mean by replicated?

If you mean that he dropped the txtbtn class onto a form and put thisform.release() into the click of one of the buttons, you could try one of two things:

1. Call up the hierarchy before the thisform.release:

DoDefault()
thisform.Release()

*OR*

2. RightClick the method in the properties window and choose Reset to Default

Rick
>>>>
>Lockscreen is used in the txtbtns class in wizstyle.
> If this is a lockscreen issue, he may have used or subclassed this class and not called up the hierarchy in the
> methods where lockscreen is used (primarily the Add, Edit and Delete buttons)
><<<
>
>It looks like he did that. When I just cancel the search form the slected button get replicated. All it contains is
>the thisform.release command. I even tried closing and reopening the form with out any luck.
>
>Is there any way to fix this with out rewritting the form? That would be a major overhaul
>of the program.
>
>Thanks for all the help..
Rick Hodder
MCP Visual Foxpro
C#, VB.NET Developer
Independent Consultant
www.RickHodder.com
MyBlog
Previous
Reply
Map
View

Click here to load this message in the networking platform