Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
@GET FUNCTION [*] removes text when moving mouse over bu
Message
From
12/09/2006 05:28:35
 
 
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
01152944
Message ID:
01152950
Views:
22
This message has been marked as the solution to the initial question of the thread.
I don't have VFP 9, but I seem to recall recommendations to disable themes as a standard attempt to resolve problems like this.

>I have a problem with some very (very very) old foxpro code. The following code I want to run with VFP 9.0 (SP1). When running it will show a small window with some text and a button. When moving over the OK button all the objects on the window will be invisible! When I remove the [*] it shows the text, but there will be no button!
>
>So far I have been unable to solve this Issue! If you have any idea's please let me know!
>
>Hans Peer
>
>The code:
>
>DEFINE WINDOW wrFFMsgSvc ;
> FROM 1, 1 ;
> TO 10, ;
> 20 ;
> FLOAT ;
> SYSTEM ;
> TITLE 'Title' ;
> COLOR RGB(,,,192,192,192)
>
>ACTIVATE WINDOW wrFFMsgSvc
>
>lcTest = "Test"
>
>@ 1,18 SAY "Test" STYLE "T"
>@ 3,0 GET lcTest STYLE "T" FUNCTION [*H ]+ "OK"
>
>READ TIMEOUT 0 CYCLE OBJECT 0 MODAL
>RELEASE WINDOW wrFFMsgSvc
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform