The software is working very well but the problem is with the permissions. When i login as the admin and deny permissions for an ordinary user it works ok but the ordinary user can still access the system->Manage users where he can still change his/her permissions. how can i block someone from accessing the 'manage users'.
Just add the name of the form to the "form" table in data.mdb database. Then add permission in "user permission" table in the same database.
example: If you'd like to add Manage users in permission table add "frmUsersList" in "form" table the add users with the name of the form in "user permission" table.
Permalink Submitted by Anonymous on Thu, 02/19/2009 - 07:54
Dear Sir,
I was tried to change companyname via company table, but the final print out still same as default, should i change the crystal report form? Thank you.
Permalink Submitted by Anonymous on Fri, 02/27/2009 - 17:57
Hi! Sir,
Thank you for allowing us to use your free hotel management system it was a helpful to us. But the problem is how can I change in print billing area to our company name or how can I edit that? I cannot not see "Business Ifo" please help me.
Permalink Submitted by Anonymous on Mon, 04/13/2009 - 00:46
System.InvalidCastException was unhandled
Message="Unable to cast object of type 'System.Data.OleDb.OleDbException' to type 'System.Data.OleDb.OleDbDataReader'."
Source="Hotel Reservation System"
StackTrace:
at Hotel_Reservation_System.frRoomWindow.FillList() in Reservation System\My Forms\frRoomView.vb:line 73
at Hotel_Reservation_System.frRoomWindow.frRoomView_Load(Object sender, EventArgs e) in Reservation System\Hotel Reservation System\My Forms\frRoomView.vb:line 10
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.IntCreateWindowEx(Int32 dwExStyle, String lpszClassName, String lpszWindowName, Int32 style, Int32 x, Int32 y, Int32 width, Int32 height, HandleRef hWndParent, HandleRef hMenu, HandleRef hInst, Object pvParam)
at System.Windows.Forms.UnsafeNativeMethods.CreateWindowEx(Int32 dwExStyle, String lpszClassName, String lpszWindowName, Int32 style, Int32 x, Int32 y, Int32 width, Int32 height, HandleRef hWndParent, HandleRef hMenu, HandleRef hInst, Object pvParam)
at System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
at System.Windows.Forms.Control.CreateHandle()
at System.Windows.Forms.Form.CreateHandle()
at System.Windows.Forms.Control.get_Handle()
at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
at System.Windows.Forms.Control.Show()
at Hotel_Reservation_System.frain.mdiMain_Load(Object sender, EventArgs e) in Reservation System\My Forms\frMain.vb:line 144
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessage(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
at System.Windows.Forms.Control.set_Visible(Boolean value)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(ApplicationContext context)
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
at Hotel_Reservation_System.My.MyApplication.Main(String[] Args) in 17d14f5c-a337-4978-8281-53493378c1071.vb:line 81
at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
Permalink Submitted by Anonymous on Fri, 05/01/2009 - 03:41
please i would like you to help me get a software and the codes with the documentation of the project i will like to practice and be good
my email address is saintwhitesnow4real@hotmail.com
Permalink Submitted by Anonymous on Wed, 05/06/2009 - 13:42
i am bca-iii student, i have to submit a project on hotel management system....i am thinking about to use visual c++ as front end....cud u plz suggest me regarding this
Permalink Submitted by Anonymous on Thu, 05/07/2009 - 17:22
Sir, please tell me how can I change the web site address and email ID and TIN number and how to place my own logo on the top of final bill print page.
Comments
Permissions
The software is working very well but the problem is with the permissions. When i login as the admin and deny permissions for an ordinary user it works ok but the ordinary user can still access the system->Manage users where he can still change his/her permissions. how can i block someone from accessing the 'manage users'.
re: Permissions
Just add the name of the form to the "form" table in data.mdb database. Then
add permission in "user permission" table in the same database.
example:
If you'd like to add Manage users in permission table add "frmUsersList" in
"form" table the add users with the name of the form in "user permission" table.
My ID mohit297@gmail.com
My ID mohit297@gmail.com
editing the company name in the final print statement?
is it possible to edit the company name in the final print page?
re: editing the company name in the final print statement?
Yes. Just replace the value under the company table.
can not change company name
Dear Sir,
I was tried to change companyname via company table, but the final print out still same as default, should i change the crystal report form? Thank you.
Best Regards,
Otto
re: can not change company name
Sorry it's not the company table that you need to change. It's the Business Info table.
ok, thank you very much.
ok, thank you very much.
How can I put my Company name in printing bill area?
Hi! Sir,
Thank you for allowing us to use your free hotel management system it was a helpful to us. But the problem is how can I change in print billing area to our company name or how can I edit that? I cannot not see "Business Ifo" please help me.
re: How can I put my Company name in printing bill area?
Edit it under the data.mdb using "Business Info" table.
Database Password
...what is the password?
re: Database Password
Please read FAQ.
Source Codes
Hey, Are we not able to view your programs source codes?...because i can't seem to open it in visual studios 2005 ???
re: Source Codes
For the vb.net version please follow this link: Hotel Reservation System (VB.NET). It is not yet finish. I'm still working on it.
can u help me in Hotel managment systems
I have installed the hotel managment system, but when runned the .exe file it is like displaying a message unrecognized database format..
re: can u help me in Hotel managment systems
May be you have a corrupt file. Download the source code again.
Urgent
Sir
cud u please help me out...sir cud u please forward me VB.Net project on "Airline Reservation System"?
re: Urgent
Sorry but I don't have that kind of program.
REPORT PROBLEM
when I try to open any report it shows me an error message "server has not yet been opened"
please help
re: REPORT PROBLEM
This is because you did not install all the necessary components. Do you have crystal reports 8.5 installed?
airlines reservation system using VB AND ACCESS
CAN YOU SUPPLY ME ANY PROJECT ON AIRLINE RESERVATION SYSTEM? THANK YOU IN ADVANCE
mobile billing system using VB 6.0 AND ACCESS
PLEASE SIR , I NEED ANY PROJECT ON MOBILE BILLING SYSTEM.
I WILL BE PROUD OF YOU IF YOU FULFILL MY REQUEST.
HOTEL MANAGEMENT SYSTEM WITH ACCESS AND VB 6.0
PLEASE I NEED HELP FROM YOU SIR , JUST SEND ME A COMPLETE PROJECT ON HOTEL MANAGEMENT SYSTEM USING . HERE IS MY E-MAIL:sarkozy.87@gmail.com
thanks a lot sir for your kindness
database password can be seen
database password can be seen in his connection string he is using.. but users password cannot..
its is encrypted... great work!
felixbeyond
HOTEL MANAGEMENT SYSTEM WITH ACCESS AND VB 6.0
PLEASE I NEED HELP FROM YOU SIR , JUST SEND ME A COMPLETE PROJECT ON HOTEL MANAGEMENT SYSTEM USING . HERE IS MY E-MAIL:vignesh_61@ymail.com
i will be very much thankfull if u send reply to my request
re: HOTEL MANAGEMENT SYSTEM WITH ACCESS AND VB 6.0
Follow the link above.
hotel management
i m not able to use ur code bcoz ms access need password and it is not open in visual basic
plz help me
ii is very urgent
re: hotel management
Read the FAQ on how to get the database password.
hello!!!!!!!!!!!!!!!!!!!!
hello i'm empress in your program. you are using vb 6.0. i am using too. cze i med some programm. or system.
project
hello sir plz send me complete vb project (with coding) on hotel management using access .plz plzzzzzzzz my email id is
tweety.angelize@gmail.com
re: project
LOL.
You have the link above.
hotelmanagement projects
sir please forward us that project on hotel management system in vb.net
For synopsis
can you have the synopsis of this project .If u have plz sent me at cutecharu24@yahoo.in
project on hotel management system
hi,
can plzz send me the project in java. It's very very urgent.
thanks
I used your example in VS 2005
System.InvalidCastException was unhandled
Message="Unable to cast object of type 'System.Data.OleDb.OleDbException' to type 'System.Data.OleDb.OleDbDataReader'."
Source="Hotel Reservation System"
StackTrace:
at Hotel_Reservation_System.frRoomWindow.FillList() in Reservation System\My Forms\frRoomView.vb:line 73
at Hotel_Reservation_System.frRoomWindow.frRoomView_Load(Object sender, EventArgs e) in Reservation System\Hotel Reservation System\My Forms\frRoomView.vb:line 10
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.IntCreateWindowEx(Int32 dwExStyle, String lpszClassName, String lpszWindowName, Int32 style, Int32 x, Int32 y, Int32 width, Int32 height, HandleRef hWndParent, HandleRef hMenu, HandleRef hInst, Object pvParam)
at System.Windows.Forms.UnsafeNativeMethods.CreateWindowEx(Int32 dwExStyle, String lpszClassName, String lpszWindowName, Int32 style, Int32 x, Int32 y, Int32 width, Int32 height, HandleRef hWndParent, HandleRef hMenu, HandleRef hInst, Object pvParam)
at System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
at System.Windows.Forms.Control.CreateHandle()
at System.Windows.Forms.Form.CreateHandle()
at System.Windows.Forms.Control.get_Handle()
at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
at System.Windows.Forms.Control.Show()
at Hotel_Reservation_System.frain.mdiMain_Load(Object sender, EventArgs e) in Reservation System\My Forms\frMain.vb:line 144
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.SendMessage(HandleRef hWnd, Int32 msg, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Form.SetVisibleCore(Boolean value)
at System.Windows.Forms.Control.set_Visible(Boolean value)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(ApplicationContext context)
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
at Hotel_Reservation_System.My.MyApplication.Main(String[] Args) in 17d14f5c-a337-4978-8281-53493378c1071.vb:line 81
at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
re: I used your example in VS 2005
I don't use VS 2005. I use 2008.
system - manage users
hi bro,
why when i clicl manage users options no screen pop-up ?
Thanks.
re: system - manage users
If you are talking about the VB.NET version, then I am still working on it.
system - manage users
ooo ic sorry. i thought you had finished. yes i talking about VB.net version.
Thanks.
Further Upgrade
I downloaded your .Net version, that is great. Will you planning to use ASP.net and VBScript to further upgrade your program into a Web-base program ?
re: Further Upgrade
For now I dont' have plan of doing so.
Hotel Management System in PHP
Can u help me with this?
I need a source code to make a reservation system in PHP.
if you have any information about that, could you inform me at if07031@students.del.ac.id?
I'm looking forward for your reply..
Thanks before..
re: Hotel Management System in PHP
Please go to sourceforge.org and search for hotel reservation system.
please i need your help on airline reservation project
please i would like you to help me get a software and the codes with the documentation of the project i will like to practice and be good
my email address is saintwhitesnow4real@hotmail.com
hello sir. i want any
hello sir.
i want any database project on netbeans.
i will be very thankfull for ur genuine concern.
project on netbeans
sir,i urgently need any minor project on netbeans.
plz help me in my study.
my email id is ajalodiya@yahoo.com
i will be very thankfull to u.
re: project on netbeans
Sorry but I don't have code in java.
could u plz help me
i am bca-iii student, i have to submit a project on hotel management system....i am thinking about to use visual c++ as front end....cud u plz suggest me regarding this
re: could u plz help me
Although you can do it in visual c++ but I don't recommend using it for database programming. Use visual basic instead.
How can I make changes in final print page
Sir, please tell me how can I change the web site address and email ID and TIN number and how to place my own logo on the top of final bill print page.
Pages
Add new comment