Hi,
Good day. I am having the below table in my database.
----------------------
ToolbarID | Type |
----------------------
1 | Toolbar |
----------------------
1 | Button |
----------------------
1 | Button |
----------------------
1 | Separator|
----------------------
1 | Button |
----------------------
10 | Toolbar |
----------------------
10 | Button |
----------------------
10 | Separator|
----------------------
10 | Button |
----------------------
2 | Toolbar |
----------------------
2 | Button |
----------------------
2 | Separator|
----------------------
2 | Button |
----------------------
Now my aim is to create TOOLBARS (3) depending upon the database table. I want to create a toolbar for every new "ToolbarID" and attach the respective TOOLBAR-BUTTONS (Like button, Separator...etc).
Can you please suggest me the way to achieve this with a sample code ?
Advance ThanX for your time & patience.
Cheers,
Kishore