Search results

  1. T

    automaticaly register activeX ??

    Hello There, We have a client/server application in witch we want to make use of ActiveX/OCX controls. The problem is that the programcode is on a remote server, but a particular OCX needs to be registered on the clientside. Does anybody know how to find out if a OCX is properly registerd on...
  2. T

    prob with ocx on progress runtime

    Hi everybody, I have a problem with a common ocx. In our application we use a tabstrip ocx (comctl32.ocx) Everything works fine on a machine with a Progress developers environment on it, but on a machine with only a Progress runtime we get the following error: *** Error occurred...
  3. T

    prob with ocx on progress runtime

    Hi everybody, I have a problem with a common ocx. In our application we use a tabstrip ocx (comctl32.ocx) Everything works fine on a machine with a Progress developers environment on it, but on a machine with only a Progress runtime we get the following error: *** Error occurred...
  4. T

    Dead clients that do lock records

    Hello there, We have a little problem someone may have had before. We have a batch process witch does a FOR EACH table no-lock: def buffer b-medi for medi. def var i as int. FOR EACH b-medi no-lock : FIND medi of b-medi NO-WAIT NO-ERROR . IF NOT AVAILABLE...
  5. T

    Loading a DELTA.DF from a program ???

    I'm writing a update procedure to update the databasescheme of remote clients of our application. For this I will load a incremental .df for a procedure. I know there is a way to do so, but I cannot find it. Does somebody have a clue for my problem. Thanks in advance. Ted Smit
  6. T

    EdiFact

    For our Progress apllication for Hospital Farmasists we need to implement and support EdiFact messages. Therefore we are scanning the market for third party edifact solutions (ActiveX etc.) I wonder if anybody is familiar with an Edifact development tool which we can use from within Progress...
  7. T

    Storing archives in a Progress database

    In the application we are building at the moment we need to store large parts of infomation. I.e large flat ASCI-files, sometimes up to 700 KB each. So, to reduce the size of these files before we store it, we archived it using winzip or ARJ and stored it in a characterfield in our database...
  8. T

    Microsoft tabstrip OCX

    I want to use a Microsoft tabstrip OCX in a window. I'm able to place te tabstrip on a window, with to properties I can define a number of tabs, but how can I view some frames when clicking on te strip. I know that it's posible. Does anybody have a sugestion, link or tip how to work with the...
Top