Click here to Skip to main content
15,914,222 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Crystal Report with multiple dataset Pin
vertig073025-Apr-05 16:44
vertig073025-Apr-05 16:44 
GeneralRe: Crystal Report with multiple dataset Pin
Suman Singh26-Apr-05 23:12
professionalSuman Singh26-Apr-05 23:12 
GeneralTab Control Navigation Pin
Suman Singh25-Apr-05 16:27
professionalSuman Singh25-Apr-05 16:27 
GeneralRe: Tab Control Navigation Pin
Robert Rohde25-Apr-05 19:59
Robert Rohde25-Apr-05 19:59 
QuestionHow to command the other control in a difference form in vb.net Pin
Mekong River25-Apr-05 15:58
Mekong River25-Apr-05 15:58 
AnswerRe: How to command the other control in a difference form in vb.net Pin
Dave Kreskowiak25-Apr-05 17:17
mveDave Kreskowiak25-Apr-05 17:17 
GeneralRe: How to command the other control in a difference form in vb.net Pin
Mekong River26-Apr-05 22:34
Mekong River26-Apr-05 22:34 
Generalcreating an employee database need code help please Pin
crshbrn1425-Apr-05 15:03
crshbrn1425-Apr-05 15:03 
Hey I am creating an employee database and I need some code help Confused | :confused: My project needs to have this criteria...if anyone could help me it would be greatly appreciated!!!! Thanx

• Each employee has the following information: Employee ID number, name, hour wage, number of dependents.
• The record for each employee will be kept in a separate file on the file system. (Note, you will need to understand Chapter 9a to create and manipulate files). Each file will have a name like <employee id="">.txt. For instance, if Fred Jones Employee ID is 198, then his filename will be 198.txt
• The record in each file will have the format:
Employee ID
Name
Hourly Wage
Number of Dependents
o For instance, for Fred Jones:
198
Fred Jones
10.15
1

• The Add Employee button will create a new file with the name <employee id="">.txt and add the information from the form in the appropriate format as discussed above if there is an employee ID filled in the employee ID text box. If there is no ID filled in, it should pop up a messagebox with an appropriate error message.


• The ‘Find Employee’ Button will look on the file system for a file named <employee id="">.txt (as desribed above).
o If it finds the file, it will open it and put the information into the appropriate text boxes on the form.
o If it does not find it, it will pop up a messagebox with an appropriate error message.
• The ‘Update Employee’ button will basically resave the employee information in the form back into the appropriate file, including any changes that have been made.
• The Print Employee Button will print the employee’s information in the following format:

Employee Record
---------------------
Employee Name: Fred Jones
Employee ID: 198
Hourly Wage: 10.15
Number of Dependents: 1

• Notice on the printed form that I have used padding to create the column format.
• You are REQUIRED to use Option Explicit On and Option Strict On.
• Use try/catch blocks as is appropriate • Check for the existence of files before you open them.


THANKYOU SOOOO MUCH
GeneralRe: creating an employee database need code help please Pin
Dave Kreskowiak25-Apr-05 17:10
mveDave Kreskowiak25-Apr-05 17:10 
GeneralOpen two tables in one form Pin
msnick25-Apr-05 14:53
msnick25-Apr-05 14:53 
GeneralRe: Open two tables in one form Pin
Mike the Red27-Apr-05 9:33
Mike the Red27-Apr-05 9:33 
GeneralRe: Open two tables in one form Pin
msnick28-Apr-05 15:32
msnick28-Apr-05 15:32 
GeneralHi!!!Want some help!!! Pin
shekkk25-Apr-05 12:41
shekkk25-Apr-05 12:41 
GeneralRe: Hi!!!Want some help!!! Pin
Len Miller25-Apr-05 15:32
Len Miller25-Apr-05 15:32 
GeneralCalculating the latidude and longitude of an area Pin
Martin@captivasystems25-Apr-05 10:16
Martin@captivasystems25-Apr-05 10:16 
GeneralRe: Calculating the latidude and longitude of an area Pin
msnick25-Apr-05 15:52
msnick25-Apr-05 15:52 
GeneralRe: Calculating the latidude and longitude of an area Pin
Martin@captivasystems26-Apr-05 3:55
Martin@captivasystems26-Apr-05 3:55 
GeneralRe: Calculating the latidude and longitude of an area Pin
Martin@captivasystems26-Apr-05 11:52
Martin@captivasystems26-Apr-05 11:52 
GeneralRe: Calculating the latidude and longitude of an area Pin
msnick26-Apr-05 13:25
msnick26-Apr-05 13:25 
GeneralRe: Calculating the latidude and longitude of an area Pin
Martin@captivasystems27-Apr-05 3:14
Martin@captivasystems27-Apr-05 3:14 
Generalretrieving remote xml data Pin
Coreo25-Apr-05 6:30
Coreo25-Apr-05 6:30 
GeneralRe: retrieving remote xml data Pin
rudy.net26-Apr-05 18:42
rudy.net26-Apr-05 18:42 
GeneralRe: retrieving remote xml data Pin
Coreo27-Apr-05 14:36
Coreo27-Apr-05 14:36 
GeneralProblems with DSOFile 2.0 Pin
cad_guru25-Apr-05 6:00
cad_guru25-Apr-05 6:00 
GeneralRe: Problems with DSOFile 2.0 Pin
Dave Kreskowiak25-Apr-05 6:40
mveDave Kreskowiak25-Apr-05 6:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.