Hi All:
Currently I am developing a VFP system on my own from scratch, with a layout familiar to everyone.
What has been developed are:
1) selector
6 sections x 6 subsections, selecting 36 pages of view/filter combinations.
2) a grid control displaying database for browsing.
3) double click the grid record to display a form for database maintenance, with ColumnCount being -1, and memberclass pointing to predefined Column library in a prg. 4) Generic Find bar for the Grid
What I want to do now is Generic Print on what it is in the Grid.
I can write prg code: use current table, list according to the field, compare line number & line printed and so on.
Is it possible to use report form or any other generic methodogy to have it done ?
Any comment/advice to enlighten the project to move forward, inclusive design, beauty & code ...
Currently I am developing a VFP system on my own from scratch, with a layout familiar to everyone.
What has been developed are:
1) selector
6 sections x 6 subsections, selecting 36 pages of view/filter combinations.
2) a grid control displaying database for browsing.
3) double click the grid record to display a form for database maintenance, with ColumnCount being -1, and memberclass pointing to predefined Column library in a prg. 4) Generic Find bar for the Grid
What I want to do now is Generic Print on what it is in the Grid.
I can write prg code: use current table, list according to the field, compare line number & line printed and so on.
Is it possible to use report form or any other generic methodogy to have it done ?
Any comment/advice to enlighten the project to move forward, inclusive design, beauty & code ...
