Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Infamous inkey()
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00114942
Message ID:
00115007
Views:
19
>>Try this:
>>
>>_screen.picture = my.bmp
>>
>>do form testform1.scx
>>
>>if _screen.formCount = 1
>> _screen.forms(1).visible = .f.
>> do form testform2.scx
>> endif
>>
>>I get a white spot in my screen when the testForm1 is made invisible
>>
>>to get around this I add:
>>
>>_screen.forms(1).visible = .f.
>>clear
>>=inkey(.09)
>>do form testform2.scx
>>
>>Anyone else have this problem?
>>
>>Robert
>
>Robert,
> Is you talk set on or off when this happens? I have had a similar problem in the past. Setting talk off seemed to fix mine, but I'm still not sure.


I always have set talk off. Two viable solutions have been sent on the thread, I like the ? "" as the easiest.

Robert
Previous
Reply
Map
View

Click here to load this message in the networking platform