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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by zdanev

  1. zdanev

    How to send Shift-F7

    your english is better than my french so lets stick to that :-) first thing you need to do is to install Extra on your development machine. after that import the type library (from the Compoments menu, import ActiveX) now you'll be able to compile/execute the code above. ZD
  2. zdanev

    webproxy authentication

    I'm trying to access a web service thru a webproxy and I can't get it working (without the proxy everything is working just fine). Here is my code: WebProxy wp = new WebProxy("http://10.20.30.40:1234", true); NetworkCredential nc = new NetworkCredential("myname&quot...
  3. zdanev

    How to send Shift-F7

    First import the type library. uses EXTRA_TLB; var ExtraSessionName: String; Sessions: ExtraSessions; Session: ExtraSession; Scr: Screen; V: OleVariant; begin // initialization Sessions := CoExtraSessions.Create; Session := Sessions.Open(ExtraSessionName) as ExtraSession...
  4. zdanev

    How to send Shift-F7

    I figured it out. If someone else has similar problem: to send Shift-F1 send F13, for Shift-F2 send F14 and so on. ZD
  5. zdanev

    How to send Shift-F7

    I'm using Attachmate Extra 6.5 from Delphi thru OLE. I need to send Shift-F7 to the mainframe. To send just F7 I would write Screen.SendKeys('<PF7>'); What would the correct syntax be for Shift-F7. Thanks, ZD

Part and Inventory Search

Back
Top