Free Hotel Management System Manual

Submitted bywilsonon Mon, 12/15/2008 - 23:01

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.

Submitted byAnonymous (not verified)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.

Submitted byAnonymous (not verified)on Mon, 03/09/2009 - 04:19

Hey, Are we not able to view your programs source codes?...because i can't seem to open it in visual studios 2005 ???

Submitted byAnonymous (not verified)on Wed, 03/18/2009 - 22:42

I have installed the hotel managment system, but when  runned the .exe file it is like displaying a message unrecognized database format..

 

Submitted byadminon Sat, 04/11/2009 - 12:42

In reply to by Anonymous (not verified)

Sorry but I don't have that kind of program.

Submitted byAnonymous (not verified)on Wed, 03/25/2009 - 01:26

when I try to open any report it shows me an error message "server has not yet been  opened"

please help

Submitted byadminon Wed, 03/25/2009 - 08:15

In reply to by Anonymous (not verified)

This is because you did not install all the necessary components. Do you have crystal reports 8.5 installed?

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

Submitted byAnonymous (not verified)on Tue, 04/07/2009 - 10:31

hello i'm empress in your program. you are using vb 6.0. i am using too. cze i med some programm. or system.
Submitted byAnonymous (not verified)on Tue, 04/07/2009 - 12:37

hello sir plz send me complete vb project (with coding) on hotel management using access .plz plzzzzzzzz my email id is [email protected]
Submitted byadminon Tue, 04/07/2009 - 13:35

In reply to by Anonymous (not verified)

LOL.

You have the link above.

Submitted byaara (not verified)on Tue, 01/03/2012 - 18:21

In reply to by Anonymous (not verified)

sir please forward us that project on hotel management system in vb.net
Submitted byAnonymous (not verified)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()
Submitted byAnonymous (not verified)on Mon, 04/13/2009 - 09:26

hi bro, why when i clicl manage users options no screen pop-up ? Thanks.
Submitted byAnonymous (not verified)on Thu, 04/23/2009 - 12:29

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 ?
Submitted byAnonymous (not verified)on Thu, 04/30/2009 - 15:20

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 [email protected]? I'm looking forward for your reply.. Thanks before..
Submitted byAnonymous (not verified)on Sat, 05/02/2009 - 17:34

hello sir. i want any database project on netbeans. i will be very thankfull for ur genuine concern.
Submitted byAnonymous (not verified)on Sat, 05/02/2009 - 17:42

sir,i urgently need any minor project on netbeans. plz help me in my study. my email id is [email protected] i will be very thankfull to u.
Submitted byAnonymous (not verified)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

Add new comment