Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Program the security?
Message
From
26/03/2001 09:52:03
Chuck Tripi
University of Wisconsin - Milwaukee
Milwaukee, Wisconsin, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Program the security?
Miscellaneous
Thread ID:
00488557
Message ID:
00488557
Views:
43
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.
Next
Reply
Map
View

Click here to load this message in the networking platform