I have recently posted a question about producing programmer documentation and came to conclusion that either the future programmer can review the code on the computer, or I am going to have to do some additional programming to get code printed in such a way as to make it useable (i.e., loops outlined, procedures/functions indexed…)
I know about the documentation wizard in Access, but have found it leave something to be desired.
My program has about 2300 lines of code, which of course doesn't include the properties on the 34 different forms that play a real part in the functionality.
Although I have the code lines documented and indented, nested loops can be hard to follow (especially when they are long and my call procedures/functions) and I'm looking for the best way to provide what may be needed to whoever gets the happy job of maintenance on my program.
So the Question is:
1) Does anyone have any additional feedback on what has been the most helpful maintenance documentation for a program about this size.
2) If I go the route of writing a program that will capture the code and properties and formatting/indexing them (which I doubt I'll have the time to do), Can anyone point me in the right direction for pulling the code pages and properties from a form 'in-code'.
Thanks! Tek-tips has been a great resource!
XTnCIS
I know about the documentation wizard in Access, but have found it leave something to be desired.
My program has about 2300 lines of code, which of course doesn't include the properties on the 34 different forms that play a real part in the functionality.
Although I have the code lines documented and indented, nested loops can be hard to follow (especially when they are long and my call procedures/functions) and I'm looking for the best way to provide what may be needed to whoever gets the happy job of maintenance on my program.
So the Question is:
1) Does anyone have any additional feedback on what has been the most helpful maintenance documentation for a program about this size.
2) If I go the route of writing a program that will capture the code and properties and formatting/indexing them (which I doubt I'll have the time to do), Can anyone point me in the right direction for pulling the code pages and properties from a form 'in-code'.
Thanks! Tek-tips has been a great resource!
XTnCIS