Subject | Re: [IBO] TQuery/TIB_UpdateBar - cant delete - why? |
---|---|
Author | Helen Borrie |
Post date | 2004-01-08T09:51:47Z |
At 08:45 AM 8/01/2004 +0000, you wrote:
default, it "just happens". It's a good idea to take advantage of the
ConfirmDeletePrompt property of your datasets for interactive
deletes. Just place one or more lines of message in there and a little
dialog box will appear with your message and Yes/No buttons.
Helen
>Hi,No problem. If the SQL cursor appears, the Delete is happening!! By
>
>I use a TIB_Query a TIB_Datasource and and a TIB_Updatebar in my
>project.
>In the TIB_Updatebar component, the visible button ubDelete is true,
>in the TIB_Query the PreventDeleting property is false.
>
>If I click on the deletebutton, the sql-mousecursor is shown for a
>second, but nothing happens...
>
>Where is the problem?
default, it "just happens". It's a good idea to take advantage of the
ConfirmDeletePrompt property of your datasets for interactive
deletes. Just place one or more lines of message in there and a little
dialog box will appear with your message and Yes/No buttons.
Helen