Quote:
Originally Posted by FarshadV
Thank you ben - Will I have to make 5,000 individual calls to see if a user can view a each row?
|
No. You only need to make one call.
With one call you can find out all the drawings a particular user is allowed to access.
OR, if you want, you can also (with one call) find out all the users which are allowed to access a particular drawing.
Quote:
|
Also, do you know if your system has been translated/migrated to any other programming language (e.g. Delphi)?
|
I am not aware of anyone working on a Delphi port. I know someone working on a Java port. Having said that making the calls and finding out who has access to what is really easy. If you look at the PHP files you will see what I mean.
The administration side of things can be a bit tricky, but certainly not difficult