Re: Forms 4.5 - Ordering by Non-DB field + Other Q's

From: Pierre BAR <s780406_at_student.ulg.ac.be>
Date: 1997/01/04
Message-ID: <32CE92E7.57F9_at_student.ulg.ac.be>#1/1


Selwyn Wies wrote:
>
> 1) Any ideas on a simple way to order records in a block (based on a
> table) by a non-database field ?
>

It's possible to order records with the result of a function or you can use a join.

In both case, you must use a view to retrieve data, but you can't perhaps write data using this view. You must thus define ON-LOCK, ON-INSERT, ON-UPDATE and ON-DELETE trigger to write data in the good table. Received on Sat Jan 04 1997 - 00:00:00 CET

Original text of this message