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

  1. jonats

    Put string not copying the exact variable

    Thanks Lakare. I tried it but it doesnt work; i even need to reboot my pc to work normal again:)
  2. jonats

    Put string not copying the exact variable

    Hi Remy, Yes, I am writing to a text file. Here is the macro: 'Global Variables Global CapBuffer As Variant Global CapBuffSize As Long Sub Main() ' Get the Attachmate Screen Object Dim objAttachScreen As Object Set objAttachScreen = CreateObject("EXTRA.System").ActiveSession.Screen If...
  3. jonats

    Put string not copying the exact variable

    Hi Lakare, I cant even compile it. Thanks, Jonats
  4. jonats

    Put string not copying the exact variable

    Or maybe i need to change GetString to something just like you did to PutString? Buffer$ = Buffer$ & objAttachScreen.GetString(1,1, Buffersize%) Write #1, Buffer$
  5. jonats

    Put string not copying the exact variable

    Hi Remy, Super! It works! Thank you very much. J i have the same problem copying from host to txt/doc file; shall i change my "write #1, buffer$" to something else?
  6. jonats

    Put string not copying the exact variable

    Hi Lakare, But msgbox is returning the correct polish characters; normal cut and paste from excel to mainframe is working fine as well. Thanks for your reply. Best regards, J
  7. 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
  8. 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...
  9. 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...
  10. jonats

    macro to print host file to text file

    Hi link99sbc, Thanks a lot! This is what I am looking for. However, only the first screen ( and only up to column 72) was captured; which part of the code should I change? Best Regards, Jonathan
  11. 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
  12. jonats

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

    how do i make my command line a 4-character field? thanks
  13. jonats

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

    Hi Frank, Thanks, it works on the command line....Is there any parameter to validate the input; I only want to accept digits 0-9 and up to 4 digits only.... %PLS INPUT HERE ==>_JG / /+ Best Regards, Jonathan
  14. 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. -----------------...
  15. jonats

    rexx program

    thanks a lot! this is what i am looking for.
  16. jonats

    rexx program

    thanks....i will try the ispf display service.... would appreciate a lot if you can give a sample rexx program invoking ispf display option....
  17. jonats

    rexx program

    no it's not an alignment question.... i'm doing some sort of racing program in rexx.... illustration (i have 3 lines of text for example:) line 1: RACE ENTRY NUMBER1 line 2: RACE ENTRY NUMBER2 line 3: RACE ENTRY NUMBER3 i want my rexx to display the 3 lines, then as i press enter key, the...
  18. 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