Search results

  1. B

    TinyMce - Winforms

    I think i will like :) Thanks a Lot!! :):):)
  2. B

    TinyMce - Winforms

    Yes! Can you share the code?
  3. B

    TinyMce - Winforms

    Thanks Peter. I will also look at that.
  4. B

    TinyMce - Winforms

    Thanks Osborne. I will look to the links.
  5. B

    TinyMce - Winforms

    It is a question :)
  6. B

    TinyMce - Winforms

    Hello, Anyone have an example of integrating TinyMce with WinForms. The objetive is to show the text and load and set using the program. Thanks in Advance, Baltazar
  7. B

    "Conversion" of NetCode to 4GL | PdfSharp

    I have loaded this DLLs and it works (show the methods) I have used "PdfInclude" and works great. Bought from https://snowwolf-software.com/
  8. B

    Right Mouse Menu Down - Anywhere | Else Event

    Hi Patrick, will try that. Thanks!
  9. B

    Right Mouse Menu Down - Anywhere | Else Event

    Will try to explain Without the block "mouse-menu-down" this appears With the block this menu don´t appear Objetive: Appear this menu WITH the block defined.
  10. B

    Right Mouse Menu Down - Anywhere | Else Event

    Hello, I am trying to force default behavior of right-mouse-click when the click is not in a browse. It is possible? Bellow Code. ON 'right-mouse-down':U anywhere DO: /* só dispara a 1º vez */ if focus:type = "BROWSE" then do: /* só "reage" se tiver ENABLED */...
  11. B

    Row-Display - Dynamic Browse

    It is resolved! Thanks! :)
  12. B

    Row-Display - Dynamic Browse

    Yes, already done that. In Openedge 12.8 it is faster to define variables.
  13. B

    Row-Display - Dynamic Browse

    Thanks a Lot!!! With the code you sent, I have managed to do what I want! :) This code is OpenEdge 12.8? (I am in OpenEdge 12.2)
  14. B

    Row-Display - Dynamic Browse

    Thanks, I will try.
  15. B

    Row-Display - Dynamic Browse

    Hello, Anyone have an example of a row-display with a dynamic browse? I have searched in Web but without success. Thanks in Advance Baltazar
  16. B

    PASOE -PKIX error

    Thanks, I will try that
  17. B

    PASOE -PKIX error

    Yes. There are two 2 certificates, root and intermediate.
  18. B

    PASOE -PKIX error

    Hi, I am changing the certificate in PASOE and i am getting this error (Using SOAP) The certificate appears to be OK I am already do this commands without success. procertm -i GlobalSign.crt C:/OE12/certs/psccerts.jar Please help. Windows Server 2022 OpenEdge 12.2.12
  19. B

    "Conversion" of NetCode to 4GL | PdfSharp

    Thanks for your help, I will continue to try.
  20. B

    "Conversion" of NetCode to 4GL | PdfSharp

    Yes and no. I am do a copy paste and convert line by line. Yes, a lot of experience in OE "native", in NET learning a lot. I have been able to use other DLL net libraries but in that 2 lines that I refer I having difficulties to convert the NET code to OE Code.
Back
Top