Recent content by RonaldS

  1. R

    How I increase speed of reports that fetch data from database

    Do not use USE-INDEX let Progress figure it out. It is pretty good at it. Use XREF option in the compiler to check in which order the fields are used.
  2. R

    .Net Integration

    Progress 9 uses com-handles to reference an ActiveX object. Using .Net is possible (not easy) but you will also need the .Net framework. It is better to use VB6 created objects. Search the peg site for more information ActiveX objects. Progress supports .Net but it is only meant to go from...
Back
Top