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
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"...
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.