Subject | Re: [IBO] ColorScheme details - OnDelete |
---|---|
Author | Jason Wharton |
Post date | 2003-09-01T21:43:41Z |
> I have customized dialogs throughout my app, and setting aI believe you should be able to provide your own delete dialog. Please
> TIB_Query's ConfirmDeletePrompt causes a standard windows dialog to
> appear.
>
> Insetad I use the BeforeDelete event to ask the user, using one of
> my own forms, but doing this prevents the relevant fields to go red
> as they used to.
>
> Is there any way I can tap into either getting IBO to use my form's
> for these messages, or a way to induce the same ColorScheme?
examine (trace) the sources and you should see how this can be done.
Jason