View Single Post
Old 10-02-2004, 08:30 PM   #1 (permalink)
NJBornSoonerBre
Upright
 
Need Visual Basic Tutorial

I used to be a COBOL & 3rd Generation language programmer in an HP MPE mainframe environment. Now I am an analyst for a Siemens Patient Accounting system and don't do much programming anymore. However, sometimes we pull ASCII files of information from the Siemens system and send them to other organizations.

What I need is to learn to do with Visual Basic is what I used to do with COBOL - that is: read in records from ASCII files(or ACCESS databases), manipulate the fields with if/then/else logic and basic math functions and output records to an ASCII file (or ACCESS db).

I have started reading Visual Basic for Dummies, but it mostly talks about creating dialog boxes and executing commands based on Windows events. What I need is to create .exe files that can be run from DOS commands in .BAT files that will input and output ASCII files.

Does anyone know of any resource I can use to learn this? Any suggestion would be appreciated. Thanks.
NJBornSoonerBre is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76