Make A Hospital Form Where The User Inputs Data For A Hospital Bill - Code Won't Work

Nov 13, 2011

'Declare the price rate per night
Const decNightly_Rate As Decimal = 350D
Private Sub btnCalculateCharges_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnCalculateCharges.Click

[code]...

I am trying to make a hospital form where the user inputs data for a hospital bill. I have to create three functions: CalcStayCharges, CalcMiscCharges, and CalcTotalCharges. I do not know why this code won't work.

View 13 Replies


ADVERTISEMENT

Hospital Cost Form

Oct 29, 2009

below is the code I am working on. It is for a hospital cost form.

[code..]

I have a working version, but it doesn't meet the requirements completley.(I can post that if you need to see it) I am redoing this project and I am so stressed out. I may be overlooking something!

[code..]

View 14 Replies

Hospital Cost Calculator - Link CalcMiscCharges And CalcTotalCharges

Nov 14, 2009

I am having a problem linking the two other mods. I can't seem to be able to link CalcMiscCharges and CalcTotalCharges. I realize that I have just the CalcDayCharge being displayed. I am not getting any kind of errors, as of now.

Public Class frmHospitalStay
'Clears the form.
Private Sub btnClearForm_Click(ByVal sender As System.Object, ByVal e As

[CODE]...

View 10 Replies

VS 2010 - Creating Patient Event Logger For A Hospital NICU

Dec 15, 2011

I am currently working on a way to create a keystroke logger program of sorts, to be used in a hospital neonatal intensive care unit. It will be used in a project to look for ways to identify problems shortly after birth in newborn infants. (I was approached to create this program as I am the only one here with any programming experience, and I kinda put my foot in my mouth and said yes! D'oh!) While I have dabbled with C programming about 15 years ago (in DOS) and have some current familiarity with Excel-based VBA scripting, I have absolutely no experience with coding from scratch in Visual Basic (I'm a neurobiologist, not a programmer).

[Code]....

View 27 Replies

Auto-generate - Updating Function - Hospital System Which Works With A Access Database ?

Jun 21, 2010

I am using vb to make a hospital system which works with a access database. i am having an issue with the updating function to the database, this time round instead of hard codding the connection i used the connection/data source wizard, in microsoft visual studio 2008 and there fore most of the code has been auto generated for me, which includes the insert, delete and update funtions from what i can find and what i have read vb is ment to also auto generate this which it is not. the funny thing is that i can close the program down and reload it (as long as i haven't opened the database) and my changes are still there but if i go and open the database and it hasn't changed. also i can change the database through the use of the Dataset connections in the datasource tab but not int he program the code ive found and believe that is meant to update the database

This is running off a couple of buttons i also have a update query but have know way of accessing it

Me.Validate()

Me.TblPatientDetailsBindingSource.EndEdit()

Me.TableAdapterManager.UpdateAll(Me.PatientInfoDataSet)

View 1 Replies

Security - Textbox On Form - User Inputs Data ( During Runtime ) Data Remains In Textbox For Good And Textbox Becomes Read Only ?

Jan 8, 2010

Is it possible to have a Textbox on a form that when the user inputs data, ( during Runtime )that data remains in the Textbox for good and the Textbox then becomes read only ? Is it also possible to make it so that the CD with the programme on, is in the PC when the programme is being used. Perhaps writing the Textbox data back onto the CD ?

View 1 Replies

User Form With 5 Specific Inputs

Dec 9, 2010

I'm trying to create a User form that has six inputs.

1.) User input textbox 5.00 to 60.0 inches only accepted.
2.) User input textbox 2.50 to 30.0 inches only accepted.
3.) User input textbox 6, 8, & 10 nominal input only accepted.
4.) User input textbox 60% or 65% only accepted.
5.) User input textbox 2.50 to 30.0 inches only.
6.) User input textbox where 500 shows up in the box as "standard" but can be changed by user input.

Then an "OK & Cancel" button. I don't know whether to use a dialog box or a form, what class, masked text box vs. not masked, etc.

View 14 Replies

Building Webpage Out Of User Inputs Off A Form

Jun 25, 2009

I was trying to find examples of how one would make a webpage using asp so that I could have the visitor enter information on a form and then when they hit submit it will be attached to my webpage indefintaly and any visitor can view it.

View 4 Replies

Check If User Has Entered All Inputs And Go To The Next Form?

Sep 3, 2009

