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

    Windows console screen problem

    I'm using a windows console screen to display information from my Cobol prog which is ok until another window is opened and closed on top of it and then it leaves a black patch where the window was. This is cleared when I next update the Cobol info screen but looks bad between times. Any ideas...
  2. tonyc1

    API Constant value too large in COBOL call

    I'm using COBOL 97 to call windows API function CreateFile to create a handle to an existing windows pipe. I want to use the FILE_FLAG_OVERLAPPED constant value in the dwFlagsandAttributes parameter. But..... The value of FILE_FLAG_OVERLAPPED is &H4000000, in decimal its 1073741824. If I use VB...
  3. tonyc1

    Printing in bold using fujitsu Cobol

    Please help! I'm trying to print with bold with the PRINTER assigned and without using forms or format. I've set up the Printing mode and character type with FONT-001 and defined that in the font table with style=B.
  4. tonyc1

    cobol routines

    Further to my thread about calling windows pipes, anyone know if I can adapt a cobol routine (as supplied by fujitsu) to read a pipe as a file?
  5. tonyc1

    ICL DTS and COBOL - using COM

    Anyone know about ICL DTS software? I am trying to access DTS using COM in COBOL Also is it possible to make a dll (not made in cobol) into a lib file that can be linked in Cobol?
  6. tonyc1

    How to access windows pipes in cobol

    Can anyone please tell me how to access a named windows pipe using cobol 97? I think i need to use API but don't really understand how. I have examples from fujitsu of API and I think I need to link kernel32.lib in somehow but the rest is a mystery! Thanks

Part and Inventory Search

Back
Top