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 bkrike 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: jbeale
  • Content: Threads
  • Order by date
  1. jbeale

    Evaluate statement using ALSO

    I read about the EVALUATE statement in the COBOL/370 Language Reference Guide and am having a difficult time understanding some of the ways to use ALSO. For example, the following is straight forward: EVALUATE ISS-STATE WHEN '22' PERFORM 22-PROCESSING WHEN '32' PERFORM...
  2. jbeale

    Passing arguments to VB6 executable from Compuware's TrackRecord

    I am trying to pass the contents of a field in Compuware's TrackRecord to a VB6 executable. The information below the line states the Help text in TrackRecord: ---------------------------------------------------------- Executable Button Properties Administrators can add a button to a type to...
  3. jbeale

    SQL statement for multiple tbls: Inner joins/VB code.....Please help!

    I am pulling information from 3 tables to place in a recordset then print to a text file. When I scale back and only request info from 1 table, I am successful. However, when I try to pull from the 3 tables that I need, I am unsuccessful. Here is the way the tables relate: T20 T03...
  4. jbeale

    CR 7, VB6 - Record selection & viewing new report.

    Brief history: I have created a form in VB which gives Users a chance to select the Userids they wish to report on. Their selection is collected in a listbox. I use a loop to create the record selection. I then want to pass this information to the report viewer, log on to the server, select the...
  5. jbeale

    VB6, Crystal Reports 7 - Exporting the report from VB

    Brief history: We are gathering information using Crystal Reports 7.0 and exporting it as a text file. This information is FTPd to the mainframe for further processing. We needed a simple way for the users to select the Userids they need for the Crystal Report, then run the report & export...
  6. jbeale

    Exporting a report as a comma separated values file

    I have recently had some trouble exporting a report as a CSV to a disk file. The process works great. My trouble is once I FTP this file to the Mainframe, the string data is compressed which makes it difficult for my COBOL program to deal with the fields. A couple of weeks ago, I did the same...

Part and Inventory Search

Back
Top