I have a project that keeps track of patients and medical procedures related to the patients. In the project I placed a couple of modules. One for patients, one for medical procedures. In those modules I place functions or procedures that are relevant to the modules name. For instance in the patients module I have a procedure that inserts a record into the database, one that modifys a record and one that deletes a record.
Part 2. I am thinking of upgrading to vb.net and I downloaded a program by Aivosto that looks at your code and finds problems. I thought this might be a good idea before trying to upgrade my project. The problem is that it keeps telling me that all these functions and procedures in the modules are "dead procedures". It describes a "dead procedure" as "... is not used by the project. It is not called by the code nor executed by any other means..." The procedures and functions are clearly called within the program, many times. Is what I am doing bad coding or is the program that is looking for problems wrong. Well I know the program is wrong because they are clearly called from within the program but am I using bad coding techniques that is leading to this?
Thanks,
Shannan
Part 2. I am thinking of upgrading to vb.net and I downloaded a program by Aivosto that looks at your code and finds problems. I thought this might be a good idea before trying to upgrade my project. The problem is that it keeps telling me that all these functions and procedures in the modules are "dead procedures". It describes a "dead procedure" as "... is not used by the project. It is not called by the code nor executed by any other means..." The procedures and functions are clearly called within the program, many times. Is what I am doing bad coding or is the program that is looking for problems wrong. Well I know the program is wrong because they are clearly called from within the program but am I using bad coding techniques that is leading to this?
Thanks,
Shannan