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

    MANAGE GREEK CHARACTERS

    Hello , How to manage Greek Characters in rmcobol85. when greek characters processed from input file it is stored as junk data in the cobol files and printed junk data. How to capture correctly ? Thanks & Regards
  2. krish77

    OUTLOOK automation not work in EXE mode

    Hello, i have included following scripts in my program oOutLookObject = CreateObject('Outlook.Application') oEmailItem = oOutLookObject.CreateItem(MAILITEM) WITH oEmailItem .Recipients.Add('moe@3stooges.com') .Subject = 'Automation sample' .Importance = IMPORTANCENORMAL .Body =...

Part and Inventory Search

Back
Top