title: nov 812:28 pm (1 of 24) - bristol community...

24
Title: Nov 812:28 PM (1 of 24)

Upload: others

Post on 13-May-2020

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Title: Nov 812:28 PM (1 of 24) - Bristol Community Collegecisweb.bristolcc.edu/~pgrocer/audio_smartboardF18/... · Process: [2960] deptArray. exe frmDeptArray.vb -g X frmDeptArray.vb

Title: Nov 8­12:28 PM (1 of 24)

Page 2: Title: Nov 812:28 PM (1 of 24) - Bristol Community Collegecisweb.bristolcc.edu/~pgrocer/audio_smartboardF18/... · Process: [2960] deptArray. exe frmDeptArray.vb -g X frmDeptArray.vb

Title: Nov 8­12:31 PM (2 of 24)

Page 3: Title: Nov 812:28 PM (1 of 24) - Bristol Community Collegecisweb.bristolcc.edu/~pgrocer/audio_smartboardF18/... · Process: [2960] deptArray. exe frmDeptArray.vb -g X frmDeptArray.vb

Defining the table

Populating thetable as a one timeor housekeeping thing

Title: Nov 8­12:35 PM (3 of 24)

Page 4: Title: Nov 812:28 PM (1 of 24) - Bristol Community Collegecisweb.bristolcc.edu/~pgrocer/audio_smartboardF18/... · Process: [2960] deptArray. exe frmDeptArray.vb -g X frmDeptArray.vb

Title: Nov 8­12:38 PM (4 of 24)

Page 5: Title: Nov 812:28 PM (1 of 24) - Bristol Community Collegecisweb.bristolcc.edu/~pgrocer/audio_smartboardF18/... · Process: [2960] deptArray. exe frmDeptArray.vb -g X frmDeptArray.vb

Title: Nov 8­12:39 PM (5 of 24)

Page 6: Title: Nov 812:28 PM (1 of 24) - Bristol Community Collegecisweb.bristolcc.edu/~pgrocer/audio_smartboardF18/... · Process: [2960] deptArray. exe frmDeptArray.vb -g X frmDeptArray.vb

Removing the code that makes suretxtDeptNo.text is a valid index.

Title: Nov 8­12:40 PM (6 of 24)

Page 7: Title: Nov 812:28 PM (1 of 24) - Bristol Community Collegecisweb.bristolcc.edu/~pgrocer/audio_smartboardF18/... · Process: [2960] deptArray. exe frmDeptArray.vb -g X frmDeptArray.vb

Entered a number outside the array range.

Title: Nov 8­12:41 PM (7 of 24)

Page 8: Title: Nov 812:28 PM (1 of 24) - Bristol Community Collegecisweb.bristolcc.edu/~pgrocer/audio_smartboardF18/... · Process: [2960] deptArray. exe frmDeptArray.vb -g X frmDeptArray.vb

0 is okay because there is an unused0th element in the array.

Title: Nov 8­12:41 PM (8 of 24)

Page 9: Title: Nov 812:28 PM (1 of 24) - Bristol Community Collegecisweb.bristolcc.edu/~pgrocer/audio_smartboardF18/... · Process: [2960] deptArray. exe frmDeptArray.vb -g X frmDeptArray.vb

Tried entering an A.  Will also crashwith 6 or above or negative.

Title: Nov 8­12:42 PM (9 of 24)

Page 10: Title: Nov 812:28 PM (1 of 24) - Bristol Community Collegecisweb.bristolcc.edu/~pgrocer/audio_smartboardF18/... · Process: [2960] deptArray. exe frmDeptArray.vb -g X frmDeptArray.vb

Title: Nov 8­12:44 PM (10 of 24)

Page 11: Title: Nov 812:28 PM (1 of 24) - Bristol Community Collegecisweb.bristolcc.edu/~pgrocer/audio_smartboardF18/... · Process: [2960] deptArray. exe frmDeptArray.vb -g X frmDeptArray.vb

Two programs here 

Title: Nov 8­12:45 PM (11 of 24)

Page 12: Title: Nov 812:28 PM (1 of 24) - Bristol Community Collegecisweb.bristolcc.edu/~pgrocer/audio_smartboardF18/... · Process: [2960] deptArray. exe frmDeptArray.vb -g X frmDeptArray.vb

