Search results

  1. B

    Set RGB Color - Excel

    Thanks for the tips. Will try that.
  2. 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.
  3. 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...
  4. B

    Color Picker - OCX

    Yes. Perfect! Thanks a Lot!
  5. B

    Color Picker - OCX

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

    Color Picker - OCX

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

    OpenEdge GUI .NET - rowpostpaint

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

    OpenEdge GUI NET - "replace" for trigger

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

    OpenEdge GUI NET - "replace" for trigger

    In attach ABL "Classic" (OK) and ABL NET (NOK)
  11. 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.
  12. B

    OpenEdge GUI NET - "replace" for trigger

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

    OpenEdge GUI NET - "replace" for trigger

    Can you give an example how to achieve the same functionality?
  14. 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
  15. B

    OpenEdge GUI for NET

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

    OpenEdge GUI for NET

    Thanks a Lot. One last question. How can I output multiple parameters?
  17. B

    OpenEdge GUI for NET

    Thanks. I have finalized manage to do an output param. It is possible to output a Temp Table? The way that I am sending input param is the correct?
  18. B

    OpenEdge GUI for NET

    Can you inform how you call a dialog? I have created an example that 'teste1' calls 'teste2' Can you please correct the code to show the output value? (In the input param i put directly, i think that is correct). Thanks a LOT for your help.
  19. B

    OpenEdge GUI for NET

    It gives error (not recognized) In dialog Please help.
  20. B

    OpenEdge GUI for NET

    Hello Osborne, Thanks for your code. In the second example, how can I return a "custom" value? Thanks, Baltazar
Back
Top