I am not sure I follow your logic.  I have a tree view with various nodes, 
depending on the security level of the user I would like for nodes to be 
visible 
or not.  Razz had explained that property visible does not work on tree view.  
I 
don't see what a view would accomplish unless you have an example.  My problem 
is not setting the security level it is displaying the results.  I used a group 
bar before and it would work, I just like the look of the tree view better.
Tom




________________________________
From: A.G. IJntema <[email protected]>
To: RBASE-L Mailing List <[email protected]>
Sent: Wed, February 16, 2011 12:56:57 AM
Subject: [RBASE-L] - RE: Tree view


Tom,
 
In that case you still are able to use the same kind of solution.
Put all your options in a table together with the security level and the 
procedure which you should be run.
 
Assuming there is a hierarchy in the security level and this level is also 
stored at the user level you can create a temporary view, when the user starts 
the application.
Only the allowed rows will be visible in the tree view.
 
Put the procedure in a ampersand variable (f.i.  V_COMMAND) and then you can 
run 
 the procedure easily the EEP procedure connected to the tree view, like:
RUN &V_COMMAND
 
Hope this helps
 
Tony IJntema
 
From:[email protected] [mailto:[email protected]] On Behalf Of TOM HART
Sent: woensdag 16 februari 2011 2:32
To: RBASE-L Mailing List
Subject: [RBASE-L] - RE: Tree view
 
No I want to show nodes on a tree view that are accessible or not depending on 
security level.
Tom
 

________________________________

From:A.G. IJntema <[email protected]>
To: RBASE-L Mailing List <[email protected]>
Sent: Tue, February 15, 2011 12:56:57 PM
Subject: [RBASE-L] - RE: Tree view
Tom,
 
If I understand it correctly you like to show rows of a table depending on the 
user.
If this is the case using Temporary views based upon the user could be the 
solution for this problem.
It works well with me
 
Tony IJntema
 
From:[email protected] [mailto:[email protected]] On Behalf Of TOM HART
Sent: dinsdag 15 februari 2011 15:29
To: RBASE-L Mailing List
Subject: [RBASE-L] - Tree view
 
I have a tree view and want some nodes to be visible or not depending on user, 
I 
can use:
property compid enabled 'false' 
and it works but I cannot get
property compid visible 'false' to work
Tom Hart

Reply via email to