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