Subject Re: [IBO] component qryCancelDialog already exists
Author Helen Borrie
At 06:42 PM 4/06/2004 +0000, you wrote:
>In my ISAPI DLL I got the exception "component qryCancelDialog
>already exists" (or something close to that--I don't have it up). I
>looked at the code and it seems that I should have a grid/component
>connected to get that message--but there isn't anything connected to
>any of them.

This situation comes out of the login dialog. You can't have interactive
stuff in an isapi at all, so you need to make LoginPrompt false.

Helen