Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: almm
  • Order by date
  1. almm

    Update a Query through VB Code?

    We delete and recreate a query based on what table the user wants to see. Here is the basics of that code: Dim dbs As Database Dim rst As Recordset Dim qdf As QueryDef 'Create the new record set based on our new SELECT statement Set dbs = OpenDatabase(App.Path &...
  2. almm

    Can Crystal report 8.0 access IBM mainframe DB2 tables data

    We read DB2 tables from our mainframe with no problems using the software DB2 for Windows 95/NT. I believe it is a part of the whole DB2 package. When you install it on the client, it will run through and automatically catalog your DB2 subsystems on the mainframe (you can also configure them...
  3. almm

    Crystal Report using an ISAM file

    Linda,<br><br>I believe you need to set up an ODBC DSN for the .dat file, just as you would for a .txt file.&nbsp;&nbsp;When setting up the DSN, you will specify the layout of the columns in your file.&nbsp;&nbsp;You can use the Microsoft Text Driver for the driver, but I've heard it can be...
  4. almm

    Rich Text Box and Report "Previewing"

    Hello all!<br> <br> I am attempting to write a very simple program. I have a list box filled with report names. If the user single clicks on one of these, I would like to give them a &quot;preview&quot; of the report in a rich text box. The full report is a Crystal report, which I have run a...
  5. almm

    Looking for COBOL book recommendations...

    Thanks BayRidge! That is a great site! I emailed both tek-tips.com and mvshelp.com URLs to all of my co-workers as well--one can never have too many sources of information!<br> <br> Michelle
  6. almm

    Looking for COBOL book recommendations...

    Thanks bprange. I went ahead and bookmarked the books from the library on IBM's S390 site. I used the IBM books for the AS/400, so I'm familiar with their format. I will keep looking for others as well...<br> <br> Thanks again,<br> Michelle
  7. almm

    Looking for COBOL book recommendations...

    Greetings!<br> <br> I have been programming in COBOL on an AS/400 for about 6 1/2 yrs. and have recently switched to COBOL/MVS on an OS/390 mainframe. Could anyone recommend some books I should purchase to help with the transition? I am looking for reference books, plus any books that would...

Part and Inventory Search

Back
Top