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

    Put string not copying the exact variable

    thread1-1582572 Hi Guys, This code is working fine except that "Okł" was put as "Ok-". Dim Jonats as String Jonats = "Okł" Sess0.Screen.PutString (Jonats) Can somebody please help on how to preserve special/national characters? Thanks and Regards, Jonathan
  2. jonats

    Polish Characters are not Pasted Correctly from Excel to EXTRA Attachmate

    Hi Guys, I have a macro which reads each record of an EXCEL file then copy and paste it to EXTRA (mainframe) dataset. It is working fine except that Polish characters are converted to '-'. Maybe someone know of a code or command to make sure that whatever record in excel file will be copied...
  3. jonats

    macro to print host file (in extra attachmate) to word document

    Hi, Does anyone have a macro to print host file to word document? Thanks and Best Regards, Jonathan ( i tried the macro below, but it is not compiling successfully) Global g_HostSettleTime% Sub Main() '-------------------------------------------------------------------------------- ' Get...
  4. jonats

    macro to print host file to text file

    Hi, Does anyone have a macro to print file from extra to text file? I would really appreciate it a lot! Thanks
  5. jonats

    REXX - how to capture the encoded values in my screen/panel

    Hi, I have defined a panel in my rexx program where users can encode values on certain rows,columns. How do I capture/pull the encoded value in my variable list? Thanks and Regards, Jonathan Shown below is my screen panel. -----------------...
  6. jonats

    rexx program

    Does anyone know how to do this in rexx? I want to display a text "ANY TEXT", then I want to move this text as i press the enter key (I already have the routine assigning how many spaces the text will move); just want to know how to make the text move. Thanks, Jonathan

Part and Inventory Search

Back
Top