Search results

  1. 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?
  2. 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...
  3. B

    Color Picker - OCX

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

    Set RGB Color - Excel

    Thanks Osborne. Will also try that.
  5. B

    Set RGB Color - Excel

    Thanks for the tips. Will try that.
  6. 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.
  7. 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...
  8. B

    Color Picker - OCX

    Yes. Perfect! Thanks a Lot!
  9. B

    Color Picker - OCX

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

    Color Picker - OCX

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

    OpenEdge GUI .NET - rowpostpaint

    It works! :) Not the better way, but it works.
  12. 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...
  13. B

    OpenEdge GUI NET - "replace" for trigger

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

    OpenEdge GUI NET - "replace" for trigger

    In attach ABL "Classic" (OK) and ABL NET (NOK)
  15. B

    OpenEdge GUI NET - "replace" for trigger

    Hello, yes, it is not clear. The error is this. Hope that is clear. @Osborne will try with your code. Thanks.
  16. B

    OpenEdge GUI NET - "replace" for trigger

    Because give this error. (The messages are in Portuguese)
  17. B

    OpenEdge GUI NET - "replace" for trigger

    Can you give an example how to achieve the same functionality?
  18. B

    OpenEdge GUI NET - "replace" for trigger

    Hello, in OE Classic, i do a lot of apply "return": U to txtNumero (txtNumero is a fill-in) It is possible to do something similar in OE GUI .NET? Thanks, Baltazar
  19. B

    OpenEdge GUI for NET

    THANK YOU A LOT! :) Will save this CHAT in PDF for future reference.
  20. B

    OpenEdge GUI for NET

    Thanks a Lot. One last question. How can I output multiple parameters?
Back
Top