Re: Forms: How to let the user choose the 'order by'

From: Dmitry L. Zhuk <dmitry_at_leaves.spb.su>
Date: 1997/04/24
Message-ID: <335F36FC.4B18_at_leaves.spb.su>#1/1


One of methods:
 Use hint in item property(in design time) to named (prompt) sort column for end-user(for runtime).
 After that you can populate control block with it's values by program navigation in this block when you run form and get hints form items.  And when you want change order by clause you show control block, and when user leaves from control block you change order by clause by Set_Block_Property & do ReQuery.

That method are realised and wonderful works.

Other method is read necessary information from file.

The best regards.

Dmitry L. Zhuk.
Leaves Inc. Russia. Received on Thu Apr 24 1997 - 00:00:00 CEST

Original text of this message