Recent content by balta

  1. B

    Right Mouse Menu Down - Anywhere | Else Event

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

    Row-Display - Dynamic Browse

    It is resolved! Thanks! :)
  5. B

    Row-Display - Dynamic Browse

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

    Row-Display - Dynamic Browse

    Thanks, I will try.
  8. 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
  9. B

    PASOE -PKIX error

    Thanks, I will try that
  10. B

    PASOE -PKIX error

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

    "Conversion" of NetCode to 4GL | PdfSharp

    Thanks for your help, I will continue to try.
  13. 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.
  14. 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...
  15. 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...
Back
Top