I am re-writing an application I developed (a Jury Management System). This was the first Delphi application and the first "big" application I did. Needless to say the code makes me CRINGE! So, I'm working on version 2, including all the tricks I've found here!
So, I have a process that allows the clerks to update juror information. In the first version a search form opens, the criteria is entered and the information is shown. To see another juror's information, the first Juror Information form is closed and the search form reopens for the next search criteria.
What I'm thinking about doing is allowing multiple Juror Information forms open at the same time. So if the clerk is working on a juror and gets a call about some other juror they can search for the phone call information without closing the juror they are currently working on. Would this be an example of an MDI form? If so, any one know where I can get some good information about MDI forms (how to use them, close them, find open windows, etc.)?
Thanks for any insight!
Leslie
So, I have a process that allows the clerks to update juror information. In the first version a search form opens, the criteria is entered and the information is shown. To see another juror's information, the first Juror Information form is closed and the search form reopens for the next search criteria.
What I'm thinking about doing is allowing multiple Juror Information forms open at the same time. So if the clerk is working on a juror and gets a call about some other juror they can search for the phone call information without closing the juror they are currently working on. Would this be an example of an MDI form? If so, any one know where I can get some good information about MDI forms (how to use them, close them, find open windows, etc.)?
Thanks for any insight!
Leslie