Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form appear misty/funny/fudged/foggy
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01379143
Message ID:
01379747
Views:
24
You can also try thisform.paint() or thisform.draw()

>Agnes,
>
>I have a class formA, it has a pageframe and the pageframe has 14 pages. These pages are different reorting selection criteria.
>
>Page 1 is the default and controls which of the page becomes active.
>
>After selections on these other pages, they jump back to page 1 and click on a "Report" command which then fires a child form and it is NOT modal
>
>Close the form and all is ok Except if the selection involved jumping to page2 on formA.
>
>If page2 becomes active before the child form is opened, and you drag and move the child form around, you can then see it messing up the parent form behind. Close the child form the parent form stays muggy.
>
>If I click on a control (an area where a control is) the control will respond but it does not clearly show.
>
>Regards
>
>Mathias
>
>>try
>>
>>*....
>>*ShowChild Modal?
>>
>>ThisForm.LockScreen = .T.
>>ThisForm.LockScreen = .F.
>>
>>*sometime try also
>>
>>ACTIVATE WINDOW (THISFORM.NAME)
>>
>>
>>
>>
>>BTW I puzzled with screens and pages. Do I asume you have a form with a pageframe and you talk about page2? And this form instiates asecond form?
>>
>>
>>
>>And that only this page refresh and nothin else?
>>
>>What happens if you switch to an other page?
>>What happens if you click a object (textbox, checkbox etc.) in the smeared area? Do you see tooltiptext (if any) of the objects?
>>
>>
>>Agnes
>>>
>>>Sorry for the gibberish. No it doesn't appear to have any effect all.
>>>
>>>Let me try to try and make it clearer, I have a pageframe with 14 pages.
>>>
>>>The problem happens if I jump to page2 at anytime first (on the parent form), then launch a child form. When I close the child form, you can see that the screen area with controls where page2 was refreshes and clears ok, the rest doesn't.
>>>
>>>There is nothing special about page2 so this might be misleading.
>>>
>>>I tried 'manually' running code:
>>>
>>>ThisForm.LockScreen = .F.
>>>ThisForm.Cls()
>>>ThisForm.Refresh()
>>>
>>>in the dblclick event of the form. It has not visual effect, the forms stays muggy.
>>>
>>>Regards
>>>
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform