|
Home > Archive > dBASE Questions and Answers > December 2006 > Dynamic Notebook/tabbox selections
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Dynamic Notebook/tabbox selections
|
|
| john marshall 2006-12-09, 7:17 pm |
|
I was hoping that someone has created a dynamic notebook or tabbox tool whose entries could vary depending on enabled rights or features. The intent here is to show the user only those features or configuration tabs as appropriate. Certainly a different
list of options could be supplied via an array, but what about linked controls since they usually are specified with a page or selection number? If the list (or order) varies, it seems to me that the controls would function inappropriately.
I have even considered a new custom class that would launch subforms to overlay the notebook or tabbox areas, but this is not as elegant as I might hope.
Any suggestions would be appreciated.
Thanks,
JM
| |
| Ronnie MacGregor 2006-12-11, 7:17 pm |
|
On Sat, 09 Dec 2006 11:14:01 -0500
john marshall said :
> I was hoping that someone has created a dynamic notebook
> or tabbox tool whose entries could vary depending on enabled
> rights or features. The intent here is to show the user only
> those features or configuration tabs as appropriate. Certainly
> a different list of options could be supplied via an array, but
> what about linked controls since they usually are specified with
> a page or selection number? If the list (or order) varies, it
> seems to me that the controls would function inappropriately.
>
> I have even considered a new custom class that would launch
> subforms to overlay the notebook or tabbox areas, but this
> is not as elegant as I might hope.
>
> Any suggestions would be appreciated.
Have a look at :
http://www.dbasedeveloper.co.uk/rmX...rmXPTabBook.htm
This is a "fake" notebook, in that it uses form pages to hold the contents of
the "notebook".
This control can have its tabs built on the fly, which you could do
conditionally based on whatever criteria you wish.
Is this what you need ?
--
Ronnie MacGregor
Scotland
Ronnie at
dBASEdeveloper
dot co dot uk
www.dBASEdeveloper.co.uk
|
|
|
|
|