I have a class big like xbrowse. Is it possible to create three or four different files and put the methods of the same class?
Can methods of the same class be implemented in different PRG files?
For example:
TFiveXL.prg CLASS TFiveXL METHOD Paint() METHOD DrawGrid() METHOD ConfirmFormula() ENDCLASS
TFiveXL_Formula.prg METHOD ConfirmFormula() CLASS TFiveXL
TFiveXL_IO.prg METHOD SaveSheet() CLASS TFiveXL
Is this a recommended practice in Harbour/FiveWin projects?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com