.net

  1. Cecil

    Comment using .NET to test if a process exists.

    This is a simple test using .NET to see if a process is already running. Before, I was using tasklist command and then parsing the output. This code could be adapted to include more information. However, I have not figured out how to cast a .NET array to an ABL extent yet. USING...
  2. Cecil

    Resolved System.dll Notfoundexception: Unable To Load Dll

    OS: Windows 10 64bit OE: 11.7.1 I'm calling .NET object but I believe the .NET object is then calling another .dll file (MMMReaderHighLevelAPI.dll). I have the offending .dll but where should it go? So far I have put the offending .ddl in the working directory and C:\windows\system32...
  3. J

    Using .net In The Abl

    At the last PUG Exchange, Tom Bergman gave a great lecture with examples about how to use .NET classes in the ABL programming environment. I was able to download the archive of his examples, but I am not able to get the ones I am most interested in to compile. The error I get is sort of...
  4. Aivaras

    Resolved .net Openclient

    Hello, I've been trying to build a .Net OpenClient to connect to Progress Pacific server using a Proxy. It's working fine, but it seems like it wouldn't be efficient when deployed, since i have to regenerate and reinstal .Net assemblies for all the clients on every server-side change. Is...
  5. D

    .net linq code help

    Hi folks, I need some help in translating some .net code with Linq to OE 10.2B.... using System.Linq; using System.Drawing.Imaging; .... ImageCodecInfo jpgCodec = ImageCodecInfo.GetImageEncoders().Where(codec => codec.FormatID.Equals(ImageFormat.Jpeg.Guid)).FirstOrDefault()...
  6. N

    Question Replacing Treeview OCX with 64 bit .NET Tree View.

    Hi All, This is probably something basic but I just need a hand with starting it off. We used to have a ABL screen with a TreeView OCX used in progress OE 10.1. We have recently upgrade to 11.5 64bit and therefore can no longer use the OCX as there is no 64 bit as far as I'm aware. I'm trying...
  7. B

    Question ODBCCommandBuilder generating incomplete SQL

    I'm having the same trouble as this person (no resolution): http://www.progresstalk.com/threads/openedge-net.94524/ I'm making a C# .NET program that can perform CRUD functions through ODBC on any one table in the Progress database as a quick and dirty maintenance tool. Attaching an...
  8. D

    Question .NET DataGridView Custom Column

    Hi I'm trying to create a custom column in a DataGridView by sub-classing the DataGridViewColumn and DataGridViewTextBoxCell classes. Can anyone please help me with a few issues that I've encountered? I'm relatively new to this so started by replicating a VB/C# example I found online. But even...
  9. Cecil

    Comment Microsoft is making .NET available for Linux, Android and iOS

    So in recent news, Microsoft is now/going to supporting .NET for other non-Windows OS platforms. http://www.infoworld.com/article/2846450/microsoft-net/microsoft-open-sources-server-side-net-launches-visual-studio-2015-preview.html So could this mean in future releases (about 3~4 year from now)...
  10. A

    Interoperability issue

    Hi, I am using Progress ABL 2-3 years on my work to develop standard desktop apps. Also I use .NET in free time to develop desktop app (forms). Now I would like to connect some of these apps. Basically on this level I need to interchange data between them. I don't try to solve some problem with...
  11. Cecil

    Answered How do I use the .NET System.IO.Compression Namespace and it's classes?

    Windows (32 bit) WebSpeed Workshop 11.2 .NET 3.5. Installed. So I tried doing the following: USING System.IO.Compression.* FROM ASSEMBLY. DEFINE VARIABLE obj_Zip AS ZipFile NO-UNDO. I then get the following error message when doing a syntax check. I have this as client side startup...
  12. K

    Move/rename

    Dear All, I have a input file which is processed at regular intervals ( 2 secs). I have tried OS-COMMAND MOVE, OS-COMMAND RENAME the but at times the file remains in the input folder. I am wondering is there any PROgRESS function to get around this?
Top