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

    ` is not expected. - Brand new to scripting

    I'm trying to write a script to find all the report titles in our program directories. The key I can use for this is "w-title". My biggest problem is that the actual title may be on the next line so I need to print out both lines. I'm brand new to scripting so there's probably something...
  2. Faelcu

    Can't figure out how to get multiple browse to work

    I love using the Browse and Query but this is the first time I'm trying to use a MULTIPLE BROWSE. I need to select multiple records and then save those rowids to a temp-table to use them for a later "batch" process. I'm following the only instructions/sample code I can find and I'm lost on...
  3. Faelcu

    Pgm runs on DB copy A but not on DB copy B

    Has anyone ever run into something like this? We're on Progress 9.1D07, CHUI application, AIX 5.1. We have 2 test databases, both copies of our production db. I have a program that works perfectly on both production and copy A, but one part does not work on copy B of the db. I've deleted...
  4. Faelcu

    Is there a way to export a character string WITHOUT surrounding quotes

    Is there some way to export a single character string as a record and NOT have the character string surrounded by quote marks? I have a need to build an export file that will be sent to a mainframe somewhere and they need the data without the quote marks surrounding the character string...
  5. Faelcu

    Need help! Formating for Word on AIX w/9.1D CHUI

    Hi, All. I need some help. I have a program that emails a text file to the user. They now want this file formatted to a Word .DOC file (with specific margins, font sizes, etc.). I have no idea how I can make this happen. Changing the file extension from .TXT to .DOC makes no difference at...
  6. Faelcu

    How can I use the FOR EACH... WHERE against an array?

    I'm trying to select records based on a field being equal to any of the elements in a hard-coded array and I seem to be brain-dead on this today. :~/ Can anyone give me some suggestions on how I can make this happen? TIA

Part and Inventory Search

Back
Top