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

    Update of a thread about ISPF Help Panels

    thread277-1740310 I discovered that keys PF10 and PF11 take the function of UP and DOWN scroll. Typing 'keys' in command line the table shows that PF10 and PF11 are responsible for RIGHT and LEFT scroll. Does anyone have any idea where the problem lies? BR Jaka p.s. When I test the...
  2. telesimke

    Extended console

    Hi, I'm using extended CONSOLE (EMCS) to send commands. I would like to suppress the responses written to SDSF LOG. Anyone? Here is the code: /*REXX*/ USR=USERID() CMD="D A,L"...
  3. telesimke

    ISPF panel table scroll

    Hi community, I'm trying to figure out how to retain CSR scroll value after scroll command on a panel table. Declaring INIT) section with .zamt=CSR only works for first scroll afterwards the .zamt becomes blank and starts to scroll with PAGE amount. Declaring REINIT section with .zamt=CSR does...
  4. telesimke

    ISPF help panel with AREA section

    Hi community, I created a help panel containing AREA section. I tested the panel with Dialog test and everything worked OK. When this panel gets oppened as .help panel via PF01 in another panel I get a variety of responses: using in Dialog test as a help panel to another panel: scroll does...
  5. telesimke

    REINIT section

    Hi! I bring up a panel with: &zsel="PANEL(xyz) NEWAPPL PASSLIB" Using xyz I collect some parameters and do: &zsel="CMD(%mycmd &parm...)" After mycmd completes the xyz panel is )INIT-ialized. How can I make it to )REINIT-ialize? BR Jaka
  6. telesimke

    SYSDSN

    Hi! Does anybody have SYSDSN source code or know the principle it operates upon? Best regards
  7. telesimke

    Table scrolling

    Hello! I can't get the table scroll amount working. Here is the panel def: )Attr ! TYPE(OUTPUT) COLOR(TURQ) % TYPE(TEXT) INTENS(HIGH) COLOR(YELLOW) _ TYPE(INPUT) INTENS(HIGH) CAPS(ON) )Body...
  8. telesimke

    Redisplaying table at certain row

    Hi! I'm trying to redisplay a table at a certain row? The table is showing a certain row. If the user presses ENTER the table is erased and recreated. I want it to be at the same row as before erasure. I tried that by using ZTDSCRP and got stuck because I can't bring it into main program...

Part and Inventory Search

Back
Top