Title: Nov 8­12:51 PM (12 of 24)

Page 13: Title: Nov 812:28 PM (1 of 24) - Bristol Community Collegecisweb.bristolcc.edu/~pgrocer/audio_smartboardF18/... · Process: [2960] deptArray. exe frmDeptArray.vb -g X frmDeptArray.vb

When data defined as integer.

Title: Nov 8­12:52 PM (13 of 24)

Page 14: Title: Nov 812:28 PM (1 of 24) - Bristol Community Collegecisweb.bristolcc.edu/~pgrocer/audio_smartboardF18/... · Process: [2960] deptArray. exe frmDeptArray.vb -g X frmDeptArray.vb

Now allows decimal points

Title: Nov 8­12:54 PM (14 of 24)

Page 15: Title: Nov 812:28 PM (1 of 24) - Bristol Community Collegecisweb.bristolcc.edu/~pgrocer/audio_smartboardF18/... · Process: [2960] deptArray. exe frmDeptArray.vb -g X frmDeptArray.vb

Title: Nov 8­12:54 PM (15 of 24)

Page 16: Title: Nov 812:28 PM (1 of 24) - Bristol Community Collegecisweb.bristolcc.edu/~pgrocer/audio_smartboardF18/... · Process: [2960] deptArray. exe frmDeptArray.vb -g X frmDeptArray.vb

Title: Nov 8­12:56 PM (16 of 24)

Page 17: Title: Nov 812:28 PM (1 of 24) - Bristol Community Collegecisweb.bristolcc.edu/~pgrocer/audio_smartboardF18/... · Process: [2960] deptArray. exe frmDeptArray.vb -g X frmDeptArray.vb

Because what you want to doif either of the questions istrue is the same and the N arethe same, you can use acompound.

Title: Nov 8­12:58 PM (17 of 24)

Page 18: Title: Nov 812:28 PM (1 of 24) - Bristol Community Collegecisweb.bristolcc.edu/~pgrocer/audio_smartboardF18/... · Process: [2960] deptArray. exe frmDeptArray.vb -g X frmDeptArray.vb

Title: Nov 8­12:58 PM (18 of 24)

Page 19: Title: Nov 812:28 PM (1 of 24) - Bristol Community Collegecisweb.bristolcc.edu/~pgrocer/audio_smartboardF18/... · Process: [2960] deptArray. exe frmDeptArray.vb -g X frmDeptArray.vb

Title: Nov 8­12:59 PM (19 of 24)

Page 20: Title: Nov 812:28 PM (1 of 24) - Bristol Community Collegecisweb.bristolcc.edu/~pgrocer/audio_smartboardF18/... · Process: [2960] deptArray. exe frmDeptArray.vb -g X frmDeptArray.vb

Title: Nov 8­1:00 PM (20 of 24)

Page 21: Title: Nov 812:28 PM (1 of 24) - Bristol Community Collegecisweb.bristolcc.edu/~pgrocer/audio_smartboardF18/... · Process: [2960] deptArray. exe frmDeptArray.vb -g X frmDeptArray.vb

Title: Nov 8­1:02 PM (21 of 24)

Page 22: Title: Nov 812:28 PM (1 of 24) - Bristol Community Collegecisweb.bristolcc.edu/~pgrocer/audio_smartboardF18/... · Process: [2960] deptArray. exe frmDeptArray.vb -g X frmDeptArray.vb

Title: Nov 8­1:03 PM (22 of 24)

Page 23: Title: Nov 812:28 PM (1 of 24) - Bristol Community Collegecisweb.bristolcc.edu/~pgrocer/audio_smartboardF18/... · Process: [2960] deptArray. exe frmDeptArray.vb -g X frmDeptArray.vb

Title: Nov 8­1:03 PM (23 of 24)

Page 24: Title: Nov 812:28 PM (1 of 24) - Bristol Community Collegecisweb.bristolcc.edu/~pgrocer/audio_smartboardF18/... · Process: [2960] deptArray. exe frmDeptArray.vb -g X frmDeptArray.vb

Response to question aboutnew project.Remember you must chooseVisual Basic.

Title: Nov 8­1:06 PM (24 of 24)