Search results

  1. B

    .NET - Call NotInheritable Class

    Where you see this screen?
  2. B

    .NET - Call NotInheritable Class

    What version of OpenEdge do you use? Maybe a problem of version. I am using 11.6.
  3. B

    .NET - Call NotInheritable Class

    I add in startup the assemblies folder. I add the 2 files in assemblies.xml folder. The files are in the same folder. The problem is that "WorkBook" is NotInheritable (static, sealed). I cannot call the class. If using other class (Inheritable) it is Ok. Can you share the code that works...
  4. B

    .NET - Call NotInheritable Class

    I have the error 5638. (Texts are in Portuguese). Can you share the code that works with Progress?
  5. B

    .NET - Call NotInheritable Class

    Hello, I am starting in .NET in OpenEdge. How do i call a NotInheritable Class in OE? I am trying to use Spire.Xls. This don´t work. Thanks, Baltazar
  6. B

    Regedit - Return ?

    I have entry with another user on my PC and it works.. Acess rights is very strange. I am the administrator..
  7. B

    Regedit - Return ?

    Hello, i have this code load "SOFTWARE" base-key "HKEY_LOCAL_MACHINE". use "SOFTWARE". get-key-value section "Microsoft\Windows\CurrentVersion\App Paths\EXCEL.exe" key default value o-Path_LeitorPDFs. unload "SOFTWARE". That dont´ work... The key is there. Can help? Thanks, Baltazar
  8. B

    Change Window Title by include

    I talked in an include, but i open to another suggestions. We have GUI, Windows with OE 11.6.4. The idea is to add "automatically" some info to title Window. A Global Way... If you have any code/idea please share. Thanks.
  9. B

    Change Window Title by include

    Hello, it is possible to change the window Title by include? Do you have any sample? Thanks, Baltazar
  10. B

    Call .cls from other file

    Thanks for your input! At this moment I am doing tests how net works... If you could send recommend code, I appreciate.
  11. B

    Call .cls from other file

    Have discovered. Thanks a lot for your help!
  12. B

    Call .cls from other file

    Works like this... It is possible to call this .cls from ABL and fill some values?
  13. B

    Call .cls from other file

    Do you a example of working code?
  14. B

    Call .cls from other file

    Right. My mistake, but same error.
  15. B

    Call .cls from other file

    I have already that fixed, but same problem.
  16. B

    Call .cls from other file

    Hello, i am trying to call a "shared" cls file from a main file. The class I am call doing this. Can help? Thanks, Baltazar
  17. B

    Open Net Window from ABL

    It is possible the class name be dynamic?
  18. B

    Open Net Window from ABL

    Yes. Thanks a Lot!
  19. B

    Open Net Window from ABL

    Hello, can anyone send the code to open a Net Window from ABL? Did not find the code.. Thanks Baltazar
  20. B

    Read Json Array

    Thanks a Lot! :) Doing this.. length(ResultObject_arr):
Back
Top