Search results

  1. V

    call progress 4GL from vb.net

    Well, it's been a year, and we did solve the problem. The best i can say is that we used an "app-server" (this is from our progress dude) - perhaps he will fill this in with more details.
  2. V

    call progress 4GL from vb.net

    jongpau you where my hero! and now you are silent. Where is jongpau?! Ok, what i have done since: thinking that if it would work in classic ASP it would work in VB6, i created a VB program which would load the WSASP.DLL and then attempt a simple call. Again, the dll loads fine, and...
  3. V

    call progress 4GL from vb.net

    I am in a bit of a panic on this one. I can create the object, i can populate the .ServerName and .QueryString properties. But if i attempt to call the .RunScript method, i get either nothing at all (locks the program) or i get the following: System.AccessViolationException: Attempted to...
  4. V

    call progress 4GL from vb.net

    Excellent, thank you :) i will pass that on. Actually, i thought i had it sorted out by doing the following: WSASPLib.CWSAgent webspeed = new WSASPLib.CWSAgent(); webspeed.ServiceName = "wstest"; string query = "calltime=55fdjklajfdkljfkldajfkldajflkdasjl82"; webspeed.QueryString =...
  5. V

    call progress 4GL from vb.net

    Ok, this really sounds like what i am looking for. I am attempting to open an connection between ASP.NET and Progress. Where with classic ASP i would just do this: <code> dim webspeed set webspeed = Server.CreateObject("WSASP.WSAgent") </code> Now when i attempt to do that in ASP.NET (C#)...
  6. V

    Docking windows in Progress

    well thanks for the link, but i didn't find it there :\ ah-well. thanks again
  7. V

    Docking windows in Progress

    Ok, so I know this is a really old thread but I was wondering if anyone has this systray.zip file (as the link is dead) - As I have mentioned before, I am not the progress programmer here at my POB, however, I enjoy interfering with that which is not my domain :p - that said, our lead...
  8. V

    Web_cgiip_get_prog

    Ah, i hope so too. it's becomming a more then "infrequent" problem - and though i don't do the progress programming, the "big guy" likes to look at me and say "well, what's wrong with my site, and what are YOU doing to fix it?" he doesn't ever accept the "oh, that's the backend braking"...
  9. V

    Web_cgiip_get_prog

    Yes, we're using IIS and wsasp.dll. I will direct our lead Progress programmer to the progress KB (though, i suspect he's been there... um, that is, if i knew what it was in the first place)
  10. V

    Web_cgiip_get_prog

    this is what i've been told 9.1D08 everywhere except for Web Server. Web server has 9.1E The messenger is on Web server. The agents run on Backend server The database is on another backend server. There's no firewall between backend servers since they are both internal
  11. V

    Web_cgiip_get_prog

    Hola I am not a progress programmer, but I work with one - well actually, 3... And we've been having some problems with Webspeed which are returning the following error: "Failure sending WEB_CGIIP_GET_PROG message" I did a search on this term WEB_CGIIP_GET_PROG and was surprised that the only...
Top