How do i check if user has entered all inputs and go to the next form.

Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
t1.Focus()
End Sub

[code]....

In this code it gives an error, but after displaying the error it jumps to next form.

View 5 Replies

How To Save Different User Inputs In Form To Harddisk

Jan 22, 2011

i have created a simple form which takes some input from the user. Now, I want that the input should be saved to my harddisk and can be seen later as well. Can you please tell me how to save the inputs as a record on my harddisk.

I mean the first time the form appears, it has four options. All the four options will be a record. The next time the form is re-loaded, then the same four fields will have data for someother client. It should be saved as another user.

View 3 Replies

Get All Inputs Of A Form Error Code Given

Dec 15, 2011

[code]What I am trying to do is to navigate to a website and download all the inputs of the form on that page. Doesn't matter what website I use I can't get beyond this error code.

View 1 Replies

Database Condition - All Inputs Required From User On Form

Nov 4, 2009

I am building a program where all the inputs (10) required from the user are asked on one form. Since it is not possible to let fields blank on the database, I would like to know how can I build an 'IF' saying that if all fields are full, then the database CAN save all the input. So that if there are any field blank, it won't save. I just dont know how to do the database condition. Thats all.

View 3 Replies

Data Type Validation - Get An Invalidcastexception If The User Inputs A String

Nov 25, 2009

Im trying to improve some apps ive written, the first is a console app... Im trying to get it so that i wont get an invalidcastexception if the user inputs a string, when the variable is type "Double"

[Code]....

View 2 Replies

VB - User Substitutes Name On Query - Get The Data Set To Return Different Output Given A Variety Of Inputs

Nov 19, 2009

So, I run a select statement in SQL and then it has something like " where clientName = 'John Doe' " I can generate a datagrid or dataset off the SQL statement, but it will only be good fro one client...... I would like to be able to populate a dataset/grid using the select satement and then having something like a combo box of names the USER can choose. Then the user selects the name and the datagrid is populated with that clients info or w/e........

[Code]....

View 2 Replies

Have A Form Which Inputs Data Into A Database Which Isn't Working?

Jun 8, 2011

I am trying to create a little project for my college course.firstly, i will say from the off that one of the specifications of my course is that i dont use DATAGRID's. i know its a pain but unfortunately it has to be done?i have a form which inputs data into a database which isn't working.

here is the code:

rownumber = 0
dbProvider = "Provider = Microsoft.ACE.OLEDB.12.0;"
dbSource = "Data Source = G:UsersRossDesktopEXTENDED PROJECT !!!!!!DatabasesLogin Details.accdb"

[code].....

View 2 Replies

Handle Bill - No Series Number For Multiple User

Oct 16, 2010

I am created a Vb.net ERP Application! In this application I handle core accounting concepts. I have handled Salebill and many of accounting form. I take salebill billno from Database by selecting maximum srno from salebill Table but whenever multiple user trying to access this form at a time, everyone gets same billno. How I handle this situation to show different bill no to different users?

View 4 Replies

VS 2005 Why Does Code Produce 'WILD' Rather Than 'BILL'

Jul 25, 2011

Why does the following code produce 'WILD' rather than 'BILL'? [code]

View 2 Replies

VS 2010 How To Make SQL Connections Work On Other User

Sep 30, 2009

I have a little Windows Form application that uses sql database.My application works on my computer, but when I install the app to another computer I get this errorSystem.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was noccessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)

View 21 Replies

VS 2005 Make Live Search Form Like When User Enter 1 Char Then It Ll Find All Data Start With Or Contain Letter?

Jun 19, 2009

I want to make live search form like when user enter 1 char then it ll find all data start with or contain letter.i have use the sql like query with textbox textchanged event but it is too slow any other method to make it fast?

View 4 Replies

Loged ON User COde Doesn't Work In Some Computers

Jun 22, 2010

I have this code that gives me the user logged on name of a remote computer, but if i run the program in certaing computers, it returns with the error "Not Available Due Restrictions" which is set if the scope cant connect... why it connects fine in some computers and other not..is there something i have to add to the code for it to run fine in any computer

[Code]...

View 1 Replies

Make Program Application Work As Multi-user?

Jul 25, 2007

I am developing a VB.Net application. That application might be working on a LAN. MS Access as a backend will be used.

I have developed many single user applications, but don't know of multi user , LAN, manage DB etc. How do I make the program as Multi user on LAN. Data will be accessed at the same time. How to mange such things.

View 5 Replies

