Monday, October 27, 2008

Program Design Notes II

Notes II

 

Today I have decided that I need menus

 

File

Print

 

Exit

Query

My Donations

My Hours

My Contact Info

About

Instructions

About program

 

 

 

 

 

 

 

 

 

Okay so to use the datagrid, I cannot use a variable to extract the information… That sucks for individual reports

 

To fill the data grid with the dataset the format is:

Me.dataset.clear()

Me.oledataadapter.Fill(dataset)

 

 

The person icon is going to be your “personal assistant” like the stupid paper clip in word.

 

 

A print button needs to be installed on each form( I am using a button and not a menu item because I have a copy of the code I can reuse.

 

Done.

 

Now I have come across a problem. I thought a data grid would work with a variable, but no such luck. I am working on a command builder. At the very least, I can provide a way for the user to flip through his/her records.

 

The dataset should be sorted by date in the records searches beginning with my

 

Things to fix:

Code for worker

Area worked combo box

 

 

The program is essentially finished.

 Could some one design me an about form in Word?

And we need to do instructions.

 

 

No comments: