Recent content by thesfinx

  1. T

    Crystal Reports Record Selection

    This is how I do it FUNCTION setRecordSelection RETURNS LOGICAL ( ipcFormula as character ) : /* Reset */ chRpt:RecordSelectionFormula = ''. chRpt:ReadRecords(). if ipcFormula = '' then return true. /* Set the formula and read records */...
  2. T

    Dynamic TEMP-TABLE Parameter

    Did you try the "rcode-information" with the define temp-table statement? That should do the trick.
  3. T

    Would like to generate a dbf file from Progress v91c

    pro2dbf Here's one that also can use DBF's MEMO fields (via .DBT) http://prdownloads.sourceforge.net/ganimede/pro2dbf.tar.gz?download
Back
Top