Search results

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

    OpenEdge GUI for NET

    THANK YOU A LOT! :) Will save this CHAT in PDF for future reference.
  3. B

    OpenEdge GUI for NET

    Thanks a Lot. One last question. How can I output multiple parameters?
  4. B

    OpenEdge GUI for NET

    Thanks. I have finalized manage to do an output param. It is possible to output a Temp Table? The way that I am sending input param is the correct?
  5. B

    OpenEdge GUI for NET

    Can you inform how you call a dialog? I have created an example that 'teste1' calls 'teste2' Can you please correct the code to show the output value? (In the input param i put directly, i think that is correct). Thanks a LOT for your help.
  6. B

    OpenEdge GUI for NET

    It gives error (not recognized) In dialog Please help.
  7. B

    OpenEdge GUI for NET

    Hello Osborne, Thanks for your code. In the second example, how can I return a "custom" value? Thanks, Baltazar
  8. 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...
  9. 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
  10. 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
  11. B

    Get Dynamic-Field - Value

    Thanks. I will try with that link.
  12. 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...
  13. 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...
  14. 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...
  15. 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?
  16. B

    Get Dynamic-Field - Value

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

    JasperReports

    Hello @JeFernando, Don't have any experience in developing in Crystal... If possible, share the code. Thanks, Baltazar
  19. 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?
  20. B

    JasperReports

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