G
Giancarlo Alberto Somma
Guest
is a simple code from Progress documentation. I copy openedge.net.pl from C:\JCA\OpenEdge\gui\netlib USING OpenEdge.Net.HTTP.RequestBuilder. USING OpenEdge.Net.HTTP.IHttpRequest. DEFINE VARIABLE httpUrl AS CHARACTER NO-UNDO. DEFINE VARIABLE oRequest AS IHttpRequest NO-UNDO. httpUrl = " Application Development and Deployment Technologies - Progress". oRequest = RequestBuilder:Get(httpUrl) :Request.
Continue reading...
Continue reading...