Re: forms: functions in where-clause

From: Ingo Peters <Ingo_Peters_at_ott.lgs.ca>
Date: Tue, 02 Mar 1999 12:21:37 -0500
Message-ID: <36DC1E21.60A0263C_at_ott.lgs.ca>


Create a Pre-Query trigger on the block as follows:

Begin

   set_block_property(:system.current_block, DEFAULT_WHERE, get_where_clause());
End;

Regards,

Ingo Peters

Gudrun Janssen wrote:

> Hello!
>
> I hope somebody can help me:
> I'm working with Forms II. Under the knot 'program units'
> I defined a function, that works fine in triggers. The same
> function does not work in a Where-Clause.
> Is it somehow possible to use my own functions in Where-
> Clauses?
>
> Thanks
> Gudrun
Received on Tue Mar 02 1999 - 18:21:37 CET

Original text of this message