I'm working on a comprehensive case inquiry program. This application finds all the information regarding a case and displays it. For instance, I have a PageControl with the following:
Demographics
Charges
Events
Payments
Summons/Warrants
Bonds
Tape Log
File Location
Community Service
Educational Services
I run a basic query and if there's any information for that "section" then the tabvisible property for the specific information is determined.
Now I'm working on the Educational Services tab. There are about 15 classes that a defendant can be sentenced to and what I wanted to do was add a tabbed page for each of the classes.
So, if the defendant was sentenced to any Educational Services programs the first tab (SENTENCING) would show:
Victim Impact Panel + other info
Screening + other info
Ed Services Referral + other info
A.S.P.E.N. + other info
then I would like 4 additional tabs - one for each of the classes listed above.
I have successfully done this, but now, how do I create the information on the page? Do I need a "page template"? Most of the classes have similar information (some have more than 1 class date), how can I dynamically create the page based on what kind of class it is?
Thanks for any insight.
Leslie
Demographics
Charges
Events
Payments
Summons/Warrants
Bonds
Tape Log
File Location
Community Service
Educational Services
I run a basic query and if there's any information for that "section" then the tabvisible property for the specific information is determined.
Now I'm working on the Educational Services tab. There are about 15 classes that a defendant can be sentenced to and what I wanted to do was add a tabbed page for each of the classes.
So, if the defendant was sentenced to any Educational Services programs the first tab (SENTENCING) would show:
Victim Impact Panel + other info
Screening + other info
Ed Services Referral + other info
A.S.P.E.N. + other info
then I would like 4 additional tabs - one for each of the classes listed above.
I have successfully done this, but now, how do I create the information on the page? Do I need a "page template"? Most of the classes have similar information (some have more than 1 class date), how can I dynamically create the page based on what kind of class it is?
Thanks for any insight.
Leslie