Search results

  1. R

    Connection through Progress

    I'm trying to connect to a host using the CONNECT command in Progress, but it's returning a connection failure, but when trying to do it through Postman, the sending is done correctly. Could someone tell me what is missing to connect through Progress? Below is the code I ran to make the...
  2. R

    RemoveDuplicates

    Has anyone used Excel's RemoveDuplicates method in Progress 4GL? Could you tell me what the syntax is? Example in VBA ActiveSheet.Range("A1:C100").RemoveDuplicates Columns:=Array(1,2), Header:=xlYes
  3. R

    Browse field losing focus

    Hello, I have a quantity field, in a freeform browser, and when I double click on this field, without any event being executed afterwards, it loses focus. Please, does anyone know how to solve this case?
Top