Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Program the security?
Message
De
26/03/2001 09:52:03
Chuck Tripi
University of Wisconsin - Milwaukee
Milwaukee, Wisconsin, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Program the security?
Divers
Thread ID:
00488557
Message ID:
00488557
Vues:
41
I have CodeMine 6.0 and am not using it (yet).

So, I just like to now ask what kind of security does MS VFP 6.0 offer? I did looked in the MS books, nothing, but have not checked much of other books though. If not much, then it means I will have to create the ol' fashion FPW 2.6 way of security. I don't mind that, just thought to see what is available now for 6.0. As I did in the ol' days, which is a lot of coding then:

1 table of all the user logon IDs and passwords (and keep it in read-only directory) and then throughout the program would have such:
IF sec = 0
....(can not allow user to view)
ELSE
....IF BETWEEN(sec,1,2)
........(allow user to view only)
....ELSE
........(allow user to view/add/edit/delete)
....ENDIF
ENDIF
Today is tomorrow's yesterday.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform