An Invoice Tracking System, I wrote for my Dad's mechanic workshop a few years ago. Use of Crytal Reports, User Controls, Datasets, SQl2005. Attach the backup Database to sql 2005 Manager.
I receive one comment on one of my post “ How to Print Using Crystal Reports” asking on how to create a crystal reports using a local database. I told him to create a video on this, but I decided to create a project before I publish the video. Local database has an extension filename “.sdf”. By default you cannot see it (Data Source) when you create crystal reports using a wizard. There is no
Visual Basic 6.0 has an InputBox() function, Visual Basic .NET has one but in C# you don't. You can easily solve this by adding a reference to 'Microsoft.VisualBasic.dll' and using the static method 'Microsoft.VisualBasic.Interaction.InputBox()'.
Somebody is asking me on how to save and or retrieve value from a radio button. So I decided to create a simple project so that you will have an idea on how Radio Button works on VB.NET. Please note that when you saved the value in the form, the changes is saved under the bin/debug folder and not under the base directory of this project. You may also see the changes when you close and open the
Good news to those who used my Hotel Reservation System (VB.NET). I have already updated the source that fixes minor problems on reports that doesn’t preview when you open the report. I also move the Reports & Data folder to the base directory and copied it to the bin directory when you run the program. I have also changed the database password to “12345”. If you need customization, then let me
On my last post I submitted projects that will Compute SSS on a Payroll System. This time you’ll learn on how to compute Withholding Tax based on the Withholding Tax table as revised for January 2009. Withholding tax is computed based on gross pay minus deductions like SSS, PHIC, & Pag-ibig contribution. For complete information on the manual computation please visit http:/
2005 VB.NET & Access One of my first Pet Projects. Use of Strongly Typed Datasets, User Controls, Dynamic Buttons Administrator Area: Creating-Reading-Updating-Disable Objects Good Learning Curve For Beginner Point OF Sale Developers.