Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MODI WINDOW SCREEN
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00357088
Message ID:
00357146
Vues:
19
Screen, Screens and _Screen are reserved words. VFP may have gotten confused trying to parse your command.

Barbara

>After testing some code on my machine, I had a user who got an error message that read:
>
>Fatal error: Exception code = C0000005...
>
>Additional lines on the error message helped me to identify the offending line of code. It was MODI WINDOW SCREEN which I have used since the Fox2X days to reset "properties" for the main FoxPro window.
>
>I fixed the problem by substituting the following code.
>
>WITH _SCREEN
> .CLOSABLE = .T.
> .CAPTION = "MicroSoft Visual FoxPro"
> .ICON = ""
>ENDWITH
>
>I don't understand why I had a problem in the first place. More than once, I've had a problem that didn't seem to be a problem. In many of these cases, I've simply found another way to do the same thing and solved my "problem". That's what I did again here.
Barbara Paltiel, Paltiel Inc.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform