Discussion:
Component Palette
(too old to reply)
Charles
2008-09-15 17:12:37 UTC
Permalink
My component palette does not have the tab for Data Buttons on it when I create a new form. The only way I can get it to show is to use the designer to bring up a form with Data Buttons already on the form. The component palette then adds the tab.

How can I get the Data Buttons tab to remain permanently on the component palette?

Charles
Ken Mayer [dBVIPS]
2008-09-15 21:58:12 UTC
Permalink
Post by Charles
My component palette does not have the tab for Data Buttons on it when I create a new form. The only way I can get it to show is to use the designer to bring up a form with Data Buttons already on the form. The component palette then adds the tab.
How can I get the Data Buttons tab to remain permanently on the component palette?
Exit dBASE, open the Plus.ini file in Notepad or something, and add the
line shown below:

[CustomClasses]
CC0=:FormControls:\DATABUTTONS.CC

You may want to change the "0" to 1, 2, 3, etc. depending on what else
is in that section of your .INI file (it must go in the CustomClasses
section).

Ken
--
/(Opinions expressed are purely my own, not those of dataBased
Intelligence, Inc.)/

*Ken Mayer* [dBVIPS]
/Golden Stag Productions/
dBASE at goldenstag dot net
http://www.goldenstag.net/GSP
http://www.goldenstag.net/dbase/dBASEBooks.htm
http://www.goldenstag.net/dbase
Charles
2008-09-17 04:48:54 UTC
Permalink
Post by Ken Mayer [dBVIPS]
Post by Charles
My component palette does not have the tab for Data Buttons on it when I create a new form. The only way I can get it to show is to use the designer to bring up a form with Data Buttons already on the form. The component palette then adds the tab.
How can I get the Data Buttons tab to remain permanently on the component palette?
Exit dBASE, open the Plus.ini file in Notepad or something, and add the
[CustomClasses]
CC0=:FormControls:\DATABUTTONS.CC
You may want to change the "0" to 1, 2, 3, etc. depending on what else
is in that section of your .INI file (it must go in the CustomClasses
section).
Ken
--
/(Opinions expressed are purely my own, not those of dataBased
Intelligence, Inc.)/
*Ken Mayer* [dBVIPS]
/Golden Stag Productions/
dBASE at goldenstag dot net
http://www.goldenstag.net/GSP
http://www.goldenstag.net/dbase/dBASEBooks.htm
http://www.goldenstag.net/dbase
That was it. Thanks Ken,

Charles

Loading...