Search results

  1. B

    TinyMce - Winforms

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

    TinyMce - Winforms

    It is a question :)
  3. 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
  4. 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/
  5. B

    Right Mouse Menu Down - Anywhere | Else Event

    Hi Patrick, will try that. Thanks!
  6. 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.
  7. 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 */...
  8. B

    Row-Display - Dynamic Browse

    It is resolved! Thanks! :)
  9. B

    Row-Display - Dynamic Browse

    Yes, already done that. In Openedge 12.8 it is faster to define variables.
  10. 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)
  11. B

    Row-Display - Dynamic Browse

    Thanks, I will try.
  12. 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
  13. B

    PASOE -PKIX error

    Thanks, I will try that
  14. B

    PASOE -PKIX error

    Yes. There are two 2 certificates, root and intermediate.
  15. 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
  16. B

    "Conversion" of NetCode to 4GL | PdfSharp

    Thanks for your help, I will continue to try.
  17. 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.
  18. B

    "Conversion" of NetCode to 4GL | PdfSharp

    Hi Tom. I have the code in .NET to generate the PDF (tested successful in Visual Studio), the difficult is to "convert" the NET code to 4GL Code. I am "stuck" in this code. Give this error. (messages are in Portuguese) // Create a font XFont font = new XFont("Verdana", 20...
  19. B

    "Conversion" of NetCode to 4GL | PdfSharp

    Hi, I am trying to use PDFsharp in 4gl and I am having difficulties converting code to to 4gl. https://docs.pdfsharp.net/ Anyone have an example or can help in converting this code? At this moment I have difficult in xFontStyle and DrawString. // Create a new PDF document PdfDocument...
  20. B

    Create Random String

    Hello, Does anyone have a code to generate a random string with Letters and Numbers? Thanks Baltazar OpenEdge 12.2 Windows 10
Back
Top