Hello everyone..
Just doing a little project for a friend of mine he owns a Building Inspection company and at present is
writing about 6 reports a day on paper then getting home and typing it all into ms word to make a professional
looking form.
He has an HP iPAQ hw6515 pocket pc running windows mobile 2003 SE.
I was thinking write an application for the pocket pc so he could just walk around and select what he has too from
comboboxes etc.
what
Im not sure about it the best way to store this data in the pocket pc
to then transfer it into a template in word or excell.
should I store it all in a database ? then what is the best way to generate a form.. I know Microsoft access has forms but
I'm not too familiar with them.
thanks everyone..
any ideas would be greatly appreciated
Regards
Drewan
Loading
Drewan OBrienPosted Nov 5, 2009, 10:58 PM
Mahesh ChandPosted Nov 4, 2009, 3:21 PM
Office Interop section of C# Corner has some articles how to generate Excel reports from a database. Check out Mobile and Pocket PC sections to write mobile applications in .NET.
Sam HobbsPosted Nov 4, 2009, 11:45 AM
Drewan OBrienPosted Nov 3, 2009, 7:12 PM
That would be the first requirement...
The second would we to save the string and int data collected from that inspection..
The third would be to auto generate a form which he already has a template for in MS word format.
I just need to know the best way to get the data from the pocketPC to somewhere to be saved (maybe DB or excell spreadsheet)
Then once the data is saved I need to use that data to auto generate a form somehow...
Sam HobbsPosted Nov 3, 2009, 12:26 PM
Sam HobbsPosted Nov 3, 2009, 11:36 AM
My impression is that the data is flexible and difficult to define, so you can't expect to understand all the requirements. So you need to dive in and do the best you can, as you are doing, except you need to determine the requirements better. Do you have a good understanding of what the input and output is? That is what you need to determine; what the data is that needs to be entered into the device and what that data needs to be converted to. Based on the information provided here, I would start by getting the data entered into a text file and then analyze what is needed to be done with it.