|
Home > Archive > Getting Started with dBASE > March 2006 > list of stock classes etc
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 |
list of stock classes etc
|
|
| Fred Evans 2006-03-21, 3:25 am |
| I am working through Ken Mayers excellent Dbase book and highly recommend it
to anyone who is looking
for a reference book on the subject
There are references to "stock classes" for example
f = new form()
form() being a stock form known to dBase
is there a published list of all the stock that comes with the package??
| |
| Michael Nuwer [dBVIPS] 2006-03-21, 3:25 am |
| Fred Evans wrote:
>
> There are references to "stock classes" for example
> f = new form()
> form() being a stock form known to dBase
> is there a published list of all the stock that comes with the package??
I have not seen one single list, but the dBL Language Reference comes
close. In the PDF's treeview you will find "Objects" (form, report, etc)
and "classes" together these are the stock classes.
| |
| Ivar B. Jessen 2006-03-21, 3:25 am |
| On Sun, 19 Mar 2006 21:32:35 +0200, in dbase.getting-started,
Subject: list of stock classes etc,
Message-ID: <6ohZBr4SGHA.1488@news-server>,
"Fred Evans" <fred@polyflexseals.co.za> wrote:
>I am working through Ken Mayers excellent Dbase book and highly recommend it
>to anyone who is looking
>for a reference book on the subject
>
>There are references to "stock classes" for example
>f = new form()
>form() being a stock form known to dBase
>is there a published list of all the stock that comes with the package??
Select Help -> Contents and Index -> type the word CLASS and use the scroll bar
to see all stock classes.
Ivar B. Jessen
| |
| Ken Mayer [dBVIPS] 2006-03-21, 3:25 am |
| Fred Evans wrote:
> I am working through Ken Mayers excellent Dbase book and highly recommend it
> to anyone who is looking
> for a reference book on the subject
>
> There are references to "stock classes" for example
> f = new form()
> form() being a stock form known to dBase
> is there a published list of all the stock that comes with the package??
help class
This will list "class", but from there it will list all of the classes
in dBASE.
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/dbase/dBASEBook.htm
http://www.goldenstag.net/GSP
http://www.goldenstag.net/dbase
|
|
|
|
|