Search results

  1. D

    Convert some simple .net code to progress code

    Hi, I would like to convert this simple .net code to progress code but I can't make it working. Maybe someone of you know how to do this in Progress. Private Sub Form1_DragDrop(ByVal sender As System.Object, ByVal e As System.Windows.Forms.DragEventArgs) Handles Me.DragDrop Dim files() As...
  2. D

    OO-construction... does it exist?

    Hi, I have the need for some methods that are (almost) always the same and I wonder if there exists some OO-contruction that makes this easier. example I always have 4 possible methods for every check that I want to make) method public static character mHasDocuments( p-hBuffer as handle)...
  3. D

    Problems with converting a piece of .net code to progress - MemoryStream

    Hi, I'm already struggling for a while with converting the following .net code to Progress (Drag-and-Drop Attached File From Outlook (97 and above) to C# Window Form). The idea is to Drag&Drop some attachments from outlook to a progress .net form and then save those files in the DB. It looks...
  4. D

    Protop SQL activity - Rec Lck

    Hi, We are experimenting with SQL-access to our database and I started Protop SQL activity to look what is happening. There I see after a request that the "Rec Lck" shows some value (combination of all Reads on the Tables). Is that normal? Does SQL always locks the records that it reads? What...
  5. D

    DB-triggers/environment or CDC

    Is it possible to define some DB-triggers that will only fire in some customers environment. But we do not want to define that trigger at the customers site itself. So we want to manage all DB-definitions (so tables/fields/triggers/...) in our development but only at a few customers we want to...
  6. D

    Question Windows version and service pack information

    Hi, From a Progress 32-bit application I'm trying to get some information about the OS. I tried with the System.Environment but there I get "Microsoft Windows NT 6.1.7601 Service Pack 1". I also tried with the Microsoft.Win32.Registry class but there I can only get only can get the OS...
Top