Forum: Windows NT / 2000 / XP Mar 24th, 2006 |
| Replies: 5 Views: 2,987 |
Forum: Windows NT / 2000 / XP Mar 24th, 2006 |
| Replies: 5 Views: 2,987 Thanks Marty!
Let me refine my question. In the situation I have described above, if User X attempts to delete only a subfolder of the "parent" folder, as opposed to deleting the whole "parent"... |
Forum: Windows NT / 2000 / XP Mar 24th, 2006 |
| Replies: 5 Views: 2,987 |
Forum: Windows NT / 2000 / XP Mar 21st, 2006 |
| Replies: 5 Views: 2,987 Hi guys! Nice forum!
I need some clarification on NTFS permission settings.
If I check "Allow" for the "Modifiy" permission template for "User X" on folder "Parent", this means Mr.X will get... |
Forum: Pascal and Delphi Sep 13th, 2005 |
| Replies: 1 Views: 2,065 ok, got it!
Because the matrix is a dynamic array, indexes run from 0 through n-1 instead of 1 through n. Adjustment of a and b values fixed this.
Thanks for looking at it.
Pt |
Forum: Pascal and Delphi Sep 11th, 2005 |
| Replies: 1 Views: 2,065 Hi everyone!
I have this loop which just wont complete. My code is:
begin
a:=1;
repeat
b:=1;
repeat
write('element... |