Re: Deleting from a non-base table in forms 4.5.

From: Matt B. <mcb_at_ds.znet.com>
Date: Sun, 14 Jan 2001 14:18:34 -0800
Message-ID: <t6499aasin7tfd_at_corp.supernews.com>


"John Jessamy" <jjessamy_at_wow.net> wrote in message news:93onnc019s5_at_enews4.newsguy.com...
> I am trying to delete from a table that is used for storing a sequential
> number. The form is not based on this table and I would like to remove that
> record right after I have finished selecting it into the form. I have
> tried a conventional Delete statement in a post-database-commit trigger as
> well as a client side procedure with no success.This seems to be a fairly
> simple problem but the solution escapes me. If anyone has any suggestion,
> they would be greatly appreciated.
>
> Thanks in advance.
> John Jessamy.

Odd request, but if you have to, you have to.

Never had this situation before, but how about on POST-QUERY, put a delete statement there?

-Matt Received on Sun Jan 14 2001 - 23:18:34 CET

Original text of this message