Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Validation on field level
Message
De
24/01/2002 08:05:34
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00609546
Message ID:
00609600
Vues:
11
>Hallo,
>in an database should every field action LIKE INSERT,UPDATE and SELECT
>assign to an User or an Usergroup.
>e.g.
>User A could insert in the field "street"
>USER B could not Update the field "street" etc.
>
>We think about an validation Object in the Middle tier.
>Any links to pattern or articles or any Ideas or suggestions ?
>
>tia
>achim

I don't know of a particular design pattern that covers this scenario, but there are several patterns that you could use to implement such checking.

This is not really a middle tier issue either, since it depends entirely on the current user and the form in which they are working - so it's a Presentation Tier issue.

I would do this by setting up a set of control classes which have the ability to enable/disable themselves depending on some property. Then, when each form is activated loop through the controls on the form, check the current user's rights and set the control property accordingly.

Any help?
----
Regards
Andy Kramek
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform