Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trying to close form in init event.(Please help)
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00632822
Message ID:
00632843
Vues:
10
Hi!

To disallow form opening from Init method code, just "RETURN .F." from it.

>In the init event of the form I am validating wether the person has the access to that form or not. when the code finds the person has no access then it will goto the below code which is in the init event when it foes into the below code if it satisfies then i need to close the form.(thisform.close or thisform.release) where should i write this can i write in the init event or some other event.
>
>IF mViewType='NOACCESS'
> =MESSAGEBOX("You do not have access to this Module.",48)
> thisform.ViewType = "NOACCESS"
> RETURN
>ENDIF
>
>when the mviewtype is not NOACCESS then it will goto this method.
>
>IF NOT mViewType='NOACCESS'
> thisform.setaccess
>ENDIF
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform