Search results

  1. S

    Sending mail and more different Accounts

    Switch identities Hello Marvin, I don't quite understand the source code you're showing. But that's me, I never used Progress in this way. However, I like to suggest something. In Outlook express the default account is that of the current identity. If you can make Outlook Express switch to...
  2. S

    Release statement

    I would like to add a little here. If you have an EXCLUSIVE-LOCK on the current record. With the RELEASE statement the DB-triggers for that record are fired. Alltough afterwards the record is not accesable anymore, the record wil only be released from the lock-table at the end of your...
  3. S

    How To Force An Error During Syntax Check

    Try this: &IF DEFINED( ABC ) = 0 &THEN &MESSAGE "You fool, you forgot argument 'ABC'!" &ENDIF
Back
Top