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 Mike Lewis 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: *

  1. wilgrant

    Compile elsewhere, run on Unix?

    I need some help. I work with a special tool-set that is written in COBOL, and we have a client in need of that tool-set that has a Unix (Solaris 2.8) system. The Unix box does not have a COBOL compiler that we can use. We have the ability to combile our modules using MFCOBOL on our...
  2. wilgrant

    Using Excel to populate fields in a Word document

    I am looking for ideas using VBA to populate fields in a Word docuement from values in an Excel worksheet cells. I know I can do this with the Mail/Merge function of Word, however, that forces me to have an Excel spreadsheet that is wider than I want to present to the user, from a visual...
  3. wilgrant

    Finding the length of a text string

    Tom, The data will be preserved as it was presented to the program - no removal of redundant spaces. Thanks.
  4. wilgrant

    Finding the length of a text string

    Thanks for all of the suggestions to this point. Regarding the data attributes, there can be pretty much anything in the data. There could be double spaces, there could be 500 bytes of data, followed by 100 spaces, followed by more data - it's pretty much wide open. The data we are analyzing...
  5. wilgrant

    Finding the length of a text string

    I have a need to find the length of a text string - i.e. how long is the string before the start of the trailing spaces. The code I've written does the job, but unfortunately the program, when executed, spends 40% of it's time with this section of code, and I want to make it perform more...
  6. wilgrant

    Parsing a multi-word Text String

    I need to parse a text string that will have seven words within the string, each separated by one or more spaces. I want to parse each word into it's own string (i.e. String1, String2,,,,, String7). Does anyone know of a routine that will accomplish this no matter what the length of each...
  7. wilgrant

    Help A Novice - Displaying Numeric Data

    I have an Integer field that I need to display as a fixed position of digits. For example, if the integer value is 135, when I display it in a Message Box, as and example, it shows as 135 (I use the command CStr(fieldname) to do the display) - however what I want to display is a 4 position...

Part and Inventory Search

Back
Top