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 gkittelson 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. tomjermy

    Do reports perform data processing?

    Thanks. With a bit of tweaking, it works perfectly - the code is here: SELECT MasterTable.OPERATIVE, MasterTable.DATE, MasterTable.OPERATION, MasterTable.SITE, MasterTable.PLOT, Sum(MasterTable.VALUE) AS Total FROM MasterTable GROUP BY MasterTable.OPERATIVE, MasterTable.DATE...
  2. tomjermy

    Do reports perform data processing?

    Hello, I have a master table containing data - I need to process that data so that it does the following: I need Access to find all rows where 'date', 'operation', 'site', 'plot' are the same, then add 'value' and 'hours' together and give me the information in a report. Can anyone help me...
  3. tomjermy

    Cygwin & RS232 / Serial / COM port getty

    Because I am replacing the Wyse 60 terminals with Windows XP machines, and the only truly free WY60 emulator is a GNU prog which will compile under Cygwin. Thanks, Tom
  4. tomjermy

    Cygwin & RS232 / Serial / COM port getty

    The server does not have an IP, or TCP IP installed - only com port access.
  5. tomjermy

    Cygwin & RS232 / Serial / COM port getty

    Hello, I am trying to use Cygwin to access a getty which is available via a RS232 / Serial / COM port from an old UNIX server. I have not got the first idea on how to achieve this and would be happy as a pig in s@'t if any one of you fine fellows would be able to help me out with this. Many...
  6. tomjermy

    where did \ntlogon come from

    Have you got Services for Unix installed? I know that microsoft includes some of the usual commands with that (free) download.
  7. tomjermy

    2 Lan's, One Internet Gateway

    Thanks all, that's grand! Tom J
  8. tomjermy

    2 Lan's, One Internet Gateway

    Hmm... both the unix network and the MS Network are on subnet: 255.255.255.0 Does this not make them on the same subnet? Confused. Thanks, Tom J
  9. tomjermy

    2 Lan's, One Internet Gateway

    Hi, We have 2 lans set up at the office... one works with an old SCO (eugh) system: client ip addresses: 6.0.0.11 and up server ip address: 6.0.0.10 We also have a seperate windows network: 192.168.1.1 - internet gateway 192.168.1.2 and up are all client machines. The subnets for both of...
  10. tomjermy

    arrays & whitespace

    That works a treat, thanks very much all. Tom
  11. tomjermy

    arrays & whitespace

    The file that the cut command reads is recognised by "file" as a binary file. It contains characters which "break my pipe". The file contains characters (inc. control ones) which look messy and cannot be displayed with the path name. The reason I'm doing this is to provide a...
  12. tomjermy

    arrays & whitespace

    Not entirely... the array that you are asking me to cut is a path to a file. If I echo the array content, it just cuts out the path, not the content of the file. I also need to get issue 2 sorted, so please, if anyone can help I'd really appreciate that. Cheers! Tom J
  13. tomjermy

    arrays & whitespace

    Hi, I have an unexpected bash scripting problem. I'm writing a script in bash which finds files named SETUP.DTA. The prog. searches through a fs, and produces a list of their locations. I assign an array variable to the first few letters in the file and then get the program to spit out the...

Part and Inventory Search

Back
Top