Search results

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

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

    I am using an include and I don't know if in window/dialog are browsers created. The "fix" that I do is using RIGHT-MOUSE-DBLCLICK... I think to work that I want I have 2 options: to loop all fields/browses/etc. in dialog and only apply the rule if is a browse create a menu (in OE) for fill-in
  3. 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
  4. B

    Get Dynamic-Field - Value

    Thanks. I will try with that link.
  5. B

    Get Dynamic-Field - Value

    Thanks for your long post. I can to that in other languages (the example sent). I have sent you a dynamic example, but I could define 12 static fields and do the loop in JS. In Progress, I have already "seen" that I cannot do this, in Progress I have to walk the widget tree (and for me that is...
  6. B

    Get Dynamic-Field - Value

    I think that I have give the information needed. I will try to be more clear (with examples) in future requests. For me the value of field (fill-in) in Progress is screen-value. Below an example in JS (JQuery) I have an array and loop the fields in HTML (in this case I set the checkbox to...
  7. B

    Get Dynamic-Field - Value

    Hi @TomBascom and @Osborne, What I want to do is "simple", read the values of field start with 'txtReferencia' (in another languages is straightforward), In Progress it isn't very easy. I will try to do the "walking the widget tree", but I have thought that exists an easy solution. What is in...
  8. B

    Get Dynamic-Field - Value

    What you need? I have 12 fields txtReferencia1_1 txtReferencia2_1 txtReferencia3_1 etc That I want to loop the values do i = 1 to 3: messsage txtReferencia + string(i) + "_1":screen-value view-as alert-box. end. That don't work... Can you help?
  9. B

    Get Dynamic-Field - Value

    Can you share the code?
  10. 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
  11. B

    JasperReports

    Hello @JeFernando, Don't have any experience in developing in Crystal... If possible, share the code. Thanks, Baltazar
  12. B

    JasperReports

    I'm in a beginning state... Doesn't know how to run a JasperReports file from OpenEdge. Do you know how to do that integration?
  13. B

    JasperReports

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

    Progress OpenEdge Documentation Set for Dash Documentation and Snippets Browser

    In Zeal gives error https://meocloud.pt/link/a995ccb6-39bf-448f-9e4a-fbd3190f43d5/Erro%20Zeal.png/
  15. B

    "Install" dll's in another PCs - Telerik

    Have managed to get work with this link. https://knowledgebase.progress.com/articles/Article/How-does-the-Progress-client-handle-NET-assembly-loading
  16. 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...
  17. B

    Radgrid view localization

    Your code works perfect. https://docs.telerik.com/devtools/winforms/controls/gridview/localization/localization I have used this link, and with your code I have been able to "correct" the code to OE. Do you use any components (excluding Telerik)?
  18. B

    Radgrid view localization

    Sorry, i haven´t do the print screen. I have this and i want this. Your code works! Thanks a Lot
  19. B

    Radgrid view localization

    Anyone?
  20. B

    Daatagridview - OpenEdge GUI - Sort

    I am looking for an opinion/solution why OE datagridviewer doesn't do the native sort. The Microsoft datagridviewer do native sort without "custom" code. It just works.
Back
Top