Search results

  1. C

    question about Progress : SEARCH COMMAND

    Hello, I want to check if a certain directory exist with the SEARCH function. I tried the following code: DEFINE VARIABLE cPath AS CHARACTER NO-UNDO. cPath = SEARCH("e:\test\"). MESSAGE cPath VIEW-AS ALERT-BOX. RETURNS ? DEFINE VARIABLE cPath AS CHARACTER NO-UNDO. cPath =...
  2. C

    C# question

    Hello, I have a little question about Progress. I have created a simple dll for Progress. (made in C#). THE DLL: (Bankterminal application) 1. connect with a serial port 2. send an amount to pay 3. retrieve money 4. retrieve result Now, I want to fire an event in C#, that fires an event...
Top