Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
I want to develop a form to be used by employees to enter data such as a work order number, customer, hours, material used, nature of the work, etc. Some data would be predefined, and would be select from a drop down list, while others would be entered. Once a work order number is defined, there can be only one customer per that work order. Multiple employees could enter their data as it pertains to that work order. So for instance hours for each worker could be totaled as well as for the work order as a whole. At the end of each day, the workorder would be saved as a pdf or html file. Once it is saved it could be reopened. Once the workorder is closed, I'm thinking there could be a submit button that would render it a read only file that could be accessed through the application for viewing purposes only. Each time a new work order was entered a new form would come up. What would be the most appropriate programming language to do this in? Or would it be more appropriate to do something like this using visual basic for applications?
Name: wizard-fred Date: July 1, 2009 at 15:52:15 Pacific
Reply:
You need a language that can do the job and you are proficient in. The data entry part appears to need a multi-user data base so that different parts of the job be entered as they are completed.
Summary: Someone might suggest Visual Basic or Real Basic. Liberty Basic is popular. These languages all stress GUI tools and ease of programming. Perl would only really be fast if you knew what you were doi...
Summary: What programming language do they use to make most games? I mean games like Rollercoaster tycoon and madden2002. I would really like to know. Thanks. ...
Summary: I tried to teach my self Visual C++ at home on my PC ,I purchased a complier a Visual C++6 starter kit which came with Sams Teach Yourself Visual C++ in 24 Hours (24 1 hour chapters).I also purchase...