Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to turn SCREEN on after config.fpw starts it OFF
Message
 
À
29/01/2005 20:44:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00982037
Message ID:
00982046
Vues:
42
>>>I use SCREEN=OFF in contained config.fpw and show a top level form. After user accepts condition in that first form the real application starts, and I want the SCREEN to be ON showing the menu etc
>>>
>>>I put two READ EVENTS in startup prg, one for the license screen and the other one for the real app, but don't know how to turn main VFP screen back on. How do you do it?
>>>
>>_SCREEN.Visible = .T. does not do it.
>>
>>
>>
>>Alex,
>>
>>_SCREEN.Visible = .T. should be enough to make VFP main screen visible.
>
>But it doesn't. What else coud it be?
>
>
glAcceptLicense = .F.
>loSplash = NEWOBJECT('frmSplash','appForms.vcx')
>READ EVENTS
>IF !glAcceptLicense
>  * Uses did not accept license
>  RETURN
>ENDIF
>
>* Setup main window
>_SCREEN.Visible = .T.
>DO AppMenu.mpr
>* etc
>
Alejandro,

You might also try _screen.show

Mike
Montage

"Free at last..."
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform