Search results

  1. GordonRobertson

    Rowid from Selected record in SDO

    Call getRowIdent in your order SDO. This will return a comma separated list of the RowIDs used in the current row. One RowID for each table used in the query. Gordon
  2. GordonRobertson

    Accessing the outlook address book

    Here's the code I use to let the user pick addresses from the Outlook address book. Hope it helps. Gordon RETURNS LOGICAL ( INPUT-OUTPUT iop-Email AS CHARACTER ) : /*------------------------------------------------------------------------------ Purpose: Passed in an email...
  3. GordonRobertson

    Manuals - MAPI

    The dotr site has a file called ole_mess.zip in the downloads section, which is a word document on using MAPI with Progress. Gordon
  4. GordonRobertson

    Manuals - MAPI

    The MSDN library at http://msdn.microsoft.com/library contains a decent reference to the CDO libraries. The dotr site http://www.dotr.com contains some progress examples. Gordon
Top