Search results

  1. B

    Any-Printable - After Event

    Thanks! It Worked!
  2. B

    Any-Printable - After Event

    Good afertnoon, I am using this code on any-printable anywhere do: /* CÁLCULO AUTOMÁTICO ? */ if tglCalculoAutomatico:checked in frame {&frame-name} then RUN Calculo_Automatico_Preco. end. The event occurs BEFORE of text appear. It is possible to call the event...
  3. B

    Error in OE Gui Program

    Yes, that is the issue, have to update the PCs to OE 11.7.8. Thanks for the link. I have searched and haven't found the same.
  4. B

    Error in OE Gui Program

    Hello, we have a program that give this error in certain PCs (not all). System.MissingMethodException: Método 'Progress.Data.BindingSource.set_SyncToSelectedRow What i am missing? OE 11.7.8/OE11.6.4 | Windows Thanks
  5. B

    WebClient NET - SSL

    Thanks Cecil. I don´t want to install the certificate. OE should be capable to "read" https certificates without problems. (like "web" languages [PHP, etc]).
  6. B

    WebClient NET - SSL

    Thanks Osborne. I have tried that, same error...
  7. B

    WebClient NET - SSL

    Thanks Osborne. A limitation of OE. Do you have any example of doing a POST with SSL communication without install the cert in OE?
  8. B

    WebClient NET - SSL

    Good afternoon, I am trying to use WebClient with SSL I can do POST with HTTP. With HTTPS, I have the error of certificate. Any have converted this code to 4GL? (This is the code to "ignore" SSL validation) System.Net.ServicePointManager.ServerCertificateValidationCallback = new...
  9. B

    Color Picker - OCX

    Thanks Jean. I will save this page for future use.
  10. B

    Set RGB Color - Excel

    Thanks Osborne. Will also try that.
  11. B

    Set RGB Color - Excel

    Thanks for the tips. Will try that.
  12. B

    Set RGB Color - Excel

    I can try that. In this moment, i have the problem to make work the code with RGB colors. It is a Openedge/Excel question. How do i "convert" VBA object model to work in OE. Do you have any example? If that work, i will search a function to convert RGB to HEX.
  13. B

    Set RGB Color - Excel

    Hello, i am trying to set a color shape in Excel using RGB In this moment i am doing this. ChExcel:selection:ShapeRange:Fill:ForeColor:RGB = ChFolha:ColorFormat:RGB(254, 94, 94) no-error. I am reading this, but whiteout success...
  14. B

    Color Picker - OCX

    Yes. Perfect! Thanks a Lot!
  15. B

    Color Picker - OCX

    Yes. Can do that in .NET?
  16. B

    Color Picker - OCX

    Hello, Anyone knows as OCX for a ColorPicker? Something like this. Thanks OE11.6.4 Windows
  17. B

    OpenEdge GUI .NET - rowpostpaint

    It works! :) Not the better way, but it works.
  18. B

    OpenEdge GUI .NET - rowpostpaint

    Hello, I am using Datagridview and try to paint a row with a color if a field is true. I have searched and find the method 'RowPostPaint' I am using a Temp-Table If I do this, I only get the number of first record.. message tt_Accoes.numero view-as alert-box. I have tried to do in...
  19. B

    OpenEdge GUI NET - "replace" for trigger

    Thank you @Osborne. I will try with that.
  20. B

    OpenEdge GUI NET - "replace" for trigger

    In attach ABL "Classic" (OK) and ABL NET (NOK)
Top