Make The Buttons Code Work With The Help Of Combo Box Category

May 17, 2012

The combo box will show the category. Suppose there are 2 categories A and B. When we click on A then the code given inside 4 buttons should work. I tried in this way ,I checked the condition of selecteditem based on that added all 4buttons sub code. But it shows blue underlines.

I did in this way: If ComboBox1.SelectedItem = "A" Then Private Sub Button1_Click....

[CODE]............

Like this I have used 3 more buttons. How can it be done?

View 1 Replies

Resizing A GroupBox / How To Make That Line Of Code Work

Jul 1, 2012

i need to make a code that ,if a radio button is check,the size of a groupbox will change to 200,58 i have this for now: GroupBox1.Size =i only need to know how to make that line of code work

View 2 Replies

(VB 2008) Moving Strings / Cannot Make The Code Work When It Gets To Consonants

Apr 11, 2009

I cannot make the code work when it gets to consonants. I cannot get the consonant part correct.

Code:
'Date of last Modification: 4/11/2009
'Pig Latin Converter: Takes and English words and converts it to Pig Latin
'Rules stated in comments within calButton click event procedure

[code]....

View 3 Replies

Trying To Make A Calendar - Code Doesn't Work For Leap Year?

Apr 8, 2010

i'm trying to make a calendar and now i'm trying to know whether if it's a leap year and how many days in the current month etc. but my codes doesn't seems to be working and i don't know where is the problem,

[code]...

View 6 Replies

Execute Based On Inputs From User?

Mar 3, 2009

I'm not sure the best way to accomplish this, what i have is 10 checkboxes on a form named chkbox1 to chkbox10, say ther user selects 4 then clicks a button, i was wanting to execute code one after each other like[code]...

View 3 Replies

VS 2010 - How To Validate User Inputs

Jan 18, 2012

How can I prevent users inserting sql injection in my database? How can I validate their inputs? I am new with this sql injection. I don't know how to prevent users to insert this sttmnentif and I don't have the idea of sql injection how can I be sure that I am safe with sql injection??

View 1 Replies

Use Data To Compute A Customers Electric Bill?

Mar 27, 2011

In this program I am suppose to use data to compute a customers electric bill. My code works correctly for the most part except for two things. I cant get the loop correct I want it to ask the customer to enter readings but once it does it outputs the same information from the original time so I am wondering what I have to do to have it recalculate when new values are entered by the customer. My other issues is it is suppose to continue to ask the customer for additional readings till the value entered by the customer is -99999, when I run my program and enter -99999 it does not stop.

[Code]...

View 5 Replies

VB 2008 Code The Calculations For A Pocket PC Application That Calculates The Cost Of A Cell Phone Bill?

Feb 19, 2010

I'm having trouble figuring how to code the calculations for a Pocket PC application that calculates the cost of a cell phone bill. From a Pocket PC the user should enter the number of minutes used during the past month, in order to calculate the cost of the cell phone bill. The plan allows 300 minutes for $29.95 per month. For each minute over 300 the cost is $0.17 cents per minute. Tax and Fees are $4.85 a month.

1. User enters the number of minutes used during the past month.

2. Based on plan rate of 300 minutes for $29.95 and 17 cents for each minute over 300 calculate the cost of the bill including the fixed cost of $4.85.

3. The user must be able to initiate the calculation and display the individual charges and the total cost of the cell phone bill.

4. The user should be able to clear the number of cell phone minutes, the individual charges and the bill total

If negative number is enterd for the cell phone minutes, the user should be advised and asked for a valid entry If non numeric value entered for the cell phone minutes, or if left blank the user should be advised and asked for a valid entry.Application is deployed on the Pocket PC emulator built in VS 2008

Enter # of Minutes ________ (user enters)
Regular Minutes Charge ___ (29.95)

[code]....

View 1 Replies

Verify Multiple User Inputs With An Array?

Apr 28, 2012

I have several text boxes which a user is supposed to input a numeric value and the program will use an array to verify whether the input in each text box falls within the numeric range allowed for that text box. So one text box will only accept number 3-7 and i'm supposed to create an array that will verify the input in that text box falls within that range. Personally, I would just do:

Dim intInput1 as Integer
intInput1 = CInt(txtInput1.Text)
If intInput1 >= 3 or <= 7 Then
messagebox.show("Input Verified")
Else
messagebox.show("Input must be a numeric value between 3 and 7")
End If

But this isn't what the assignment asks.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved