Search results

  1. J

    Calling function from .NET WebBrowser

    Hi everybody, Currently I am developing a program using AppBuilder 10.2B and using OCX namely Microsoft WebBrowser. I am able to access and edit the attributes of the elements (titles, innerHTML of labels, etc.). However, I have not found a way to trigger a function within the WebBrowser. Is it...
  2. J

    Question Import SSL Certificate from CA to AppServer

    Hi all, Currently we got project that includes using CA signed SSL Certificate. We received .ppk, .crt and .csr file from our client, which they acquired from GeoTrust. There is no .pk1 nor .pk10 file generated during the process. I wonder if I can use this private key and certificate to import...
  3. J

    Resolved Slow Initial Client Connection with SSL Enabled AppServer

    Hello, We are currently using Progress 11.3 for Server (using Linux) and tried to use SSL for the security. However, it takes about 30 seconds for the client (using ABL) to connect to the server (the performance after the connection process is normal). If we do not enable the SSL, then it will...
  4. J

    Question Load Images Using .net

    Hi everyone, We are currently developing a program using .NET and realized that the images cannot be read when we put the images in a .pl file, since .NET has no way to read a .pl file. We could just leave the image files in a folder but the users will have access to delete or replace the...
  5. J

    .net Datagridview Strange Behavior

    We are currently developing new GUI using .NET in Developer Studio 11.6 32 Bit. The problem is when we tried to refresh data several times in the DataGridView, the data do not shown correctly. The "Right Output.png" shows the right output, The "Wrong Output.png" shows the data after several...
  6. J

    Question Localization In Openedge

    Dear all, We are currently developing a desktop application which has multi language support. We are using OpenEdge Developer Studio 11.3 for the development and mainly using class (.cls) not procedures (.p). Is there any library or tools to provide the multi language support? A tool to...
  7. J

    Tomcat and Appserver Agent

    Hi all, I am currently developing a web service using REST Adapter from Progress 11.3 for my mobile application. I am having a problem, when the appserver do something rather time consuming or worst, stucked in an endless loop. When I tried to recall the web service (in this case using web...
  8. J

    Send image through rest adapter

    Hello, I am wondering how I can send image to progress database using the rest adapter. Currently I am developing a mobile app for iOS and sending image would be one of the features. In the database, the images are stored as BLOB, which is not supported by Rest Adapter (CMIIW). The only way I...
  9. J

    Call web service with wsdl

    Hallo, I am trying to call a web service with wsdl : http://crm.paramountenterprise.co.id:81/ws_member.asmx?wsdl for example: CheckMobilePhone (http://crmdev.paramountenterprise.co.id:81/ws_member.asmx?op=CheckMobilePhone) The xml that I have generated: ---------------- <soapenv:Envelope...
  10. J

    AppServer - Tomcat - Gateway Timeout

    Hello, I am currently developing a native mobile application (iOS), by creating Web Service using the REST Adapter provided from OpenEdge 11.3 and Tomcat 7 as the Web Server. The GET HTTP works perfectly, but I am currently confused with the POST HTTP. I use a web service to update some data...
  11. J

    Deploy Tomcat in Linux Server

    Hello, I am trying to develop a native mobile application using Progress database. As far as I know, the database should be connected to the AppServer and the AppServer should be connected to the Web Server, in this case: Tomcat. The development for the web service required OpenEdge Developer...
Top