I am using windows grep and Boxer editor. On order is Blinker 7.0 and I am using Clipper 5.3.
I have 6 programs written 10 or more years ago that share 42 database files and index files. I need to make changes to all of them to allow input of more than 4 digets on a job number. So I have to modify the field length in all the databases and then find all of the screen input and output code that needs to be changed.
Is there a program that will read all of my .prg files and give me a list of the database files,index files, fields that get accessed/read or updated. variables that are used to replace fields, All of the Function names and procedures and their relationships/ called by or functions/procedures that they call?
That would be nice so when i make a change to any part of one program I have a list of other programs it may effect.
I have 6 programs written 10 or more years ago that share 42 database files and index files. I need to make changes to all of them to allow input of more than 4 digets on a job number. So I have to modify the field length in all the databases and then find all of the screen input and output code that needs to be changed.
Is there a program that will read all of my .prg files and give me a list of the database files,index files, fields that get accessed/read or updated. variables that are used to replace fields, All of the Function names and procedures and their relationships/ called by or functions/procedures that they call?
That would be nice so when i make a change to any part of one program I have a list of other programs it may effect.