Dynamic Menubar Items

Hi Guys,

I usually use OCX Treeview to display menus allowed for a user.
In my case, I am trying to create an application that has dynamic menu items available for users depending on the access given to them.

Sample of this is:
John:
Customers Entry
Official Receipts
...
..
.

Mark:
Official Receipts
General Ledger
...
..
.

I have a solution for this but needs a development tool during runtime.

If you have worked on this previously, please, I really need you advice.

Thanx so much!


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

If what you are looking for

If what you are looking for is a TreeView object with no need to deploy a .dll or .ocx, there's one available that uses no ocx, but only ABL:

Pure4GLTv a clone of the MS treeview in pure ABL:
http://www.psdn.com/library/entry.jspa?externalID=263

If your problem is not about the TreeView, you'll have to be a little more explicit about the details of where you're stalled.


user menù with treeview

My application implement treeview for display different "Functions Name" after the login form.
It is depending on security permission of each users.

What is meaning for you "developmen tool"?

My approach is:
1. Create ttable with function that have permissions for the specified user
2. Generate a treeview in dynamic mode form ttable.

ugocauda@alice.it