This topic is locked

Restricions for clients

5/29/2008 5:08:50 AM
PHPRunner General questions
S
shoppy author

Hi,
I have a part of the programm that clients can look in.

In that part, what they can access, is also a documents tab.
In this documents tab there are all kinds of docs but only the doc with the name 'CV' must be accessable for the client.
So the name we gave the doc is "CV".

The actual name is different ... blahblah.pdf
Thanks for your help.

S
shoppy author 5/29/2008

Hi,

I have a part of the programm that clients can look in.

In that part, what they can access, is also a documents tab.
In this documents tab there are all kinds of docs but only the doc with the name 'CV' must be accessable for the client.
So the name we gave the doc is "CV".

The actual name is different ... blahblah.pdf
Thanks for your help.


Fixed the problem by entering the code ='CV' (Filter) in the Query Designer in Table where the documents are.
I hope someone can use this information.
John