I would probably not categorize this as a bug but rather a peculiarity;

If one adds the following for Managed Connections in the cApplication object:

Code:
    Object oConnection is a cConnection
        Use LoginEncryption.pkg
        Use DatabaseLoginDialog.dg
    End_Object
...and then forgets to add connection data to the ini-file.

No message will then be shown and no dialog pops up either. Perhaps this is correct, I'm not sure. However, I can see a problem if the program has been prepared to use Managed connections but then one forgets to deploy the ini-file settings.

Is it designed this way or should it be corrected somehow?