re: Error when password change
Did you change the password correctly? Open the database using ms access and verify if the password you provide in ms access is the same with the password you put in the source code.
The source code contain advance coding specially on how to manipulate data using SQL Language. You will appreciate how I use the WHERE Clause statement to SELECT, INSERT, UPDATE record from the database using a combination of sql statement.
Basic features include:
Account information
username: admin
password: a
For the database password please read FAQ.
Download Billing System v1.0 Installer here.
Note: If you come from pscode.com just to download the ocx file please download the full source code below. The ocx file is included in the zip file.
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Did you change the password correctly? Open the database using ms access and verify if the password you provide in ms access is the same with the password you put in the source code.
You need to opent the database in inclusive mode. After that click the tools menu.
Sir, I would Like to ask on how to create a billing system installer....like what i've download from u?
thanks....
I'm using install shield. You can download a trial version from www.installshield.com.
Sir, i edited ur billing system Project: from the word ABC Billing System to the new Billing system i made...the password jaypee...and the username admin to my new username and password...then i make a billing.exe...when i run it the main window appeard then same with user's log in after i log in...the runtime error occurs....this is the error
Run-time error '339':
Component 'b8Controls4.ocx' or one of its dependencies not correctly registered: a file is missing or invalid
where i'm going to fixed this problem Sir.....thanks....for ur support...
sir when i open ur billing system.vbp there's an error that the crviewer.dll coud not be loaded how can i fixed this? but when i installed ur billing system there's no error,....pls help sir....
Sir, i would like to ask on how to change the Application title named ABC Billing system at the about form...thanks....
sir, i already installed the crystall reports 8.5..then when i open ur project there's another error " the b8Controls4.ocx cannot be loaded...but i already download this file...how can i fixed this?
You need to register this file before running the source code. To register OCX file please follow this tutorial How to register OCX file.
thanks a lot sir,,,,,keep up the good work...God wil grant u more knowledge of helping others.....God Bless u always....
Sir, Good day, i would like to ask this error in the Subscription Type window, there are 3 Data's already then when i'm going to add a new Subs type...there's an error stated below:
Error From: frmSubscriptionType
Occur In: CmdSave_Click
Error Number: 3021
Description: Either BOF or EOF is true, or the Current record has been deleted. Requested operation requires a current record...
how i'm going to fixed this...thanks sir....
Thanks for reporting this error. It is a bug in the source code. Open the code window of Subscription Type form and in the CmdSave_Click procedure insert the code commented below:
With RS
.Fields("SubscriptionType") = txtSubscriptionType.Text
.Fields("Main") = txtMain.Text
.Fields("Extension") = txtExtension.Text
.Update
End With
If State = adStateAddMode Then GoSub AddNewSkip ' <- Insert this code
Dim rsSubscriptionType As New Recordset
Dim rsCustomers As New Recordset
rsSubscriptionType.CursorLocation = adUseClient
rsCustomers.CursorLocation = adUseClient
In the same procedure, also insert the code commented below:
If rsSubscriptionType!SubscriptionType = "Special Account" Then
rsSubscriptionType.MoveNext
End If
Loop
AddNewSkip: ' <- Insert this code
HaveAction = True
If State = adStateAddMode Then
Sir, thanks a lot....for ur effort in supporting me.....i hope u understand me that i'm always asking u about this program...coz im still a beginner...thanks...thanks....and God Bless....
Sir...good day...can u give me a link if where i'm going to download the Installershield not a trial version?
Sir, Please help me on how to change the Application Title in the About Form bcoz i cannot locate the Applicaiton Title of ABC Billing System...Please Help me Sir...thanks....have a blessed sunday.....
Please do not post multiple messages with the same question.
To change the application title go to project properties. Explore the tab...
Sir, thnanks ffor helping me on how to chnage the application title....God Bless u always.....
As I've said please do not multi-post the same messages. I have already answered your question above.
Sir, Good day when i Print the Report like the Subscribers' Ledger the problem is the name of the Subscribers was not shown in the Print out? how to change this sir? then in the Collectibles form the amount was not shown when it was being printed...thanks for ur help sir.....
Is there anyway to set this up in a Client/Server environment? I have multiple computers connected on our network. Also, can you setup access levels in the program?
Actually this is design for file server. Which means you need to share first the database from your server then map that shared folder in your workstation.
There is a config.txt file in the main folder of Billing System to locate the database file after you've mapped the network share.
If you can't find the config.txt then it will be generated the first time you run the program.
sir, how do i deal with editing the database and so as the source code? (i.e. adding other fields)
thanks..
yes i do.. juz wondering where to start the changes and where to focus on the codes..
thanks..
Hallo Gurus...those who are ...am looking for a grant management system that can manage what is received from supporters bot individual and companies..any ideas?...
Hi sir, I have a problem with report witch is printing from POS system. I have modified it but ai recive an error when i tray to print:
Error from: frmreports
Ocurr In: form_load
Error number: -2147206429
Description:Invalid TLV record
Thanks a lot.
hey...Can you send me code that can convert amount in words using visual basic 6.0?
this is my email add [email protected]..
Thanx.. More power to you..
This Payroll System is a simple application but will give you a start on how to do it in vb.net.
Dear sir,
I am from Maharashtra, My customer wants an application which capture web camera pictures Can u give me source codes of that app. using vb6 or vb.net 2005
Pease sir
Your's faithful
Mr. Mangesh Rajput
please i have an xml file full of data and i want to display these data on the table on the page including the image path i stored in the xml file. i need absolute help, my email is [email protected]
please i want to create a mini social network for my school can you send me source codes and logics involved, my email is [email protected]. thanks
Hi Sir,
Please i need user guid to understand the billing system and i can make fully test.
Thanks So much
Sir,
When I rund your billing system program from VB, error comes that B8CW control not defined, how to solve, will it be rectified if I register the B8Contols4.OCX file? Pls Help...
Sir,
I refered to the FAQ and registered the OCX file, with regsvr32, but still error comes:- Method of Data member not found and the line contains mdiMain.b8cw..... I have also added the ocx in components.
Pls help it will be of great help to me.
May be you have save the project prior to installing the necessary .ocx file. If this is the case, then download the source code again.
Sir,
I have deleted the billing software project and againg unziped it for the zip folder I was having, but still I am facing the same problem. Can U please check at your end whether the OCX file is working properly, one more thing it also asks to save the mdimain.frm again. Kindly check and revert back.
Thanking You
Niraj
Download the installer above. It will automatically register all neccessary components.
Sir,
I deleted all the ocx enteries from registry and vs folder and registered them, now it working fine. Thanks. One more thing do you have any software for school management system, if yes then do give the details along with the source code.
Thanks,
Niraj
I have only Library System and Enrollment System for school.
Library System is not yet upload here.