If I define class in a .prg file. For Example:
Forms.Prg
*******************
DEFINE CLASS MyForm AS Form
Height = 400
Width = 640
. . . etc.
ENDDEFINE
********************
I have already the class definition. Suppose that my new library is NewLib.
How can I save my first class in this new library?
Thank You
JLucio
Forms.Prg
*******************
DEFINE CLASS MyForm AS Form
Height = 400
Width = 640
. . . etc.
ENDDEFINE
********************
I have already the class definition. Suppose that my new library is NewLib.
How can I save my first class in this new library?
Thank You
JLucio