Search results

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

    Treeview OCX - Set Focus

    Hello, Anyone know how to set focus to a TreeView? Thanks Windows OE 11.7.8
  7. 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...
  8. B

    Error in OE Gui Program

    Hello, we have a program that give this error in certain PCs (not all). System.MissingMethodException: Método 'Progress.Data.BindingSource.set_SyncToSelectedRow What i am missing? OE 11.7.8/OE11.6.4 | Windows Thanks
  9. B

    WebClient NET - SSL

    Good afternoon, I am trying to use WebClient with SSL I can do POST with HTTP. With HTTPS, I have the error of certificate. Any have converted this code to 4GL? (This is the code to "ignore" SSL validation) System.Net.ServicePointManager.ServerCertificateValidationCallback = new...
  10. B

    Set RGB Color - Excel

    Hello, i am trying to set a color shape in Excel using RGB In this moment i am doing this. ChExcel:selection:ShapeRange:Fill:ForeColor:RGB = ChFolha:ColorFormat:RGB(254, 94, 94) no-error. I am reading this, but whiteout success...
  11. B

    Color Picker - OCX

    Hello, Anyone knows as OCX for a ColorPicker? Something like this. Thanks OE11.6.4 Windows
  12. B

    OpenEdge GUI .NET - rowpostpaint

    Hello, I am using Datagridview and try to paint a row with a color if a field is true. I have searched and find the method 'RowPostPaint' I am using a Temp-Table If I do this, I only get the number of first record.. message tt_Accoes.numero view-as alert-box. I have tried to do in...
  13. B

    OpenEdge GUI NET - "replace" for trigger

    Hello, in OE Classic, i do a lot of apply "return": U to txtNumero (txtNumero is a fill-in) It is possible to do something similar in OE GUI .NET? Thanks, Baltazar
  14. B

    OpenEdge GUI for NET

    Hello, I am starting developing in OpenEdge GUI for .NET and i am trying to do a output parameter in a dialog. oForm = dynamic-new "hlg_0001"("abc"). oForm:FormBorderStyle = System.Windows.Forms.FormBorderStyle:FixedDialog. oForm:MaximizeBox = FALSE...
  15. B

    "Simulate" Right-Mouse-Click Native | "Windows")

    Hello, I have created in browse a specific sub-menu to copy the values of browse. The problem is that in doing this, the native Mouse-right of Windows is disabled... Any solution to call native right Mouse-right-click of Windows in fill-in? Thanks, Baltazar
  16. B

    Get Dynamic-Field - Value

    Hello, I have this fields It is possible to get the screen-value of fiels in a loop? Thanks, Baltazar
  17. B

    JasperReports

    Hello, Anyone have managed to integrate JasperReports with OpenEdge? OE11.6, Windows Thanks, Baltazar
  18. B

    "Install" dll's in another PCs - Telerik

    Hello, I am starting in OpenEdge GUI and I want to "install" the Telerik Controls (dlls, etc) in another PCs. I have tried referencing the files in "assemblies.xml" and copy the files to c:\windows\system32 and c:\windows\syswow64 without success. Anyone has managed to get to work? Thanks...
  19. B

    Daatagridview - OpenEdge GUI - Sort

    Hello, I am starting in OpenEdge GUI. When using Datagridview, Sort doesn’t work. It is necessary "supplementary" code to work? Thanks, Baltazar
  20. B

    Radgrid view localization

    Hello, anyone have managed to change the language of radgridview in opendge net for gui? https://docs.telerik.com/devtools/winforms/controls/gridview/localization/localization Thanks, Baltazar
Top