Search results

  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...
  16. 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
  17. B

    PASOE Production - Error 403

    Hello, I have created a PASOE instance in Production Mode When I try to deploy a WSM, I get a 403 error. In logs, I get this error. Anyone have managed to resolve this issue? Thanks Baltazar Windows Server 2022 OpenEdge 12.2.12
  18. B

    OpenEdge 12 - Silent Install

    Yes, it was strange. I will try to resolve this issue.
  19. B

    OpenEdge 12 - Silent Install

    Good morning, anyone have managed to install OE 12.2.12 in silent mode? The same works in OE11.7 without problems. I have already installed OpenJdk. I use this command. start /wait T:\OPEN_EDGE\OpenEdge_12.2.12\PROGRESS_OE_12.2.12_WIN_32\setup.exe -psc_s -notify...
  20. B

    Multi-Window

    @TomBascom with examples it is much easier to achieve what I pretend. I will look for some training. Do you know companies that do that formation?
Back
Top