Search results

  1. 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...
  2. 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...
  3. 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
  4. 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
  5. B

    OpenEdge 12 - Silent Install

    Yes, it was strange. I will try to resolve this issue.
  6. 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...
  7. 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?
  8. B

    Multi-Window

    @TomBascom thanks for your opinion. Have a lot of doubts how to achieve the multi-tab mode. We are using dialogs boxs, and I have to convert a lot of dialog-boxs to windows. Thanks for the link.
  9. B

    Multi-Window

    @Cringer Thanks for you response. Is any "automated" way to convert a dialog to a window?
  10. B

    Multi-Window

    Good afternoon, The application that we use only permits one program running. To run another we have to close the program and open another. Anyone have an example to open multiple dialogs at same time? Like a tabstrip or similar? OE 11.7.8 Windows Thanks, Baltazar
  11. B

    Change Width Field - Db Online

    I have a lot of users. :-) I can add fields online, should be possible to do some "basic" operations with DB Online.
  12. B

    Change Width Field - Db Online

    So i have to shutdown/start the DB and do the change?
  13. B

    Change Width Field - Db Online

    Good afternoon, It is possible to change a width of a field with the db online? Windows, OE 11.6.4/OE11.7.8 Thanks Baltazar
  14. B

    Treeview OCX - Set Focus

    Thanks @Osborne. It works! :)
  15. B

    Treeview OCX - Set Focus

    @Cringer, problem with my code? I have a Treeview with OCX that i want to the focus. I have this TreeView. The same is inicialized like this. /* TREEVIEW */ assign chTreeView = chtv:TreeView. assign chImageList = chim:ImageList. assign chTreeView:ImageList...
  16. B

    Treeview OCX - Set Focus

    Don´t work.
  17. B

    Treeview OCX - Set Focus

    Hello, Anyone know how to set focus to a TreeView? Thanks Windows OE 11.7.8
  18. B

    Any-Printable - After Event

    Thanks! It Worked!
  19. B

    Any-Printable - After Event

    Good afertnoon, I am using this code on any-printable anywhere do: /* CÁLCULO AUTOMÁTICO ? */ if tglCalculoAutomatico:checked in frame {&frame-name} then RUN Calculo_Automatico_Preco. end. The event occurs BEFORE of text appear. It is possible to call the event...
  20. B

    Error in OE Gui Program

    Yes, that is the issue, have to update the PCs to OE 11.7.8. Thanks for the link. I have searched and haven't found the same.
Back
Top